deleted comment, test passed probably because fftw is system-wide available at MPIE
also, ../lib is not needed since lib is an include dir via -I
This commit is contained in:
parent
f76ea313a0
commit
ea1b2191f1
|
@ -120,7 +120,7 @@ module mesh
|
|||
#include <petsc-finclude/petscsys.h>
|
||||
include 'fftw3-mpi.f03'
|
||||
#else
|
||||
include 'fftw3.f03' ! should this be '../lib/fftw3.f03' ?!?
|
||||
include 'fftw3.f03'
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue