-
Notifications
You must be signed in to change notification settings - Fork 368
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
Job submission issue on Summit #3124
Comments
Looking at it now. |
@dqwu , does this only happen for resubmissions? I was unable to reproduce the error for a simple case. |
@jgfouca
preview_run shows:
case.submit shows:
@sarats , could you please try to reproduce it on Summit? Thanks. |
Yes, I tried preview_run after setting up a case and it shows the extraneous stuff before bsub invocation. |
@dqwu , ok, i see the problem now |
Fix batch submission command for summit A recent CIME update broke the case where an lsf batch system was configured to pass arguments via batch_env. This PR fixes the issue by changing the command formation logic to not prepend lfs args if batch_env is set. Fixes #3124 [BFB] * origin/jgfouca/cime/fix_env_batch_lsf_env: Fix batch submission command for summit
Fix batch submission command for summit A recent CIME update broke the case where an lsf batch system was configured to pass arguments via batch_env. This PR fixes the issue by changing the command formation logic to not prepend lfs args if batch_env is set. Fixes #3124 [BFB] * origin/jgfouca/cime/fix_env_batch_lsf_env: Fix batch submission command for summit
@jgfouca there is a similar issue on Theta with the latest master: env-vars are not getting resolved in
|
@amametjanov , ok, looking at it |
@amametjanov , fixed. |
Worked, thanks. |
On Summit, case.submit fails with the following error message:
ERROR: Command: '-env "all, ARGS_FOR_SCRIPT=--resubmit" bsub -q batch -W 02:00 -P cli115 .case.run' failed with error '/bin/sh: - : invalid option'
This issue seems to be caused by PR #3092
Before that PR was merged, preview_run shows:
After that PR was merged, preview_run shows:
The text was updated successfully, but these errors were encountered: