update defines from -DLMP_USER-<PKG> to -DLMP_<PKG> for consistency
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
|
||||
#include <cstdlib>
|
||||
|
||||
#if defined(LMP_USER_INTEL) && !defined(LAMMPS_MEMALIGN) && !defined(_WIN32)
|
||||
#if defined(LMP_INTEL) && !defined(LAMMPS_MEMALIGN) && !defined(_WIN32)
|
||||
#define LAMMPS_MEMALIGN 64
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user