After I execute the submit command ./case.submit for the B1850 case, the following error occurs:
And the ./preview_run shows
I have checked the idle nodes of HPC is more than the requested 6 nodes.
So how can I solve this problem?
Thanks for your help and patience.
The HPC has 40 cores per node and the batch system is SLURM, so I setCreating component namelists
Finished creating component namelists
Check case OK
submit_jobs case.run
Submit job case.run
Submitting job script sbatch -t 01:00:00 -p cpu .case.run --resubmit
ERROR: Command: 'sbatch -t 01:00:00 -p cpu .case.run --resubmit' failed with error 'sbatch: error: CPU count per node can not be satisfied
sbatch: error: Batch job submission failed: Requested node configuration is not available' from dir '/cases/case04'
in the ~/.cime/config_machines.xml. I have tried to set the MAX_TASKS_PER_NODE and MAX_MPITASKS_PER_NODE to 32 or 20, but the error still appeared.MAX_TASKS_PER_NODE=40
MAX_MPITASKS_PER_NODE=40
And the ./preview_run shows
CASE INFO:
nodes: 6
total tasks: 240
tasks per node: 40
thread count: 1
BATCH INFO:
FOR JOB: case.run
ENV:
Setting Environment OMP_STACKSIZE=256M
Setting Environment NETCDF_C_PATH=/lustre/opt/cascadelake/linux-centos7-cascadelake/intel-19.0.4/netcdf-c-4.7.3-45qqhnbk676cblst47yl3mltzbfgdu4j
Setting Environment NETCDF_FORTRAN_PATH=/lustre/opt/cascadelake/linux-centos7-cascadelake/intel-19.0.4/netcdf-fortran-4.5.2-qf7eyugntntno4oxsc4gmm52rhy7p3dt
Setting Environment HDF5_PATH=/lustre/opt/cascadelake/linux-centos7-cascadelake/intel-19.0.4/hdf5-1.10.6-rbc5csp26yx6ybkjgjkpqe3ni4lm3nro
Setting Environment OMP_NUM_THREADS=1
SUBMIT CMD:
sbatch -t 01:00:00 -p cpu .case.run --resubmit
MPIRUN (job=case.run):
srun -n 240 /lustre/home/acct-ioomj/ioomj-stu3/cesm/scratch/case04/bld/cesm.exe >> cesm.log.$LID 2>&1
FOR JOB: case.st_archive
ENV:
Setting Environment OMP_STACKSIZE=256M
Setting Environment NETCDF_C_PATH=/lustre/opt/cascadelake/linux-centos7-cascadelake/intel-19.0.4/netcdf-c-4.7.3-45qqhnbk676cblst47yl3mltzbfgdu4j
Setting Environment NETCDF_FORTRAN_PATH=/lustre/opt/cascadelake/linux-centos7-cascadelake/intel-19.0.4/netcdf-fortran-4.5.2-qf7eyugntntno4oxsc4gmm52rhy7p3dt
Setting Environment HDF5_PATH=/lustre/opt/cascadelake/linux-centos7-cascadelake/intel-19.0.4/hdf5-1.10.6-rbc5csp26yx6ybkjgjkpqe3ni4lm3nro
Setting Environment OMP_NUM_THREADS=1
SUBMIT CMD:
sbatch -t 0:20:00 -p cpu --dependency=afterok:0 case.st_archive --resubmit
I have checked the idle nodes of HPC is more than the requested 6 nodes.
So how can I solve this problem?
Thanks for your help and patience.