Commit bfcab722 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

restore change to make -DLAMMPS_MEMALIGN=64 default when USER-INTEL package is...

restore change to make -DLAMMPS_MEMALIGN=64 default when USER-INTEL package is installed (which requires it)
parent f509f133
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -26,6 +26,10 @@
#endif
#endif

#if defined(LMP_USER_INTEL) && !defined(LAMMPS_MEMALIGN)
#define LAMMPS_MEMALIGN 64
#endif

using namespace LAMMPS_NS;

/* ---------------------------------------------------------------------- */