计算化学公社

 找回密码 Forget password
 注册 Register
Views: 1078|回复 Reply: 2
打印 Print 上一主题 Last thread 下一主题 Next thread

[VASP] vtst版vasp编译问题-cannot open include file 'fftw3.f'

[复制链接 Copy URL]

1

帖子

0

威望

37

eV
积分
38

Level 2 能力者

跳转到指定楼层 Go to specific reply
楼主
大家好,我在编译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

1

帖子

0

威望

13

eV
积分
14

Level 1 能力者

2#
发表于 Post on 2024-2-16 19:02:23 | 只看该作者 Only view this author
我也遇到了同样的问题,请问解决了吗

1

帖子

0

威望

31

eV
积分
32

Level 2 能力者

3#
发表于 Post on 2024-8-20 23:48:37 | 只看该作者 Only view this author
本帖最后由 clxqyt 于 2024-8-20 23:49 编辑

你好,我正好遇到了,是个比较愚蠢的小错误,makefile.include中MKLROOT位置的指定问题,请查看你是否指定了MKLROOT,因为FFTW相关的库都在MKL里,
MKLROOT    ?= /fs0/home/xxxxx/intel/oneapi/mkl/2024.1 这里我是=,不是?=,取你自己的MKL地址哈
LLIBS      += -L$(MKLROOT)/lib/intel64 -lmkl_scalapack_lp64 -lmkl_blacs_intelmpi_lp64
INCS        =-I$(MKLROOT)/include/fftw

本版积分规则 Credits rule

手机版 Mobile version|北京科音自然科学研究中心 Beijing Kein Research Center for Natural Sciences|京公网安备 11010502035419号|计算化学公社 — 北京科音旗下高水平计算化学交流论坛 ( 京ICP备14038949号-1 )|网站地图

GMT+8, 2024-11-24 01:57 , Processed in 0.228824 second(s), 28 queries , Gzip On.

快速回复 返回顶部 返回列表 Return to list