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 "error.h"
#if defined(LMP_USER_INTEL) && \
#if defined(LMP_INTEL) && \
((defined(__INTEL_COMPILER) || defined(__INTEL_LLVM_COMPILER)))
#ifndef LMP_INTEL_NO_TBB
#define LMP_USE_TBB_ALLOCATOR
@ -31,7 +31,7 @@
#endif
#endif
#if defined(LMP_USER_INTEL) && !defined(LAMMPS_MEMALIGN) && !defined(_WIN32)
#if defined(LMP_INTEL) && !defined(LAMMPS_MEMALIGN) && !defined(_WIN32)
#define LAMMPS_MEMALIGN 64
#endif