- 积分
- 61
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2021-10-17
- 最后登录
- 1970-1-1
|
发表于 2021-10-25 11:57:44
|
显示全部楼层
大大,我intel编译库 MPI 都已经装好了 mpirun mpiifort mpif90命令都可以运行但就是无法make HRLDAS报错
make[1]: Entering directory `/home/huangmaozi/Build_WRF/WPS-3.9.1/hrldas-release-3.8/HRLDAS/MPP'
rm -f CPL_WRF.o CPL_WRF.mod
mpif90 -convert big_endian -g -O0 -check all,noshape,nopointer,noarg_temp_created -fpe0 -free -c CPL_WRF.F
gfortran: error: big_endian: No such file or directory
gfortran: error: all,noshape,nopointer,noarg_temp_created: No such file or directory
gfortran: error: unrecognized command line option ‘-convert’
gfortran: error: unrecognized command line option ‘-check’
gfortran: error: unrecognized command line option ‘-fpe0’
make[1]: *** [CPL_WRF.o] Error 1
make[1]: Leaving directory `/home/huangmaozi/Build_WRF/WPS-3.9.1/hrldas-release-3.8/HRLDAS/MPP'
make: *** [all] Error 2
|
|