record 3d-FFT array packaging algorithm

This commit is contained in:
Axel Kohlmeyer
2018-05-09 23:28:29 -04:00
parent 0e603493af
commit 9f3fae1c47

View File

@ -1032,6 +1032,14 @@ static const char lammps_config_options[]
" -DFFT_MKL"
#else
" -DFFT_KISSFFT"
#endif
"\n3d-FFT data packing :"
#if defined(PACK_POINTER)
" -DPACK_POINTER"
#elif defined(PACK_MEMCPY)
" -DPACK_MEMCPY"
#else
" -DPACK_ARRAY"
#endif
"\nMemory alignment :"
#if defined(LAMMPS_MEMALIGN)