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

Resubmit not happening on SNL redsky and skybridge #1129

Closed
eroesler opened this issue Nov 7, 2016 · 5 comments
Closed

Resubmit not happening on SNL redsky and skybridge #1129

eroesler opened this issue Nov 7, 2016 · 5 comments

Comments

@eroesler
Copy link
Contributor

eroesler commented Nov 7, 2016

In each $case, the option to run to resubmit to the queue after a successful submission and run is changed by increasing the "RESUBMIT" value to > 0 in the env_run.xml file. In the $case.run file, the parameter $islastjob was being given a value of FALSE from the perl subroutine resubmitCheck() to the perl subroutine ACME/cime/utils/perl15lib/Batch/BatchUtils.pm doResubmit(). The line :
if($islastjob eq 'TRUE' && $resubmit > 0 && defined $sta_ok)
should be:
if($islastjob eq 'FALSE' && $resubmit > 0 && defined $sta_ok)
There is a few more steps after this, but at least sbatch is being envoked again.

@jgfouca
Copy link
Member

jgfouca commented Nov 7, 2016

@eroesler I highly suspect that this will be fixed once we adopt CIME5. Will that solution work for you?

@eroesler
Copy link
Contributor Author

eroesler commented Nov 7, 2016

@jgfouca When is CIME5 being rolled out?

@rljacob
Copy link
Member

rljacob commented Nov 7, 2016

This week.

@eroesler
Copy link
Contributor Author

eroesler commented Nov 7, 2016

That might work. I've got it to resubmit and count-down the # of submissions, but it's a hack. There's redundant subroutines for Base and then for Mira....
I'll wait for CIME5.

@jgfouca
Copy link
Member

jgfouca commented Dec 13, 2016

@eroesler cime5 is live and this issue should be fixed, please reopen ticket if that's not the case.

@jgfouca jgfouca closed this as completed Dec 13, 2016
agsalin pushed a commit that referenced this issue Apr 13, 2017
Add fix to config_archive.xml for DART, mosart, rtm
and ww3 element values for filename pattern matching.
Update case_st_archive.py to correctly
archive DART v1 files.

Test suite: ERR.f19_g16.B1850.yellowstone_intel.allactive-defaultio

Fixes [Github issue #]: #1129 and #1124

User interface changes: None

Input data changes: None

Code review:
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