|
已经编译好了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吗?
还是需要再做些什么修改?
|
|