record 3d-FFT array packaging algorithm
This commit is contained in:
@ -1032,6 +1032,14 @@ static const char lammps_config_options[]
|
|||||||
" -DFFT_MKL"
|
" -DFFT_MKL"
|
||||||
#else
|
#else
|
||||||
" -DFFT_KISSFFT"
|
" -DFFT_KISSFFT"
|
||||||
|
#endif
|
||||||
|
"\n3d-FFT data packing :"
|
||||||
|
#if defined(PACK_POINTER)
|
||||||
|
" -DPACK_POINTER"
|
||||||
|
#elif defined(PACK_MEMCPY)
|
||||||
|
" -DPACK_MEMCPY"
|
||||||
|
#else
|
||||||
|
" -DPACK_ARRAY"
|
||||||
#endif
|
#endif
|
||||||
"\nMemory alignment :"
|
"\nMemory alignment :"
|
||||||
#if defined(LAMMPS_MEMALIGN)
|
#if defined(LAMMPS_MEMALIGN)
|
||||||
|
|||||||
Reference in New Issue
Block a user