File tree Expand file tree Collapse file tree 3 files changed +10
-41
lines changed Expand file tree Collapse file tree 3 files changed +10
-41
lines changed Original file line number Diff line number Diff line change 1
1
help ([[
2
2
This module loads libraries required for building and running UPP
3
- on the NOAA RDHPC machine Gaea C6 using Intel-2023.2.0.
3
+ on the NOAA RDHPC machine Gaea using Intel-2023.2.0.
4
4
]] )
5
5
6
- whatis ([===[ Loads libraries needed for building the UPP on Gaea C6 ]===] )
6
+ whatis ([===[ Loads libraries needed for building the UPP on Gaea ]===] )
7
7
8
8
prepend_path (" MODULEPATH" , " /ncrc/proj/epic/spack-stack/c6/spack-stack-1.8.0/envs/ue-intel-2021.10.0/install/modulefiles/Core" )
9
9
@@ -25,4 +25,4 @@ setenv("CC","cc")
25
25
setenv (" CXX" ," CC" )
26
26
setenv (" FC" ," ftn" )
27
27
28
- setenv (" CMAKE_Platform" ," gaeac6 .intel" )
28
+ setenv (" CMAKE_Platform" ," gaea .intel" )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ case $(hostname -f) in
21
21
dlogin0[1-9].dogwood.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; # ## dogwood01-9
22
22
dlogin10.dogwood.wcoss2.ncep.noaa.gov) MACHINE_ID=wcoss2 ;; # ## dogwood10
23
23
24
- gaea5[1-8]) MACHINE_ID=gaeac5 ;; # ## gaea51-58
25
- gaea5[1-8].ncrc.gov) MACHINE_ID=gaeac5 ;; # ## gaea51-58
24
+ gaea5[1-8]) MACHINE_ID=gaea ;; # ## gaea51-58
25
+ gaea5[1-8].ncrc.gov) MACHINE_ID=gaea ;; # ## gaea51-58
26
26
27
- gaea6[1-8]) MACHINE_ID=gaeac6 ;; # ## gaea61-68
28
- gaea6[1-8].ncrc.gov) MACHINE_ID=gaeac6 ;; # ## gaea61-68
27
+ gaea6[1-8]) MACHINE_ID=gaea ;; # ## gaea61-68
28
+ gaea6[1-8].ncrc.gov) MACHINE_ID=gaea ;; # ## gaea61-68
29
29
30
30
hfe0[1-9]) MACHINE_ID=hera ;; # ## hera01-09
31
31
hfe1[01]) MACHINE_ID=hera ;; # ## hera10-11
@@ -87,12 +87,9 @@ elif [[ -d /work ]]; then
87
87
else
88
88
MACHINE_ID=orion
89
89
fi
90
- elif [[ -d /gpfs/f5 ]]; then
91
- # We are on GAEA-C5.
92
- MACHINE_ID=gaeac5
93
- elif [[ -d /gpfs/f6 ]]; then
94
- # We are on GAEA-C6.
95
- MACHINE_ID=gaeac6
90
+ elif [[ -d /gpfs && -d /ncrc ]]; then
91
+ # We are on GAEA.
92
+ MACHINE_ID=gaea
96
93
elif [[ -d /data/prod ]]; then
97
94
# We are on SSEC's S4
98
95
MACHINE_ID=s4
You can’t perform that action at this time.
0 commit comments