Commit 9f3fae1c authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

record 3d-FFT array packaging algorithm

parent 0e603493
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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)