Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
bc90377
oneapi@2024.2.1 / CPE PrgEnv-intel/8.6.0 stack
rickgrubin-noaa Jul 31, 2025
bfce9c7
Merge branch 'ufs-community:develop' into gaeac6-oneapi
rickgrubin-noaa Aug 1, 2025
c0247f2
Merge branch 'ufs-community:develop' into gaeac6-oneapi
rickgrubin-noaa Aug 6, 2025
c967705
Merge branch 'ufs-community:develop' into gaeac6-oneapi
rickgrubin-noaa Aug 11, 2025
60b5a30
Merge branch 'ufs-community:develop' into gaeac6-oneapi
rickgrubin-noaa Aug 14, 2025
e330840
Merge branch 'ufs-community:develop' into gaeac6-oneapi
rickgrubin-noaa Aug 18, 2025
1a839c4
Merge branch 'ufs-community:develop' into gaeac6-oneapi
rickgrubin-noaa Aug 20, 2025
28db3e2
Merge branch 'ufs-community:develop' into gaeac6-oneapi
rickgrubin-noaa Aug 27, 2025
ecba893
Merge branch 'ufs-community:develop' into gaeac6-oneapi
rickgrubin-noaa Sep 26, 2025
c61b9a0
Merge branch 'ufs-community:develop' into gaeac6-oneapi
rickgrubin-noaa Sep 30, 2025
3c49f43
Update ufs_gaeac6.intel.lua
rickgrubin-noaa Sep 30, 2025
34a5cbb
Update ufs_gaeac6.intel.lua
rickgrubin-noaa Sep 30, 2025
bde80ab
Update ufs_gaeac6.intel.lua
rickgrubin-noaa Sep 30, 2025
06696c9
Update ufs_gaeac6.intelllvm.lua
rickgrubin-noaa Sep 30, 2025
7b021b6
Update ufs_gaeac6.intelllvm.lua
rickgrubin-noaa Sep 30, 2025
333c416
Update rt.sh
rickgrubin-noaa Sep 30, 2025
939807e
Update compile.sh
rickgrubin-noaa Sep 30, 2025
04ca92f
Update run_test.sh
rickgrubin-noaa Sep 30, 2025
ac7be13
Update rt.sh
rickgrubin-noaa Sep 30, 2025
da73809
Merge branch 'develop' into gaeac6-oneapi
gspetro-NOAA Oct 7, 2025
bb44b58
add gaea c6 logs and test_changes.list
Oct 9, 2025
21c7a77
merge ufs-weather-model@develop
rickgrubin-noaa Oct 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions modulefiles/ufs_gaeac6.intel.lua
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
help([[
This module loads libraries required for building and running UFS Weather Model
on the NOAA RDHPC machine Gaea C6 using Intel-2023.2.0.
on the NOAA RDHPC machine Gaea C6 using Intel-2024.2.1.
]])

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

prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-intel-2023.2.0/install/modulefiles/Core")
prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core")
prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.32-64uo344/gcc/12.3.0")
prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/modulefiles")

stack_intel_ver=os.getenv("stack_intel_ver") or "2023.2.0"
load(pathJoin("stack-intel", stack_intel_ver))
stack_intel_ver=os.getenv("stack_intel_ver") or "2024.2.1"
load(pathJoin("stack-oneapi", stack_intel_ver))

stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.30"
stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.32"
load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver))

libfabric_ver="1.20.1"
load(pathJoin("libfabric", libfabric_ver))

stack_python_ver=os.getenv("stack_python_ver") or "3.11.7"
load(pathJoin("stack-python", stack_python_ver))

Expand All @@ -27,7 +31,6 @@ nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1"
load(pathJoin("nccmp", nccmp_ver))

unload("darshan-runtime")
unload("cray-libsci")

setenv("CC","cc")
setenv("CXX","CC")
Expand Down
18 changes: 9 additions & 9 deletions modulefiles/ufs_gaeac6.intelllvm.lua
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
help([[
This module loads libraries required for building and running UFS Weather Model
on the NOAA RDHPC machine Gaea C6 using Intel-2023.2.0.
on the NOAA RDHPC machine Gaea C6 using Intel-2024.2.1.
]])

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

prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-intel-2023.2.0/install/modulefiles/Core")
prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/Core")
prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/spack-stack-1.9.2/envs/ue-oneapi-2024.2.1/install/modulefiles/cray-mpich/8.1.32-64uo344/gcc/12.3.0")
prepend_path("MODULEPATH", "/ncrc/proj/epic/spack-stack/c6/modulefiles")

stack_intel_ver=os.getenv("stack_intel_ver") or "2023.2.0"
load(pathJoin("stack-intel", stack_intel_ver))
stack_intel_ver=os.getenv("stack_intel_ver") or "2024.2.1"
load(pathJoin("stack-oneapi", stack_intel_ver))

stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.30"
stack_cray_mpich_ver=os.getenv("stack_cray_mpich_ver") or "8.1.32"
load(pathJoin("stack-cray-mpich", stack_cray_mpich_ver))

libfabric_ver="1.20.1"
load(pathJoin("libfabric", libfabric_ver))

stack_python_ver=os.getenv("stack_python_ver") or "3.11.7"
load(pathJoin("stack-python", stack_python_ver))

Expand All @@ -27,10 +31,6 @@ nccmp_ver=os.getenv("nccmp_ver") or "1.9.0.1"
load(pathJoin("nccmp", nccmp_ver))

unload("darshan-runtime")
unload("cray-libsci")

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

setenv("I_MPI_CC", "icx")
setenv("I_MPI_CXX", "icpx")
Expand Down
4 changes: 1 addition & 3 deletions tests/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ case ${MACHINE_ID} in
if [[ ${MACHINE_ID} == gaeac5 ]]; then
module reset
fi
if [[ ${MACHINE_ID} == gaeac6 ]]; then
module reset
elif [[ ${MACHINE_ID} == container ]]; then
if [[ ${MACHINE_ID} == container ]]; then
source /usr/lmod/lmod/init/bash
module purge
elif [[ ${MACHINE_ID} == hercules ]]; then
Expand Down
Loading