diff --git a/src/memory.cpp b/src/memory.cpp index ed0993202b..eb5309b8b7 100644 --- a/src/memory.cpp +++ b/src/memory.cpp @@ -26,6 +26,10 @@ #endif #endif +#if defined(LMP_USER_INTEL) && !defined(LAMMPS_MEMALIGN) +#define LAMMPS_MEMALIGN 64 +#endif + using namespace LAMMPS_NS; /* ---------------------------------------------------------------------- */