Hello,
I have run a CESM2 simulation on CISL (Cheyenne) with the rate of 1.6 Simulated years per day (24 hours). I follow CISL's suggestion by running a simulation with 9 months per 12 hr wall-clock as follows:
./xmlchange --file env_run.xml --id STOP_OPTION --val nmoths
./xmlchange --file env_run.xml --id STOP_N --val 9
./xmlchange JOB_WALLCLOCK_TIME=12:00:00
However, the system keeps rejecting it with the following errors (see bellow). It seems that the wall-clock limit does NOT apply to my main simulation but only to the short-term archival. Any suggestion on how to handle this issue? CISL team asked me to report it here.
Best regards,
Sandro
I have run a CESM2 simulation on CISL (Cheyenne) with the rate of 1.6 Simulated years per day (24 hours). I follow CISL's suggestion by running a simulation with 9 months per 12 hr wall-clock as follows:
./xmlchange --file env_run.xml --id STOP_OPTION --val nmoths
./xmlchange --file env_run.xml --id STOP_N --val 9
./xmlchange JOB_WALLCLOCK_TIME=12:00:00
However, the system keeps rejecting it with the following errors (see bellow). It seems that the wall-clock limit does NOT apply to my main simulation but only to the short-term archival. Any suggestion on how to handle this issue? CISL team asked me to report it here.
======
Submitting job script qsub -q share -l walltime=12:00:00 -A URIC0004 -W depend=afterok:8128909.chadmin1.ib0.cheyenne.ucar.edu -v ARGS_FOR_SCRIPT='--resubmit' case.st_archive
ERROR: Command: 'qsub -q share -l walltime=12:00:00 -A URIC0004 -W depend=afterok:8128909.chadmin1.ib0.cheyenne.ucar.edu -v ARGS_FOR_SCRIPT='--resubmit' case.st_archive' failed with error 'qsub:
ERROR: your job has been rejected.
your declared wallclock time (43200 seconds)
exceeds your maximum limit of 21600 seconds
the queue limit is 21600 seconds
Please contact cislhelp@ucar.edu
for assistance' from dir '/glade/u/home/slubis/cases/FWHIST'
Best regards,
Sandro