-
Notifications
You must be signed in to change notification settings - Fork 55
[skip ci] Updates for spack v1 at NAS #1810
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
climbfuji
merged 10 commits into
JCSDA:feature/update_to_spack_v1
from
mathomp4:feature/nas_install_spack_v1
Nov 17, 2025
Merged
Changes from 3 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
9fa5dc6
Updates for spack v1 at NAS
mathomp4 f0a05f6
Update readme
mathomp4 62fbc59
Build FMS in two different ways
mathomp4 786eb3a
Update NAS configs
mathomp4 88bbbc8
Fix typo in fms suffixes
mathomp4 69e180b
Merge branch 'feature/update_to_spack_v1' into feature/nas_install_sp…
mathomp4 47c461d
Merge branch 'feature/update_to_spack_v1' into feature/nas_install_sp…
mathomp4 81fdef2
Latest suggestions from Dom
mathomp4 e038dc6
Fix bad sed for gmao-swell-env
mathomp4 8a13640
Remove spack-packages update
mathomp4 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
Some comments aren't visible on the classic Files Changed page.
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
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 |
|---|---|---|
|
|
@@ -144,8 +144,8 @@ modules: | |
| ^[email protected]+debug snapshot=none: 'esmf-8.9.0-debug' | ||
| fms: | ||
| suffixes: | ||
| constants=GFS: 'gfs_constants' | ||
| constants=GEOS: 'geos_constants' | ||
| constants=GFS: 'gfs-constants' | ||
| constants=GEOS: 'geos-constants' | ||
| openmpi: | ||
| environment: | ||
| set: | ||
|
|
||
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 |
|---|---|---|
|
|
@@ -163,8 +163,8 @@ modules: | |
| ^[email protected]+debug snapshot=none: 'esmf-8.9.0-debug' | ||
| fms: | ||
| suffixes: | ||
| constants=GFS: 'gfs_constants' | ||
| constants=GEOS: 'geos_constants' | ||
| constants=GFS: 'gfs-constants' | ||
| constants=GEOS: 'geos-constants' | ||
| openmpi: | ||
| environment: | ||
| set: | ||
|
|
||
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
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 |
|---|---|---|
|
|
@@ -20,19 +20,6 @@ packages: | |
| c: /nobackup/gmao_SIteam/gcc/gcc-13.2.0/bin/gcc | ||
| cxx: /nobackup/gmao_SIteam/gcc/gcc-13.2.0/bin/g++ | ||
| fortran: /nobackup/gmao_SIteam/gcc/gcc-13.2.0/bin/gfortran | ||
| environment: | ||
| set: | ||
| OMPI_MCA_mpi_preconnect_all: "1" | ||
| OMPI_MCA_coll_tuned_bcast_algorithm: "7" | ||
| OMPI_MCA_coll_tuned_scatter_algorithm: "2" | ||
| OMPI_MCA_coll_tuned_reduce_scatter_algorithm: "3" | ||
| OMPI_MCA_coll_tuned_allreduce_algorithm: "3" | ||
| OMPI_MCA_coll_tuned_allgather_algorithm: "4" | ||
| OMPI_MCA_coll_tuned_allgatherv_algorithm: "3" | ||
| OMPI_MCA_coll_tuned_gather_algorithm: "1" | ||
| OMPI_MCA_coll_tuned_barrier_algorithm: "0" | ||
| OMPI_MCA_coll_tuned_use_dynamic_rules: "1" | ||
| OMPI_MCA_sharedfp: '^lockedfile,individual' | ||
| openmpi: | ||
| externals: | ||
| - spec: [email protected] ~cuda~cxx~cxx_exceptions~java~memchecker+pmi~static~wrapper-rpath+lustre fabrics=ucx schedulers=tm %[email protected] | ||
|
|
||
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 |
|---|---|---|
|
|
@@ -41,8 +41,8 @@ spack: | |
| - esmf@=8.9.0 | ||
|
|
||
| # Various fms builds | ||
| - fms@2024.02 precision=32,64 +quad_precision +gfs_phys +openmp +pic constants=GFS build_type=Release +deprecated_io | ||
| - fms@2024.02 precision=32,64 +quad_precision ~gfs_phys +openmp +pic constants=GEOS build_type=Release +deprecated_io | ||
| - fms +gfs_phys constants=GFS | ||
| - fms ~gfs_phys constants=GEOS | ||
|
|
||
| # MADIS for WCOSS2 decoders. | ||
| - [email protected] | ||
|
|
||
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.