计算化学公社

标题: 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,出现报错:
  1. 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

  2. chain.F(42): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [NEB]

  3.   USE neb

  4. --------^

  5. chain.F(43): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [DYNMAT]

  6.   USE dynmat

  7. --------^

  8. chain.F(44): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [DIMER]

  9.   USE dimer

  10. --------^

  11. chain.F(45): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [LANCZOS]

  12.   USE lanczos

  13. --------^

  14. chain.F(46): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [BBM]

  15.   USE bbm

  16. --------^

  17. chain.F(47): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [INSTANTON]

  18.   USE instanton

  19. --------^

  20. chain.F(48): error #7002: Error in opening the compiled module file.  Check INCLUDE paths.   [OPT]

  21.   USE opt

  22. --------^

  23. compilation aborted for chain.f90 (code 1)

  24. 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