-
Notifications
You must be signed in to change notification settings - Fork 56
Various updates for GMAO, NAS, and NCCS #2029
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 28 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
c2f8aa4
Move GEOS envs to ESMF 9.0.0b11
mathomp4 4144ef6
Pull over some changes from Dom's NRL script
mathomp4 a11a4af
Updates for NAS and NCCS testing
mathomp4 cbe79ad
extra dry run
mathomp4 e383c62
Fixes for mirroring
mathomp4 aa0d079
Use 8 hours
mathomp4 fb950b7
Different mirrors for OS at NAS
mathomp4 3649dd8
Add -W umask=0022 for NAS/PBS
mathomp4 670792c
Make the batch log output name more descriptive
mathomp4 0821547
Fix batch job name
mathomp4 672a656
Add monitor script
mathomp4 a748953
Try to workaround ectrans issue
mathomp4 de2a942
Add PBS to mount disks
mathomp4 a1717bb
Enable yaml support in FMS
mathomp4 366136f
Fix some warnings
mathomp4 fce5398
Add report option to monitor script
mathomp4 2b0ad51
Add discover-gmao
mathomp4 663fc71
Add jcsda discover
mathomp4 6898d85
Fix up geos-dev templates for dual esmf on linux
mathomp4 ab80580
Update NAS to GCC 14.2
mathomp4 85e3987
Put slurm output into a file
mathomp4 5e82b37
Fixes for macos and esmf
mathomp4 a85ad77
Update for py-cmocean
mathomp4 df8d547
Latest updates from discover
mathomp4 8d27c34
Update repos/builtin hash to latest spack-stack-dev
mathomp4 68b7ca7
Build static openblas with nag due to bug
mathomp4 f145894
Merge branch 'develop' into feature/nas-nccs-test
mathomp4 fa01ed8
Merge branch 'develop' into feature/nas-nccs-test
mathomp4 7720478
Fix CPATH
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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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 |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| mirrors: | ||
| local-source: | ||
| url: file:///discover/swdev/jcsda/spack-stack/source-cache | ||
| binary: false | ||
| local-binary: | ||
| url: file:///discover/swdev/jcsda/spack-stack/build-cache | ||
| binary: true | ||
|
|
File renamed without changes.
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 |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| packages: | ||
| all: | ||
| require: | ||
| - any_of: ['%gcc@=14.2.0'] | ||
| when: '%gcc' | ||
| mpi: | ||
| buildable: false | ||
| require: | ||
| - "openmpi@4.1.6" | ||
| gcc: | ||
| buildable: false | ||
| externals: | ||
| - spec: gcc@14.2.0 languages:='c,c++,fortran' | ||
| prefix: /usr/local/other/gcc/gcc-14.2.0 | ||
| modules: | ||
| - comp/gcc/14.2.0 | ||
| extra_attributes: | ||
| compilers: | ||
| c: /usr/local/other/gcc/gcc-14.2.0/bin/gcc | ||
| cxx: /usr/local/other/gcc/gcc-14.2.0/bin/g++ | ||
| fortran: /usr/local/other/gcc/gcc-14.2.0/bin/gfortran | ||
| openmpi: | ||
| buildable: false | ||
| externals: | ||
| - spec: openmpi@4.1.6 ~cuda~cxx~cxx_exceptions~java~memchecker+pmi~static~wrapper-rpath+lustre~internal-hwloc+two_level_namespace fabrics=ucx schedulers=slurm %gcc@14.2.0 | ||
| prefix: /discover/swdev/gmao_SIteam/MPI/openmpi/4.1.6-SLES15/gcc-14.2.0 | ||
| modules: | ||
| - mpi/openmpi/4.1.6/gcc-14.2.0 | ||
| extra_attributes: | ||
| environment: | ||
| set: | ||
| OMPI_MCA_orte_tmpdir_base: /tmp | ||
| OMP_STACKSIZE: 1G | ||
| OMPI_MCA_mca_base_component_show_load_errors: 0 | ||
| PMIX_MCA_mca_base_component_show_load_errors: 0 | ||
| OMPI_MCA_coll_hcoll_enable: 0 | ||
| OPENMPI: /discover/swdev/gmao_SIteam/MPI/openmpi/4.1.6-SLES15/gcc-14.2.0 | ||
| prepend_path: | ||
| PATH: /discover/swdev/gmao_SIteam/MPI/openmpi/4.1.6-SLES15/gcc-14.2.0/bin | ||
| LIBRARY_PATH: /discover/swdev/gmao_SIteam/MPI/openmpi/4.1.6-SLES15/gcc-14.2.0/lib | ||
| LD_LIBRARY_PATH: /discover/swdev/gmao_SIteam/MPI/openmpi/4.1.6-SLES15/gcc-14.2.0/lib | ||
| INCLUDE: /discover/swdev/gmao_SIteam/MPI/openmpi/4.1.6-SLES15/gcc-14.2.0/include | ||
| MANPATH: /discover/swdev/gmao_SIteam/MPI/openmpi/4.1.6-SLES15/gcc-14.2.0 | ||
|
|
||
| # Testing shows we now need to pass in -lm for GCC | ||
| p4est: | ||
| require: | ||
| - 'ldflags="-lm"' |
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
55 changes: 55 additions & 0 deletions
55
configs/sites/tier1/discover/packages_oneapi-2025.3.0.yaml
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 |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| packages: | ||
| all: | ||
| require: | ||
| - any_of: ['%intel-oneapi-compilers@=2025.3.0'] | ||
| when: '%intel-oneapi-compilers' | ||
| - any_of: ['%gcc@=12.3.0'] | ||
| when: '%gcc' | ||
| mpi: | ||
| buildable: false | ||
| require: | ||
| - "intel-oneapi-mpi@2021.17" | ||
| intel-oneapi-compilers: | ||
| buildable: false | ||
| externals: | ||
| - spec: intel-oneapi-compilers@2025.3.0 | ||
| prefix: /usr/local/intel/oneapi/2025 | ||
| modules: | ||
| - comp/intel/2025.3.0 | ||
| extra_attributes: | ||
| compilers: | ||
| c: /usr/local/intel/oneapi/2025/compiler/2025.3/bin/icx | ||
| cxx: /usr/local/intel/oneapi/2025/compiler/2025.3/bin/icpx | ||
| fortran: /usr/local/intel/oneapi/2025/compiler/2025.3/bin/ifx | ||
| environment: | ||
| prepend_path: | ||
| PATH: /usr/local/other/gcc/12.3.0/bin | ||
| CPATH: /usr/local/other/gcc/12.3.0/bin/include | ||
|
mathomp4 marked this conversation as resolved.
Outdated
|
||
| LD_LIBRARY_PATH: '/usr/local/intel/oneapi/2025/compiler/2025.3/compiler/lib:/usr/local/other/gcc/12.3.0/lib64' | ||
| extra_rpaths: | ||
| - /usr/local/other/gcc/12.3.0/lib64 | ||
| - /usr/local/other/gcc/12.3.0/lib | ||
| gcc: | ||
| buildable: false | ||
| externals: | ||
| - spec: gcc@12.3.0 languages:='c,c++' | ||
| prefix: /usr/local/other/gcc/12.3.0 | ||
| modules: | ||
| - comp/gcc/12.3.0 | ||
| extra_attributes: | ||
| compilers: | ||
| c: /usr/local/other/gcc/12.3.0/bin/gcc | ||
| cxx: /usr/local/other/gcc/12.3.0/bin/g++ | ||
| fortran: /usr/local/other/gcc/12.3.0/bin/gfortran | ||
| intel-oneapi-mpi: | ||
| buildable: false | ||
| externals: | ||
| - spec: intel-oneapi-mpi@2021.17 | ||
| prefix: /usr/local/intel/oneapi/2025 | ||
| modules: | ||
| - mpi/impi/2021.17 | ||
| intel-oneapi-mkl: | ||
| buildable: false | ||
| externals: | ||
| - spec: intel-oneapi-mkl@2025.3 | ||
| prefix: /usr/local/intel/oneapi/2025 | ||
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.
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.