Skip to content

Commit

Permalink
revert back complier version update on gaeac5: RT pased
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbk2004 committed Dec 18, 2024
1 parent 0990c81 commit dba7cbf
Show file tree
Hide file tree
Showing 3 changed files with 299 additions and 301 deletions.
4 changes: 2 additions & 2 deletions modulefiles/ufs_gaeac5.intel.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
help([[
This module loads libraries required for building and running UFS Weather Model
on the NOAA RDHPC machine Gaea C5 using Intel-2023.2.0.
on the NOAA RDHPC machine Gaea C5 using Intel-2023.1.0.
]])

whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea C5]===])
whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea C5 ]===])

prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/spack-stack-1.6.0/envs/fms-2024.01/install/modulefiles/Core")

Expand Down
5 changes: 2 additions & 3 deletions modulefiles/ufs_gaeac5.intelllvm.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
help([[
This module loads libraries required for building and running UFS Weather Model
on the NOAA RDHPC machine Gaea C5 using Intel-2023.2.0.
on the NOAA RDHPC machine Gaea C5 using Intel-2023.1.0.
]])

whatis([===[Loads libraries needed for building the UFS Weather Model on Gaea C5]===])
Expand All @@ -27,8 +27,7 @@ load(pathJoin("nccmp", nccmp_ver))
unload("darshan-runtime")
unload("cray-libsci")

unload("intel-classic/2023.2.0")
load("intel-oneapi/2023.2.0")
load("intel-classic/2023.2.0")

setenv("I_MPI_CC", "icx")
setenv("I_MPI_CXX", "icpx")
Expand Down
Loading

0 comments on commit dba7cbf

Please sign in to comment.