forked from NOAA-EMC/GSI-Monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
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/1.5.1. NOAA-EMC#98
- Loading branch information
1 parent
86b4ed2
commit 49c278d
Showing
13 changed files
with
84 additions
and
64 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
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
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,18 @@ | ||
help([[ | ||
]]) | ||
|
||
prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.5.1/envs/gsi-addon/install/modulefiles/Core") | ||
|
||
local stack_intel_ver=os.getenv("stack_intel_ver") or "2021.9.0" | ||
local stack_impi_ver=os.getenv("stack_impi_ver") or "2021.9.0" | ||
local grads_ver=os.getenv("grads_ver") or "2.2.1" | ||
local prod_util_ver=os.getenv("prod_util_ver") or "1.2.2" | ||
|
||
load(pathJoin("stack-intel", stack_intel_ver)) | ||
load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver)) | ||
load(pathJoin("grads", grads_ver)) | ||
load(pathJoin("prod_util", prod_util_ver)) | ||
|
||
load("common-run") | ||
|
||
whatis("Description: GSI Monitoring run-time environment on Orion") |
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,16 @@ | ||
help([[ | ||
]]) | ||
|
||
prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.5.1/envs/gsi-addon/install/modulefiles/Core") | ||
|
||
local stack_intel_ver=os.getenv("stack_intel_ver") or "2021.9.0" | ||
local stack_impi_ver=os.getenv("stack_impi_ver") or "2021.9.0" | ||
local cmake_ver=os.getenv("cmake_ver") or "3.23.1" | ||
|
||
load(pathJoin("stack-intel", stack_intel_ver)) | ||
load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver)) | ||
load(pathJoin("cmake", cmake_ver)) | ||
|
||
load("common") | ||
|
||
whatis("Description: GSI Monitoring environment on Orion with Intel Compilers") |
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 |
---|---|---|
@@ -1,21 +1,20 @@ | ||
help([[ | ||
]]) | ||
|
||
prepend_path("MODULEPATH", "/lfs4/HFIP/hfv3gfs/nwprod/hpc-stack/libs/modulefiles/stack") | ||
prepend_path("MODULEPATH", "/mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.5.1/envs/gsi-addon/install/modulefiles/Core") | ||
|
||
local hpc_ver=os.getenv("hpc_ver") or "1.1.0" | ||
local hpc_intel_ver=os.getenv("hpc_intel_ver") or "18.0.5.274" | ||
local hpc_impi_ver=os.getenv("hpc_impi_ver") or "2018.4.274" | ||
local stack_python_ver=os.getenv("stack_python_ver") or "3.10.8" | ||
local stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0" | ||
local stack_impi_ver=os.getenv("stack_impi_ver") or "2021.5.1" | ||
local grads_ver=os.getenv("grads_ver") or "2.2.1" | ||
local prod_util_ver=os.getenv("prod_util_ver") or "1.2.2" | ||
|
||
load(pathJoin("hpc", hpc_ver)) | ||
load(pathJoin("hpc-intel", hpc_intel_ver)) | ||
load(pathJoin("hpc-impi", hpc_impi_ver)) | ||
load(pathJoin("stack-intel", stack_intel_ver)) | ||
load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver)) | ||
load(pathJoin("stack-python", stack_python_ver)) | ||
load(pathJoin("grads", grads_ver)) | ||
load(pathJoin("prod_util", prod_util_ver)) | ||
|
||
load("common-run") | ||
|
||
|
||
whatis("Description: GSI Monitoring run-time environment on Jet") |
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
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 |
---|---|---|
@@ -1,23 +1,20 @@ | ||
help([[ | ||
]]) | ||
|
||
prepend_path("MODULEPATH", "/data/prod/hpc-stack/modulefiles/stack") | ||
prepend_path("MODULEPATH", "/data/prod/jedi/spack-stack/spack-stack-1.5.1/envs/gsi-addon/install/modulefiles/Core") | ||
|
||
local license_ver=os.getenv("license_ver") or "S4" | ||
local hpc_ver=os.getenv("hpc_ver") or "1.1.0" | ||
local hpc_intel_ver=os.getenv("hpc_intel_ver") or "18.0.4" | ||
local hpc_impi_ver=os.getenv("hpc_impi_ver") or "18.0.4" | ||
load("license_intel/S4") | ||
|
||
local stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0" | ||
local stack_impi_ver=os.getenv("stack_impi_ver") or "2021.5.1" | ||
local grads_ver=os.getenv("grads_ver") or "2.2.1" | ||
local prod_util_ver=os.getenv("prod_util_ver") or "1.2.2" | ||
|
||
load(pathJoin("license_intel", license_ver)) | ||
load(pathJoin("hpc", hpc_ver)) | ||
load(pathJoin("hpc-intel", hpc_intel_ver)) | ||
load(pathJoin("hpc-impi", hpc_impi_ver)) | ||
load(pathJoin("stack-intel", stack_intel_ver)) | ||
load(pathJoin("stack-intel-oneapi-mpi", stack_impi_ver)) | ||
load(pathJoin("grads", grads_ver)) | ||
load(pathJoin("prod_util", prod_util_ver)) | ||
load(pathJoin("prod-util", prod_util_ver)) | ||
|
||
load("common-run") | ||
|
||
|
||
whatis("Description: GSI Monitoring run-time environment on S4") |
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