-
Notifications
You must be signed in to change notification settings - Fork 8
Update aurora spack templates with latest modules
#318
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
a0cf457
Update config_machines.xml
andrewdnolan 8844647
Update aurora templates with latest modules
andrewdnolan f44b83b
lint config_machines.xml
andrewdnolan ab236db
remove fortran version from netcdf-c spec
andrewdnolan e142506
Update compiler paths
andrewdnolan cfacabd
Update oneapi compiler version on Aurora
xylar 2f23373
Update all prefix paths
andrewdnolan 6485d9d
Add extra_attributes section to oneapi
andrewdnolan 5ece679
Fix use_e3sm_hdf5_netcdf for Aurora
xylar 5e2cd70
Add gcc to Aurora spack template
xylar 4dcdabf
Fix cmake prefix
xylar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,8 +32,8 @@ spack: | |
| buildable: false | ||
| cmake: | ||
| externals: | ||
| - spec: cmake@3.30.5 | ||
| prefix: /opt/aurora/24.347.0/spack/unified/0.9.2/install/linux-sles15-x86_64/gcc-13.3.0/cmake-3.30.5-igar7ts | ||
| - spec: cmake@3.31.8 | ||
| prefix: /opt/aurora/25.190.0/spack/unified/0.10.1/install/linux-sles15-x86_64/gcc-13.3.0/cmake-3.31.8-mvhtj5u/bin/cmake | ||
| buildable: false | ||
| curl: | ||
| externals: | ||
|
|
@@ -89,7 +89,7 @@ spack: | |
| externals: | ||
| - spec: {{ compiler }} | ||
| modules: | ||
| - oneapi/release/2025.0.5 | ||
| - oneapi/release/2025.2.0 | ||
| buildable: false | ||
| gcc-runtime: | ||
| externals: | ||
|
|
@@ -104,23 +104,23 @@ spack: | |
| {%- if e3sm_hdf5_netcdf %} | ||
| hdf5: | ||
| externals: | ||
| - spec: [email protected].5+cxx+fortran+hl+mpi | ||
| prefix: /lus/flare/projects/E3SM_Dec/soft/hdf5/1.14.5/oneapi.eng.2024.07.30.002/ | ||
| - spec: [email protected].6+cxx+fortran+hl+mpi | ||
| prefix: /lus/flare/projects/E3SMinput/soft/hdf5/1.14.6/oneapi.2025.2.0 | ||
| buildable: false | ||
| netcdf-c: | ||
| externals: | ||
| - spec: [email protected].2+mpi~parallel-netcdf | ||
| prefix: /lus/flare/projects/E3SM_Dec/soft/netcdf/4.9.2c-4.6.1f/oneapi.eng.2024.07.30.002 | ||
| - spec: [email protected].3+mpi~parallel-netcdf | ||
| prefix: /lus/flare/projects/E3SMinput/soft/netcdf/4.9.3c-4.6.2f/oneapi.2025.2.0 | ||
| buildable: false | ||
| netcdf-fortran: | ||
| externals: | ||
| - spec: [email protected].1 | ||
| prefix: /lus/flare/projects/E3SM_Dec/soft/netcdf/4.9.2c-4.6.1f/oneapi.eng.2024.07.30.002 | ||
| - spec: [email protected].2 | ||
| prefix: /lus/flare/projects/E3SMinput/soft/netcdf/4.9.3c-4.6.2f/oneapi.2025.2.0 | ||
| buildable: false | ||
| parallel-netcdf: | ||
| externals: | ||
| - spec: parallel-netcdf@1.11.0+cxx+fortran | ||
| prefix: /lus/flare/projects/E3SM_Dec/soft/pnetcdf/1.14.0/oneapi.eng.2024.07.30.002 | ||
| - spec: parallel-netcdf@1.14.0+cxx+fortran | ||
| prefix: /lus/flare/projects/E3SMinput/soft/pnetcdf/1.14.0/oneapi.2025.2.0 | ||
| buildable: false | ||
| {%- endif %} | ||
| compilers: | ||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@xylar to explain a little of what's going on. First, I loaded the (needed) modules from the
config_machines.xml:source /usr/share/lmod/lmod/init/sh module load cmake/3.31.8 module load oneapi/release/2025.2.0Then I ran:
which is where I got the new paths from. Also that's what's lead to the decision to delete the
libiconventry (I double checked theoneapi-2025.2.0directory, but nothing there either.