I'm installing the Centos7 system using a virtual machine and have installed CESM1.2.2, but I have a problem now. After I install it and create a case, it prompts what this sentence means? How can it be solved?
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
My config_machines.xml Settings are as follows:
<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>
My config_batch.xml Settings are as follows:
<?xml version="1.0"?>
<config_batch version="2.0">
<batch_system MACH="zys" type="none">
<submit_cmd>echo</submit_cmd>
<directives>
<directive>job</directive>
</directives>
</batch_system>
</config_batch>
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
My config_machines.xml Settings are as follows:
<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>
My config_batch.xml Settings are as follows:
<?xml version="1.0"?>
<config_batch version="2.0">
<batch_system MACH="zys" type="none">
<submit_cmd>echo</submit_cmd>
<directives>
<directive>job</directive>
</directives>
</batch_system>
</config_batch>