-
Notifications
You must be signed in to change notification settings - Fork 376
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
Update oneapi modules on Sunspot and Aurora #6944
Conversation
Testing on Aurora:
|
How does this relate to the work being done in #6916 ? |
Az asked me if we want to "unify" machine blocks in aurora and in my spot-clean branch. i originally said no, but maybe we should. right now there are other issues with spot-clean branch, after they are resolved, we can get config_machines sorted. |
This PR should be complementary. |
Also use throttled qsub script for 3+ job submissions
Also, set 2 threads/task with max=96(=48x2).
(PR #6944) Update oneapi modules on Sunspot and Aurora: - compiler to latest available 2024.07.30.002 - (p)netcdf libraries to latest versions built with updated compiler - update queues on aurora - default F-compsets single-node PEs - update project paths on Aurora [BFB]
@@ -3240,10 +3240,8 @@ | |||
<BATCH_SYSTEM>pbspro</BATCH_SYSTEM> | |||
<SUPPORTED_BY>e3sm</SUPPORTED_BY> | |||
<MAX_TASKS_PER_NODE>208</MAX_TASKS_PER_NODE> | |||
<MAX_TASKS_PER_NODE compiler="oneapi-ifx">208</MAX_TASKS_PER_NODE> | |||
<MAX_TASKS_PER_NODE compiler="oneapi-ifxgpu">104</MAX_TASKS_PER_NODE> | |||
<MAX_TASKS_PER_NODE compiler="oneapi-ifxgpu">96</MAX_TASKS_PER_NODE> |
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.
Why is this changed for a specific compiler?
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.
For now, setting it to 2x the number of MPI tasks per node (48): 96 threads/node for GPU builds.
On my to-do is to look at best combinations of tasks and threads for each compiler build.
Update oneapi modules on Sunspot and Aurora:
[BFB]