forked from NOAA-EMC/GSI-utils
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade compiler/libraries to Intel 2022/spack-stack NOAA-EMC#18
- Loading branch information
1 parent
4bd8521
commit 39caeeb
Showing
3 changed files
with
31 additions
and
34 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 |
---|---|---|
@@ -1,23 +1,23 @@ | ||
help([[ | ||
]]) | ||
|
||
prepend_path("MODULEPATH", "/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack/modulefiles/stack") | ||
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.4.1/envs/unified-env/install/modulefiles/Core") | ||
prepend_path("MODULEPATH", "/scratch1/NCEPDEV/jcsda/jedipara/spack-stack/modulefiles") | ||
|
||
local hpc_ver=os.getenv("hpc_ver") or "1.1.0" | ||
local hpc_gnu_ver=os.getenv("hpc_gnu_ver") or "9.2.0" | ||
local hpc_mpich_ver=os.getenv("hpc_mpich_ver") or "3.3.2" | ||
local cmake_ver=os.getenv("cmake_ver") or "3.20.1" | ||
local prod_util_ver=os.getenv("prod_util_ver") or "1.2.2" | ||
local stack_python_ver=os.getenv("stack_python_ver") or "3.9.12" | ||
local stack_intel_ver=os.getenv("stack_gcc_ver") or "9.2.0" | ||
local stack_impi_ver=os.getenv("stack_openmpi_ver") or "4.1.5" | ||
local cmake_ver=os.getenv("cmake_ver") or "3.23.1" | ||
local openblas_ver=os.getenv("cmake_ver") or "0.3.19" | ||
|
||
load(pathJoin("hpc", hpc_ver)) | ||
load(pathJoin("hpc-gnu", hpc_gnu_ver)) | ||
load(pathJoin("hpc-mpich", hpc_mpich_ver)) | ||
load(pathJoin("stack-gcc", stack_gcc_ver)) | ||
load(pathJoin("stack-openmpi", stack_openmpi_ver)) | ||
load(pathJoin("stack-python", stack_python_ver)) | ||
load(pathJoin("cmake", cmake_ver)) | ||
|
||
load("gsiutils_common") | ||
|
||
load(pathJoin("prod_util", prod_util_ver)) | ||
|
||
pushenv("MKLROOT", "/apps/oneapi/mkl/2022.0.2") | ||
load(pathJoin("prod-util", prod_util_ver)) | ||
load(pathJoin("openblas", openblas_ver)) | ||
|
||
whatis("Description: GSI utilities environment on Hera with GNU 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