Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

CESM1.2.2 porting without an operating system

yongsheng zheng

Yongsheng zheng
Member
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>
 
Top