Skip to content

Commit d9ac832

Browse files
Updating modulefiles(wgrib2 with support for ipolates and netcdf) on Gaea C6
1 parent 1c6da18 commit d9ac832

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modulefiles/gsi_gaeac6.intel.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
help([[
22
]])
33

4-
prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-intel-2023.2.0/install/modulefiles/Core")
4+
prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core")
55

66
local stack_python_ver=os.getenv("stack_python_ver") or "3.11.7"
7-
local stack_intel_ver=os.getenv("stack_intel_ver") or "2023.2.0"
8-
local stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.30"
7+
local stack_oneapi_ver=os.getenv("stack_oneapi_ver") or "2024.2.1"
8+
local stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.32"
99
local cmake_ver=os.getenv("cmake_ver") or "3.27.9"
1010

11-
load(pathJoin("stack-intel", stack_intel_ver))
11+
load(pathJoin("stack-oneapi", stack_oneapi_ver))
1212
load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver))
1313
load(pathJoin("stack-python", stack_python_ver))
1414
load(pathJoin("cmake", cmake_ver))
@@ -22,5 +22,5 @@ setenv("CMAKE_Fortran_COMPILER","ftn")
2222
setenv("CMAKE_CXX_COMPILER","CC")
2323
pushenv("CRAYPE_LINK_TYPE","dynamic")
2424

25-
unload("cray-libsci")
25+
--unload("cray-libsci")
2626
whatis("Description: GSI environment on GaeaC6 with Intel Compilers")

0 commit comments

Comments
 (0)