Question about the 'JOB_WALLCLOCK_TIME' and 'JOB_QUEUE'?

Status
Not open for further replies.

mengqi

mj
Member
Hi,

I found I met some issues with simulation time limitation and thus I want to revise the relevant parameters i.e., 'JOB_WALLCLOCK_TIME' and 'JOB_QUEUE'. I think I would like to increase the wallclock time length (JOB_WALLCLOCK_TIME), for example, 12:00:00. In this context, I should also change JOB_QUEUE from 'share' to 'regular'.

However, I noticed that in the 'env_workflow.xml', there seem to be two 'JOB_QUEUE' and 'JOB_WALLCLOCK_TIME'. I list current relevant parameters below:

<group id="case.run">
<entry id="JOB_WALLCLOCK_TIME" value="06:00:00">
<entry id="JOB_QUEUE" value="share">

<group id="case.st_archive">
<entry id="JOB_WALLCLOCK_TIME" value="00:20:00">
<entry id="JOB_QUEUE" value="share">

Thus, I am not sure how I should change these parameters. Could anyone give me some insights? Many thanks in advance!
 

oleson

Keith Oleson
CSEG and Liaisons
Staff member
One is for the case run itself (case.run), the other is for the archiving job (case.st_archive).
 

mengqi

mj
Member
One is for the case run itself (case.run), the other is for the archiving job (case.st_archive).
Thank you, @oleson! Plus: If I change JOB_QUEUE (case.run) to 'regular', then it is not necessary to change JOB_QUEUE (case.st_archive) to 'regular'.
Is my understanding correct?

Thank!
 
Status
Not open for further replies.
Back
Top