|
|
大家好,我在编译vtst版vasp时总是出现这个错误,我时参考官网教程Installation — Transition State Tools for VASP (utexas.edu)和中科大李会民老师的教程VASP 5.4.1+VTST编译安装 (ustc.edu.cn)编译的,不知道是哪里出了问题,我找不到fftw3.f这个文件,我是需要另外编译fftw再来编vasp吗?
mpiifort -free -names lowercase -assume byterecl -w -O1 /root/local/interfaces/fftw3xf/libfftw3xf_intel.a -c fftmpiw.f90
fftmpiw.F(32): error #5102: Cannot open include file 'fftw3.f'
include 'fftw3.f'
--------------^
fftmpiw.F(77): error #5102: Cannot open include file 'fftw3.f'
include 'fftw3.f'
--------------^
fftmpiw.F(96): error #5102: Cannot open include file 'fftw3.f'
include 'fftw3.f'
--------------^
fftmpiw.F(254): error #5102: Cannot open include file 'fftw3.f'
include 'fftw3.f'
--------------^
compilation aborted for fftmpiw.f90 (code 1)
make[2]: *** [makefile:173: fftmpiw.o] Error 1
make[2]: Leaving directory '/root/Download/vasp.5.4.4/build/std'
cp: cannot stat 'vasp': No such file or directory
make[1]: *** [makefile:142: all] Error 1
make[1]: Leaving directory '/root/Download/vasp.5.4.4/build/std'
make: *** [makefile:10: std] Error 2
|
|