From 49e8fead3ab7db611b4513a017986a94e04a4833 Mon Sep 17 00:00:00 2001 From: tomswinburne Date: Tue, 29 Jun 2021 10:51:10 +0200 Subject: [PATCH] revert --- python/lammps/core.py | 2 +- src/MAKE/Makefile.mpi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/lammps/core.py b/python/lammps/core.py index d26726b176..a430052b8c 100644 --- a/python/lammps/core.py +++ b/python/lammps/core.py @@ -130,7 +130,7 @@ class lammps(object): lib_ext = ".dll" else: lib_ext = ".so" - + if not self.lib: if name: libpath = join(modpath,"liblammps_%s" % name + lib_ext) diff --git a/src/MAKE/Makefile.mpi b/src/MAKE/Makefile.mpi index 756c25c7e0..9776b0153e 100644 --- a/src/MAKE/Makefile.mpi +++ b/src/MAKE/Makefile.mpi @@ -28,7 +28,7 @@ SHLIBFLAGS = -shared -rdynamic # LAMMPS ifdef settings # see possible settings in Section 3.5 of the manual -LMP_INC = -DLAMMPS_GZIP -DLAMMPS_MEMALIGN=64 # -DLAMMPS_CXX98 +LMP_INC = -DLAMMPS_GZIP -DLAMMPS_MEMALIGN=64 # -DLAMMPS_CXX98 # MPI library # see discussion in Section 3.4 of the manual