-
Notifications
You must be signed in to change notification settings - Fork 209
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
env_mach_pes.xml not being locked properly #1322
Comments
Increase jobmax on redsky Some of our tests were asking for more than the 480 max. This meant that no queue satisfied the need and the null queue was selected which is not valid on redsky. [BFB] * origin/jgfouca/cime/increase_redsky_queue: Increase jobmax on redsky
I'm unable to reproduce this error locally (I don't have a cheyenne account), maybe it would help if I could get the git version and the exact commands and xml changes that were made. And of course if this is only happening on cheyenne then someone else may have to look into it. |
This is what I did using the current cime/master. git version 1.8.5.6 ./create_test SMS.f45_g37_rx1.A.cheyenne_intel ./case.build --clean I wasn't able to get create_newcase to repeat this behavior. So, it's something specific with create_test. |
Thanks, that was very helpful. I think I am getting the same behavior now and will investigate. NOTES: ./create_newcase --case test1 --res f45_g37_rx1 --mach anlworkstation --compiler gnu --compset A But using create_test for the same test case fails to catch the change: |
checked_lockfile() was counting the number of dots in full pathname and ignored any locked files that had more than one period in it. So if the case name had any dots, no locked files were checked. |
Increase jobmax on redsky Some of our tests were asking for more than the 480 max. This meant that no queue satisfied the need and the null queue was selected which is not valid on redsky. [BFB] * origin/jgfouca/cime/increase_redsky_queue: Increase jobmax on redsky
Increase jobmax on redsky Some of our tests were asking for more than the 480 max. This meant that no queue satisfied the need and the null queue was selected which is not valid on redsky. [BFB] * origin/jgfouca/cime/increase_redsky_queue: Increase jobmax on redsky
I ran into this problem while doing testing on cheyenne. I was able to make changes in env_mach_pes.xml and submit to the queue without any error messages.
I was also able to change env_mach_pes.xml, then do a rebuild and submit without redoing case.setup.
The text was updated successfully, but these errors were encountered: