restore change to make -DLAMMPS_MEMALIGN=64 default when USER-INTEL package is installed (which requires it)

This commit is contained in:
Axel Kohlmeyer
2016-12-14 15:24:55 -05:00
parent f509f133af
commit bfcab72268

View File

@ -26,6 +26,10 @@
#endif
#endif
#if defined(LMP_USER_INTEL) && !defined(LAMMPS_MEMALIGN)
#define LAMMPS_MEMALIGN 64
#endif
using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */