-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to spack-stack version 1.6.0 (#856)
* Upgrade to spack-stack v1.6.0, remove cheyenne. #844 * Loosen up CI concretizer for sp. #844 * Update CI/ip version to SS version. * Revert unify to true. #844 * Change prod-util to prod_util on MSU.
- Loading branch information
1 parent
cd58d22
commit 6331f0b
Showing
11 changed files
with
43 additions
and
136 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
|
@@ -6,19 +6,19 @@ spack: | |
- intel | ||
- gcc@10:10 | ||
specs: | ||
- netcdf-c@4.7.4 | ||
- netcdf-fortran@4.5.3 | ||
- netcdf-c@4.9.2 | ||
- netcdf-fortran@4.6.1 | ||
- [email protected] | ||
- w3emc@2.9.2 | ||
- w3emc@2.10.0 | ||
- [email protected] | ||
- [email protected].0 | ||
- sp@2.3.3 | ||
- ip@3.3.3 | ||
- [email protected].2 | ||
- sp@2.5.0 | ||
- ip@4.3.0 | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- [email protected] | ||
- crtm@2.3.0 | ||
- crtm@2.4.0.1 | ||
view: true | ||
concretizer: | ||
unify: true | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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 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 contains 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,22 @@ | ||
help([[ | ||
Load environment to build UPP on Jet | ||
]]) | ||
|
||
prepend_path("MODULEPATH", "/mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core") | ||
|
||
stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0" | ||
load(pathJoin("stack-intel", stack_intel_ver)) | ||
|
||
stack_impi_ver=os.getenv("stack_impi_ver") or "2021.5.1" | ||
load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver)) | ||
|
||
cmake_ver=os.getenv("cmake_ver") or "3.23.1" | ||
load(pathJoin("cmake", cmake_ver)) | ||
|
||
load("upp_common") | ||
|
||
setenv("CC","mpiicc") | ||
setenv("CXX","mpiicpc") | ||
setenv("FC","mpiifort") | ||
|
||
whatis("Description: UPP build environment") |
This file contains 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 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 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