JOB WallClock Time gets overridden

tresamt

Tresa Mary
Member
Hi,
I have been trying to port CESM2 to a new system. There is an issue I am encountering with JOB WallClock Time.
The default and result of ./xmlquery JOB_WALLCLOCK_TIME for my case is:

Results in group case.run
JOB_WALLCLOCK_TIME: 96:00:00

Results in group case.st_archive
JOB_WALLCLOCK_TIME: 00:20:00

But once submitted the case is running for only 2hrs.
I tried different values for JOB_WALLCLOCK_TIME in env_batch.xml and env_workflow.xml. However, everytime the model is run only for 2hrs.

I enquired with the system administrator too. It is not a system default value. Any idea of where to look for the issue?
 

jedwards

CSEG and Liaisons
Staff member
What does your env batch.xml look like? There is a script ./preview_run in the case directory which should help
in debugging this issue.
 

tresamt

Tresa Mary
Member
Thank you.
In ./preview_run, I saw that .case.run had the SBATCH scripts and it did not have the time component in it.

So added the time component argument in env_batch.xml and the change happened.
 
Back
Top