|
再次求助老师们:
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
|
|