- 积分
- 2012
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2024-6-2
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我在利用虚拟机安装Centos7系统,安装了CESM1.2.2,但是我现在有一个问题。我安装好后,创建案例,它提示这句话是什么意思呢?该怎么解决呢?急求大佬帮忙
set_machine: invalid id BATCH_SYSTEM in machine zys in file /home/zys/cesm/cesm1_2_2/scripts/ccsm_utils/Machines/config_machines.xml exiting
我的config_machines.xml设置如下:
<config_machines><machine MACH="zys">
<DESC>test</DESC>
<OS>LINUX</OS>
<COMPILERS>intel</COMPILERS>
<MPILIBS>intelmpi</MPILIBS>
<RUNDIR>/home/zys/cesm/cesm1_2_2/output/$CASE/run</RUNDIR>
<EXEROOT>/home/zys/cesm/cesm1_2_2/output/$CASE/bld</EXEROOT>
<DIN_LOC_ROOT>/home/zys/cesm/cesm1_2_2/inputdata</DIN_LOC_ROOT><DIN_LOC_ROOT_CLMFORC>/home/zys/cesm/cesm1_2_2/inputdata/lmwg</DIN_LOC_ROOT_CLMFORC><DOUT_S_ROOT>/home/zys/cesm/cesm1_2_2/output/$CASE</DOUT_S_ROOT>
<DOUT_L_MSROOT>csm/$CASE</DOUT_L_MSROOT><CCSM_BASELINE>/home/zys/software/cesm1_2_2/output/ccsm_baselines</CCSM_BASELINE><CCSM_CPRNC>/home/zys/software/cesm1_2_2/tools/cprnc</CCSM_CPRNC>
<BATCH_SYSTEM>none</BATCH_SYSTEM>
<SUPPORTED_BY>USERDEFINED_optional</SUPPORTED_BY>
<GMAKE_J>8</GMAKE_J>
<MAX_TASKS_PER_NODE>6</MAX_TASKS_PER_NODE>
<PES_PER_NODE>6</PES_PER_NODE></machine>
</config_machines>
|
|