-
Notifications
You must be signed in to change notification settings - Fork 15
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
add srun for running e3sm_diags #497
Conversation
@forsyth2 while adding
If submit the job via |
@chengzhuzhang That's really quite perplexing. The only thing I can think of is that the correct environment isn't being picked up when running with |
@@ -222,7 +222,7 @@ def e3sm_diags(config, scriptDir, existing_bundles, job_ids_file): # noqa: C901 | |||
p.pprint(c) | |||
p.pprint(s) | |||
|
|||
export = "NONE" | |||
export = "ALL" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Set export to "ALL" to load all environment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, that makes sense.
@chengzhuzhang I was able to reproduce your initial error and was able to get E3SM Diags working with your |
@forsyth2 I think this PR is ready to review. With export="ALL", it loads the correct environment and e3sm_diags run launched successfully. I'm testing zppy on |
Sounds good. the model vs obs task elapsed time fell within one hour on |
Yes, I'll run on those and then hopefully make the last RC before final release. |
Confirmed that, on Chrysalis, times indeed have been reduced:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The complete_run
test passes on Perlmutter and Compy still, so I think this ready to merge.
Fixes #485 for the PMI2_Init error and e3sm_diags slowness on Chrysalis.