update defines from -DLMP_USER-<PKG> to -DLMP_<PKG> for consistency

This commit is contained in:
Axel Kohlmeyer
2021-08-06 14:07:43 -04:00
parent 93465f98d8
commit e29bd3d157
16 changed files with 27 additions and 27 deletions

View File

@ -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