Hi ,
I am still trying to port CESM2 to my university HPC. There is no errors wehen I executed ./case.build. After I executing ./case.submit, error pops up (shown below):
**************************************************************************************************************************
[yangx2@node-0005 mycase]$ ./case.submit
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
Creating component namelists
Calling /home/yangx2/my_cesm_sandbox/cime/src/components/xcpl_comps/xatm/cime_config/buildnml
Calling /home/yangx2/my_cesm_sandbox/cime/src/components/xcpl_comps/xlnd/cime_config/buildnml
Calling /home/yangx2/my_cesm_sandbox/cime/src/components/xcpl_comps/xice/cime_config/buildnml
Calling /home/yangx2/my_cesm_sandbox/cime/src/components/xcpl_comps/xocn/cime_config/buildnml
Calling /home/yangx2/my_cesm_sandbox/cime/src/components/xcpl_comps/xrof/cime_config/buildnml
Calling /home/yangx2/my_cesm_sandbox/cime/src/components/xcpl_comps/xglc/cime_config/buildnml
Calling /home/yangx2/my_cesm_sandbox/cime/src/components/xcpl_comps/xwav/cime_config/buildnml
Calling /home/yangx2/my_cesm_sandbox/cime/src/components/stub_comps/sesp/cime_config/buildnml
Calling /home/yangx2/my_cesm_sandbox/cime/src/drivers/mct/cime_config/buildnml
NOTE: ignoring setting of glc2ice_rmapname=idmap in seq_maps.rc
Finished creating component namelists
Checking that inputdata is available as part of case submission
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
Loading input file list: 'Buildconf/cpl.input_data_list'
Check case OK
submit_jobs case.run
Submit job case.run
ERROR: Unable to determine the correct command for batch submission.
**************************************************************************************************************************
I thought it should be related to setting in /home/.cime/config_batch.xml, so config_batch.xml is shown below:
==================================================================================
<?xml version="1.0"?>
<config_batch version="2.0">
<batch_system type="slurm" MACH="yangx2" >
<directives>
<directive default="/bin/bash" > -S {{ shell }} </directive>
</directives>
<queues>
<queue walltimemax="72:00:00" nodemin="1" nodemax="20" default="true">batch</queue>
</queues>
</batch_system>
</config_batch>
==================================================================================
Thanks for the help. And I am new to Linux and porting process. Hope you do not mind I am asking some stupid questions.
Best,
Skylar
I am still trying to port CESM2 to my university HPC. There is no errors wehen I executed ./case.build. After I executing ./case.submit, error pops up (shown below):
**************************************************************************************************************************
[yangx2@node-0005 mycase]$ ./case.submit
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
Creating component namelists
Calling /home/yangx2/my_cesm_sandbox/cime/src/components/xcpl_comps/xatm/cime_config/buildnml
Calling /home/yangx2/my_cesm_sandbox/cime/src/components/xcpl_comps/xlnd/cime_config/buildnml
Calling /home/yangx2/my_cesm_sandbox/cime/src/components/xcpl_comps/xice/cime_config/buildnml
Calling /home/yangx2/my_cesm_sandbox/cime/src/components/xcpl_comps/xocn/cime_config/buildnml
Calling /home/yangx2/my_cesm_sandbox/cime/src/components/xcpl_comps/xrof/cime_config/buildnml
Calling /home/yangx2/my_cesm_sandbox/cime/src/components/xcpl_comps/xglc/cime_config/buildnml
Calling /home/yangx2/my_cesm_sandbox/cime/src/components/xcpl_comps/xwav/cime_config/buildnml
Calling /home/yangx2/my_cesm_sandbox/cime/src/components/stub_comps/sesp/cime_config/buildnml
Calling /home/yangx2/my_cesm_sandbox/cime/src/drivers/mct/cime_config/buildnml
NOTE: ignoring setting of glc2ice_rmapname=idmap in seq_maps.rc
Finished creating component namelists
Checking that inputdata is available as part of case submission
Setting resource.RLIMIT_STACK to -1 from (-1, -1)
Loading input file list: 'Buildconf/cpl.input_data_list'
Check case OK
submit_jobs case.run
Submit job case.run
ERROR: Unable to determine the correct command for batch submission.
**************************************************************************************************************************
I thought it should be related to setting in /home/.cime/config_batch.xml, so config_batch.xml is shown below:
==================================================================================
<?xml version="1.0"?>
<config_batch version="2.0">
<batch_system type="slurm" MACH="yangx2" >
<directives>
<directive default="/bin/bash" > -S {{ shell }} </directive>
</directives>
<queues>
<queue walltimemax="72:00:00" nodemin="1" nodemax="20" default="true">batch</queue>
</queues>
</batch_system>
</config_batch>
==================================================================================
Thanks for the help. And I am new to Linux and porting process. Hope you do not mind I am asking some stupid questions.
Best,
Skylar