计算化学公社

标题: VASP 6.1.2安装出现错误 [打印本页]

作者
Author:
_Fun    时间: 2024-5-15 14:57
标题: VASP 6.1.2安装出现错误
老师们好!安装VASP6.1.2的过程中出现了错误,求指导!
if [ ! -d build/std ] ; then mkdir build/std  ; fi; \
cp src/makefile src/.objects makefile.include build/std ; \
make -C build/std VERSION=std all
make[1]: Entering directory `/home/CMX/vasp.6.1.2/build/std'
rsync -ru ../../src/lib .
cp makefile.include lib
make -C lib -j1
make[2]: Entering directory `/home/CMX/vasp.6.1.2/build/std/lib'
make libdmy.a
make[3]: Entering directory `/home/CMX/vasp.6.1.2/build/std/lib'
fpp -f_com=no -free -w0 preclib.F preclib.f90
make[3]: fpp: Command not found
make[3]: *** [preclib.f90] Error 127
make[3]: Leaving directory `/home/CMX/vasp.6.1.2/build/std/lib'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/CMX/vasp.6.1.2/build/std/lib'
make[1]: *** [lib] Error 2
make[1]: Leaving directory `/home/CMX/vasp.6.1.2/build/std'
make: *** [std] Error 2
这样子是怎么解决呢?


作者
Author:
abin    时间: 2024-5-15 15:20
make[3]: fpp: Command not found
作者
Author:
_Fun    时间: 2024-5-15 16:21
abin 发表于 2024-5-15 15:20
make[3]: fpp: Command not found

老师你好,非常感谢您指出的错误。同时又有了新的问题,在安装oneapi编译器的时,用所给offline下的两条代码下载,但是输入第一条代码时提示了 wget: unable to resolve host address ‘registrationcenter-download.intel.com’ ,这种问题怎么解决呢?
作者
Author:
gaozx    时间: 2024-5-15 16:27
_Fun 发表于 2024-5-15 16:21
老师你好,非常感谢您指出的错误。同时又有了新的问题,在安装oneapi编译器的时,用所给offline下的两条 ...

检查网络
作者
Author:
_Fun    时间: 2024-5-16 09:44
gaozx 发表于 2024-5-15 16:27
检查网络

老师你好,网络是正常的,现在又发现oneapi文件下没有 setvars.sh 这个脚本,这个是下载后自带的还是要自己添加?
作者
Author:
_Fun    时间: 2024-5-17 11:02
已解决  谢谢大家
作者
Author:
_Fun    时间: 2024-5-20 10:38
再次求助老师们:
ld: warning: libfabric.so.1, needed by /home/CMX/intel//compilers_and_libraries_2019.0.117/linux/mpi/intel64/lib/release/libmpi.so, not found (try using -rpath or -rpath-link)
/home/CMX/intel//compilers_and_libraries_2019.0.117/linux/mpi/intel64/lib/release/libmpi.so: undefined reference to `fi_tostr@FABRIC_1.0'
/home/CMX/intel//compilers_and_libraries_2019.0.117/linux/mpi/intel64/lib/release/libmpi.so: undefined reference to `fi_dupinfo@FABRIC_1.1'
/home/CMX/intel//compilers_and_libraries_2019.0.117/linux/mpi/intel64/lib/release/libmpi.so: undefined reference to `fi_strerror@FABRIC_1.0'
/home/CMX/intel//compilers_and_libraries_2019.0.117/linux/mpi/intel64/lib/release/libmpi.so: undefined reference to `fi_getinfo@FABRIC_1.1'
/home/CMX/intel//compilers_and_libraries_2019.0.117/linux/mpi/intel64/lib/release/libmpi.so: undefined reference to `fi_freeinfo@FABRIC_1.1'
/home/CMX/intel//compilers_and_libraries_2019.0.117/linux/mpi/intel64/lib/release/libmpi.so: undefined reference to `fi_fabric@FABRIC_1.1'
make[2]: *** [vasp] Error 1
make[2]: Leaving directory `/home/CMX/vasp.5.4.4/build/std'
cp: cannot stat ‘vasp’: No such file or directory
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/CMX/vasp.5.4.4/build/std'
make: *** [std] Error 2
出现了这样的错误,处理器AMD,在OFLAG中默认不加或者加了-xhost或者加了-mAVX都不能make成功
而且也尝试了其他老师提供的方法 添加
source /opt/intel2018-4/bin/compilervars.sh intel64
source /opt/intel2018-4/impi/2018.4.274/bin64/mpivars.sh intel64
还是make失败
请各位老师指点!
安装的是parallel_studio_xe_2019编译器,步骤与sob老师一致,vasp版本也是5.4.4





欢迎光临 计算化学公社 (http://bbs.keinsci.com/) Powered by Discuz! X3.3