Difference between revisions of "User:Dennisvd@nikhef.nl/VASP"

From PDP/Grid Wiki
Jump to navigationJump to search
Line 59: Line 59:
 
  CPP += -DMPI
 
  CPP += -DMPI
  
and include support for parallel FFT:
+
and include support for parallel FFT with the Intel wrapper:
  FFT3D  = fftmpi.o fftmpi_map.o fft3dfurth.o fft3dlib.o  
+
  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:

Revision as of 14:42, 30 September 2013