Closed mvdebolskiy closed 9 months ago
Found a fix.
https://github.com/ESMCI/cime/blob/a488510bc24b981809b3dda5ee7b9809a7fc9616/scripts/lib/CIME/XML/env_batch.py#L331
Changing self
to case
here, same way it is done in maint-5.8
actually gets the proper $JOB_QUEUE
value and not None
.
Was trying to port CESM2.1.5 on one of the sigma2 machines (with slurm scheduler), which have
nodemin>4
for the normal queue. The different queues on this machines are handled by--qos
and--partition
directives (some partitions have more than one--qos
). Similar toarcher2
config:master
set the directives correctly. Howevermaint-5.6
does not. Even though it assigns a correct queue inselect_best_queue
(JOB_QUEUE gets set correctly).