Merge pull request #2374 from akohlmey/next_patch_version

Step version strings for the next patch release
This commit is contained in:
Axel Kohlmeyer
2020-09-18 21:45:34 -04:00
committed by GitHub
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
.TH LAMMPS "24 August 2020" "2020-08-24"
.TH LAMMPS "18 September 2020" "2020-09-18"
.SH NAME
.B LAMMPS
\- Molecular Dynamics Simulator.

View File

@ -2206,7 +2206,8 @@ class PyLammps(object):
"""
output = self.__getattr__('run')(*args, **kwargs)
if(self.has_mpi4py):
comm = self.lmp.get_mpi_comm()
if comm:
output = self.lmp.comm.bcast(output, root=0)
self.runs += get_thermo_data(output)

View File

@ -1 +1 @@
#define LAMMPS_VERSION "24 Aug 2020"
#define LAMMPS_VERSION "18 Sep 2020"