- 积分
- 7124
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-11-26
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
[hakj@localhost build]$ sudo ./bldit.bldmake
[sudo] hakj 的密码:
Model repository base path: /home/hakj/camq
library path: /home/hakj/camq/lib/x86_64/intel
Model repository path: /home/hakj/camq/models
setenv REPOROOT /home/hakj/camq/models/BLDMAKE
set BASE = /home/hakj/camq/scripts/build
set EXEC = bldmake
set FC = mpif90
set FC_FLAGS = -c -fixed -132 -O3 -override-limits -fno-alias -mp1 -fp-model precise
set Bld = /home/hakj/camq/scripts/build/BLD
if ( ! -e /home/hakj/camq/scripts/build/BLD ) then
if ( ! -d /home/hakj/camq/scripts/build/BLD ) then
echo Deleting files in /home/hakj/camq/scripts/build/BLD
Deleting files in /home/hakj/camq/scripts/build/BLD
/bin/rm: No match.
endif
endif
cd /home/hakj/camq/scripts/build/BLD
set flist = ( /home/hakj/camq/models/BLDMAKE/cfg_module.f /home/hakj/camq/models/BLDMAKE/bldmake.f /home/hakj/camq/models/BLDMAKE/parser.f /home/hakj/camq/models/BLDMAKE/utils.f )
foreach file ( /home/hakj/camq/models/BLDMAKE/cfg_module.f /home/hakj/camq/models/BLDMAKE/bldmake.f /home/hakj/camq/models/BLDMAKE/parser.f /home/hakj/camq/models/BLDMAKE/utils.f )
mpif90 -c -fixed -132 -O3 -override-limits -fno-alias -mp1 -fp-model precise /home/hakj/camq/models/BLDMAKE/cfg_module.f
mpif90: Command not found.
end
mpif90 -c -fixed -132 -O3 -override-limits -fno-alias -mp1 -fp-model precise /home/hakj/camq/models/BLDMAKE/bldmake.f
mpif90: Command not found.
end
mpif90 -c -fixed -132 -O3 -override-limits -fno-alias -mp1 -fp-model precise /home/hakj/camq/models/BLDMAKE/parser.f
mpif90: Command not found.
end
mpif90 -c -fixed -132 -O3 -override-limits -fno-alias -mp1 -fp-model precise /home/hakj/camq/models/BLDMAKE/utils.f
mpif90: Command not found.
end
mpif90: No match.
if ( ! -e bldmake ) then
echo
echo ***ERROR*** Compile failed
***ERROR*** Compile failed
echo
exit 1
[hakj@localhost build]$
|
|