Difference between revisions of "User:Dennisvd@nikhef.nl/VASP"
From PDP/Grid Wiki
Jump to navigationJump to searchLine 59: | Line 59: | ||
CPP += -DMPI | CPP += -DMPI | ||
− | and include support for parallel FFT: | + | and include support for parallel FFT with the Intel wrapper: |
− | FFT3D = | + | FFT3D = fftmpiw.o fftmpi_map.o fftw3d.o fft3dlib.o libfftw3xf_intel.a |
+ | INCS = -I$(MKLROOT)/include/fftw | ||
+ | |||
The alternate relative path to the lib dir requires another change: | The alternate relative path to the lib dir requires another change: |