|
本帖最后由 ball2006 于 2022-1-11 14:43 编辑
各位老师好:
我近期尝试编译CASTEP19.1.1学术版,系统是Centos 7.6,编译器gfortran9.3.0,数学库用是Intel-mkl,版本是2020.4.304,并行库是openmpi版本是4.1.1。
依照安装说明用命令 make MATHLIBS=mkl10 FFT=mkl COMMS_ARCH=mpi SUBARCH=mpi进行安装;
在编译过程中出现了,下面的报错:
Target cell.o does not exist, compilation forced. mpif90 -c -fconvert=big-endian -fno-realloc-lhs -fopenmp -fPIC -O3 -funroll-loops -fno-signed-zeros -g -fbacktrace -march=native -Idl_mg/lib ../../Source/Fundamental/cell.f90
during RTL pass: expand
../../Source/Fundamental/cell.f90:18848:0:
18848 | in_recip_supercell = all(MP_kpoints >= -0.5_dp .AND. MP_kpoints < 0.5_dp, 1)
| internal compiler error: in int_mode_for_mode, at stor-layout.c:403
一直无法解决,肯请各位老师帮帮忙,谢谢。
|
|