E3SM-Project / E3SM

Energy Exascale Earth System Model source code. NOTE: use "maint" branches for your work. Head of master is not validated.
https://docs.e3sm.org/E3SM
Other
334 stars 334 forks source link

Add shared queue for pm-cpu/pm-gpu #6411

Closed ndkeen closed 1 week ago

ndkeen commented 2 weeks ago

After https://github.com/E3SM-Project/E3SM/pull/6402 removed exclusive directive, which allows jobs to use shared qos, I realized we still needed the option to use shared qos.

This PR should allow:

./xmlchange JOB_QUEUE=shared

I also adjusted the total number of nodes available for each machine.

[bfb]

github-actions[bot] commented 2 weeks ago

PR Preview Action v1.4.7 :---: :rocket: Deployed preview to https://E3SM-Project.github.io/E3SM/pr-preview/pr-6411/ on branch gh-pages at 2024-05-13 15:26 UTC

ndkeen commented 1 week ago

merged to next