Merge pull request #2374 from akohlmey/next_patch_version
Step version strings for the next patch release
This commit is contained in:
@ -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.
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -1 +1 @@
|
||||
#define LAMMPS_VERSION "24 Aug 2020"
|
||||
#define LAMMPS_VERSION "18 Sep 2020"
|
||||
|
||||
Reference in New Issue
Block a user