simplify compiling USER-INTEL package, by defaulting to -DLAMMPS_MEMALIGN=64 in case it is not set

This commit is contained in:
Axel Kohlmeyer
2016-11-09 16:53:39 -05:00
parent bfea3dce7d
commit fec87c070d
3 changed files with 12 additions and 6 deletions

View File

@ -22,6 +22,10 @@
#include "tbb/scalable_allocator.h"
#endif
#if defined(LMP_USER_INTEL) && !defined(LAMMPS_MEMALIGN)
#define LAMMPS_MEMALIGN 64
#endif
using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */