- 积分
- 853
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-3-31
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
编译stenex pario ,编译jproc icon bcon 和cctm应该也没错 但是编译mcip想并行运算时,出现以下错误代码,请问是什么原因呢
make
make[1]: Entering directory '/usr/local/cmaq/CMAQv5.0.2/scripts/mcip/src'
pgf90 -O4 -fastsse -pc 32 -Mfree -byteswapio -I/netcdf/include -I/ioapi_3.1/Linux2_x86_64pg -c const_mod.f90
pgf90 -O4 -fastsse -pc 32 -Mfree -byteswapio -I/netcdf/include -I/ioapi_3.1/Linux2_x86_64pg -c const_pbl_mod.f90
pgf90 -O4 -fastsse -pc 32 -Mfree -byteswapio -I/netcdf/include -I/ioapi_3.1/Linux2_x86_64pg -c coord_mod.f90
pgf90 -O4 -fastsse -pc 32 -Mfree -byteswapio -I/netcdf/include -I/ioapi_3.1/Linux2_x86_64pg -c date_time_mod.f90
pgf90 -O4 -fastsse -pc 32 -Mfree -byteswapio -I/netcdf/include -I/ioapi_3.1/Linux2_x86_64pg -c date_pack_mod.f90
pgf90 -O4 -fastsse -pc 32 -Mfree -byteswapio -I/netcdf/include -I/ioapi_3.1/Linux2_x86_64pg -c files_mod.f90
pgf90 -O4 -fastsse -pc 32 -Mfree -byteswapio -I/netcdf/include -I/ioapi_3.1/Linux2_x86_64pg -c groutcom_mod.f90
pgf90 -O4 -fastsse -pc 32 -Mfree -byteswapio -I/netcdf/include -I/ioapi_3.1/Linux2_x86_64pg -c luvars_mod.f90
pgf90 -O4 -fastsse -pc 32 -Mfree -byteswapio -I/netcdf/include -I/ioapi_3.1/Linux2_x86_64pg -c mcipparm_mod.f90
PGF90-F-0004-Unable to open MODULE file m3utilio.mod (mcipparm_mod.f90: 113)
PGF90/x86-64 Linux 16.10-0: compilation aborted
Makefile:159: recipe for target 'mcipparm_mod.o' failed
make[1]: *** [mcipparm_mod.o] Error 2
make[1]: Leaving directory '/usr/local/cmaq/CMAQv5.0.2/scripts/mcip/src'
Makefile:150: recipe for target 'all' failed
make: *** [all] Error 2
麻烦各位前辈帮忙看一下谢谢
|
|