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

No batch system found in "none", when porting CESM2.2

ykp990521

ykp990521
Member
Hello dear friends, when porting CESM2.2.0-0-g332937b on TH-1A, I run into the problem of
Batch_system_type is none
ERROR: No batch system 'none' found

I modified the config_machines.xml, config_pes.xml, config_compilers.xml and config_batch.xml files and attached them below, when testing "./create_newcase --case mytt --res f09_f09_mg17 --compset F1850 --machine ykp"
it shows:

Compset longname is 1850_CAM60_CLM50%SP_CICE%PRES_DOCN%DOM_MOSART_CISM2%NOEVOLVE_SWAV
Compset specification file is /THL6/home/ykp990521/my_cesm_sandbox/components/cam//cime_config/config_compsets.xml
Automatically adding SIAC to compset
Automatically adding SESP to compset
Warning: missing non-idmap ROF2OCN_FMAPNAME for rof_grid, r05 and ocn_grid 0.9x1.25
Compset forcing is 1850
ATM component is CAM cam6 physics:
LND component is clm5.0:Satellite phenology:
ICE component is Sea ICE (cice) model version 5 :prescribed cice
OCN component is DOCN prescribed ocean mode
ROF component is MOSART: MOdel for Scale Adaptive River Transport
GLC component is cism2 (default, higher-order, can run in parallel):cism ice evolution turned off (this is the standard configuration unless you're explicitly interested in ice evolution):
WAV component is Stub wave component
IAC component is Stub iac component
ESP component is Stub external system processing (ESP) component
Pes specification file is /THL6/home/ykp990521/my_cesm_sandbox/components/cam//cime_config/config_pes.xml
Compset specific settings: name is SSTICE_DATA_FILENAME and value is $DIN_LOC_ROOT/atm/cam/sst/sst_HadOIBl_bc_0.9x1.25_clim_pi_c101028.nc
Compset specific settings: name is SSTICE_GRID_FILENAME and value is $DIN_LOC_ROOT/share/domains/domain.ocn.fv0.9x1.25_gx1v7.151020.nc
Machine is ykp
Pes setting: grid match is a%0.9x1.25
Pes setting: grid is a%0.9x1.25_l%0.9x1.25_oi%0.9x1.25_r%r05_g%gland4_w%null_z%null_m%gx1v7
Pes setting: compset is 1850_CAM60_CLM50%SP_CICE%PRES_DOCN%DOM_MOSART_CISM2%NOEVOLVE_SWAV_SIAC_SESP
Pes setting: tasks is {'NTASKS_ATM': -4, 'NTASKS_LND': -4, 'NTASKS_ROF': -4, 'NTASKS_ICE': -4, 'NTASKS_OCN': -4, 'NTASKS_GLC': -4, 'NTASKS_WAV': -4, 'NTASKS_CPL': -4}
Pes setting: threads is {'NTHRDS_ATM': 1, 'NTHRDS_LND': 1, 'NTHRDS_ROF': 1, 'NTHRDS_ICE': 1, 'NTHRDS_OCN': 1, 'NTHRDS_GLC': 1, 'NTHRDS_WAV': 1, 'NTHRDS_CPL': 1}
Pes setting: rootpe is {'ROOTPE_ATM': 0, 'ROOTPE_LND': 0, 'ROOTPE_ROF': 0, 'ROOTPE_ICE': 0, 'ROOTPE_OCN': 0, 'ROOTPE_GLC': 0, 'ROOTPE_WAV': 0, 'ROOTPE_CPL': 0}
Pes setting: pstrid is {}
Pes other settings: {}
Pes comments: none
Compset is: 1850_CAM60_CLM50%SP_CICE%PRES_DOCN%DOM_MOSART_CISM2%NOEVOLVE_SWAV_SIAC_SESP
Grid is: a%0.9x1.25_l%0.9x1.25_oi%0.9x1.25_r%r05_g%gland4_w%null_z%null_m%gx1v7
Components in compset are: ['cam', 'clm', 'cice', 'docn', 'mosart', 'cism', 'swav', 'siac', 'sesp']

*********************************************************************************************************************************
This compset and grid combination is not scientifically supported, however it is used in 5 tests.
*********************************************************************************************************************************

Using project from config_machines.xml: none
Using charge_account from config_machines.xml: none
cesm model version found: cesm2.2.0
Batch_system_type is none
ERROR: No batch system 'none' found

could anyone help with the "ERROR"? Thanks a lot!
 

Attachments

  • config_batch.txt
    327 bytes · Views: 16
  • config_compilers.txt
    1.9 KB · Views: 6
  • config_machines.txt
    3.4 KB · Views: 10
  • config_pes.txt
    1.7 KB · Views: 4

jedwards

CSEG and Liaisons
Staff member
It appears that you have BATCH_SYSTEM=none and then you are defining a slurm batch system. Change type="none" in config_batch.xml to slurm and change <BATCH_SYSTEM>slurm</BATCH_SYSTEM> in config_machines.xml
 
Top