Skip to content

Commit d1f9a02

Browse files
Updating modulefiles(wgrib2 with support for ipolates and netcdf) on Gaea C6
1 parent 15d69ca commit d1f9a02

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

modulefiles/build.gaeac6.intel.lua

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ help([[
22
Load environment to compile UFS_UTILS on Gaea C6 using Intel
33
]])
44

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

8-
stack_intel_ver=os.getenv("stack_intel_ver") or "2023.2.0"
9-
load(pathJoin("stack-intel", stack_intel_ver))
7+
stack_oneapi_ver=os.getenv("stack_oneapi_ver") or "2024.2.1"
8+
load(pathJoin("stack-oneapi", stack_oneapi_ver))
109

11-
stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.30"
10+
stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.32"
1211
load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver))
1312

1413
cmake_ver=os.getenv("cmake_ver") or "3.27.9"
@@ -19,7 +18,7 @@ load("utils_common")
1918
nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1"
2019
load(pathJoin("nccmp", nccmp_ver))
2120

22-
unload("cray-libsci")
21+
--unload("cray-libsci")
2322

2423
setenv("CC", "cc")
2524
setenv("CXX", "CC")

0 commit comments

Comments
 (0)