Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jobs on blues fail during submit because they exceeed walltimemax #1318

Closed
jayeshkrishna opened this issue Mar 16, 2017 · 1 comment
Closed

Comments

@jayeshkrishna
Copy link
Contributor

Jobs with timelimit > 1hr on blues are submitted to the shared queue (shared queue has a walltimemax of 1hr) and fail with the following error message,

ERROR: Couldn't match jobid_pattern '^(\S+)$' within submit output:

The actual error message (not available in the log file) from qsub command is,

qsub: Job exceeds queue resource limits MSG=cannot satisfy queue max walltime requirement
@jayeshkrishna
Copy link
Contributor Author

jayeshkrishna commented Mar 16, 2017

config_batch.xml has an entry for the shared queue that specifies the walltimemax as 1hr,

    <batch_system MACH="blues" type="pbs" >
...
      <queues>
  <queue walltimemax="01:00:00" jobmin="1" jobmax="4096" default="true">shared</queue>
      </queues>
    </batch_system>

jgfouca added a commit that referenced this issue Mar 16, 2017
Fix for blues submit.

Make 'batch' queue the default. Hack up some python so that
-q batch is not passed to qsub.

Fixes #1318

[BFB]

* jgfouca/cime/fix_blues_submit:
  Fix for blues submit.
jgfouca added a commit that referenced this issue Mar 16, 2017
Fix for blues submit.

Make 'batch' queue the default. Hack up some python so that
-q batch is not passed to qsub.

Fixes #1318

[BFB]

* jgfouca/cime/fix_blues_submit:
  Fix for blues submit.
agsalin pushed a commit that referenced this issue Apr 13, 2017
Fix for blues submit.

Make 'batch' queue the default. Hack up some python so that
-q batch is not passed to qsub.

Fixes #1318

[BFB]

* jgfouca/cime/fix_blues_submit:
  Fix for blues submit.
jgfouca pushed a commit that referenced this issue Sep 15, 2017
Add valid_lists for some of the *_OPTION entries that lacked them
Test suite: scripts_regression_tests
Test baseline:
Test namelist changes:
Test status: bit for bit

Fixes #1318

User interface changes?: N

Update gh-pages html (Y/N)?:N

Code review: jedwards
jgfouca added a commit that referenced this issue Feb 27, 2018
Fix for blues submit.

Make 'batch' queue the default. Hack up some python so that
-q batch is not passed to qsub.

Fixes #1318

[BFB]

* jgfouca/cime/fix_blues_submit:
  Fix for blues submit.
jgfouca added a commit that referenced this issue Mar 14, 2018
Fix for blues submit.

Make 'batch' queue the default. Hack up some python so that
-q batch is not passed to qsub.

Fixes #1318

[BFB]

* jgfouca/cime/fix_blues_submit:
  Fix for blues submit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants