计算化学公社
标题:
vasp.6.1.0-gpu加入vtst插件出错
[打印本页]
作者Author:
JamesBourbon
时间:
2021-11-6 16:51
标题:
vasp.6.1.0-gpu加入vtst插件出错
已经编译好了vasp.6.1.0, make all,无报错,make test。通过,按照vtst-tools官网的教程复制好所需的.F文件并修改main.F和.object,
make all,出现报错:
mpiifort -free -names lowercase -assume byterecl -w -xHOST -O2 -xhost -I/home/james/apps/intel/compilers_and_libraries_2019.1.144/linux/mkl/include/fftw -c chain.f90
chain.F(42): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [NEB]
USE neb
--------^
chain.F(43): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [DYNMAT]
USE dynmat
--------^
chain.F(44): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [DIMER]
USE dimer
--------^
chain.F(45): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [LANCZOS]
USE lanczos
--------^
chain.F(46): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [BBM]
USE bbm
--------^
chain.F(47): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [INSTANTON]
USE instanton
--------^
chain.F(48): error #7002: Error in opening the compiled module file. Check INCLUDE paths. [OPT]
USE opt
--------^
compilation aborted for chain.f90 (code 1)
make[2]: *** [makefile:169: chain.o] Error 1
复制代码
然后make gam std ncl通过,
make gpu,又出现如上报错
请问是vtst-tools完全不支持gpu版vasp吗?
还是需要再做些什么修改?
作者Author:
chenweiguang
时间:
2022-10-6 19:26
这个一种方法就是手动把vtst那几个文件编译成.o文件,然后继续编译
作者Author:
wkq1122
时间:
2023-4-15 20:54
chenweiguang 发表于 2022-10-6 19:26
这个一种方法就是手动把vtst那几个文件编译成.o文件,然后继续编译
怎么手动编译啊
欢迎光临 计算化学公社 (http://bbs.keinsci.com/)
Powered by Discuz! X3.3