git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12584 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2014-10-06 21:13:54 +00:00
parent 0d33aaee2d
commit b64e7be648
4 changed files with 8 additions and 8 deletions

View File

@ -50,9 +50,9 @@ MPI_LIB =
# PATH = path for FFT library # PATH = path for FFT library
# LIB = name of FFT library # LIB = name of FFT library
FFT_INC = -DFFT_FFTW -I/usr/local/include FFT_INC = -DFFT_FFTW3 -I/usr/local/include
FFT_PATH = -L/usr/local/lib FFT_PATH = -L/usr/local/lib
FFT_LIB = -lfftw FFT_LIB = -lfftw3
# JPEG and/or PNG library # JPEG and/or PNG library
# see discussion in Section 2.2 (step 7) of manual # see discussion in Section 2.2 (step 7) of manual

View File

@ -52,9 +52,9 @@ MPI_LIB = -lmpich -lmpl -lpthread
# PATH = path for FFT library # PATH = path for FFT library
# LIB = name of FFT library # LIB = name of FFT library
FFT_INC = -DFFT_FFTW FFT_INC = -DFFT_FFTW3
FFT_PATH = FFT_PATH =
FFT_LIB = -lfftw FFT_LIB = -lfftw3
# JPEG and/or PNG library # JPEG and/or PNG library
# see discussion in Section 2.2 (step 7) of manual # see discussion in Section 2.2 (step 7) of manual

View File

@ -51,9 +51,9 @@ MPI_LIB = -lmpich
# PATH = path for FFT library # PATH = path for FFT library
# LIB = name of FFT library # LIB = name of FFT library
FFT_INC = -DFFT_FFTW FFT_INC = -DFFT_FFTW3
FFT_PATH = FFT_PATH =
FFT_LIB = -lfftw FFT_LIB = -lfftw3
# JPEG and/or PNG library # JPEG and/or PNG library
# see discussion in Section 2.2 (step 7) of manual # see discussion in Section 2.2 (step 7) of manual

View File

@ -1528,10 +1528,10 @@ class Fft:
change FFT settings in makefile change FFT settings in makefile
mode is required, all other args are optional mode is required, all other args are optional
removes all current FFT variable settings removes all current FFT variable settings
mode = none or fftw or ... mode = none or fftw or fftw3 of ...
adds -DFFT_MODE setting adds -DFFT_MODE setting
lib = name of FFT library to link with (def is libname = mode) lib = name of FFT library to link with (def is libname = mode)
adds -lliblibname setting adds -lliblib setting, e.g. -llibfftw3
dir = home dir for include and library files (def = none) dir = home dir for include and library files (def = none)
adds -Idir/include and -Ldir/lib settings adds -Idir/include and -Ldir/lib settings
if set, overrides idir and ldir args if set, overrides idir and ldir args