File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ while getopts "p:t:c:hvdfa" opt; do
71
71
done
72
72
73
73
case ${BUILD_TARGET} in
74
- hera | orion | hercules | wcoss2 | noaacloud | gaea | gaeac6 )
74
+ hera | orion | hercules | wcoss2 | noaacloud | gaeac5 | gaeac6 )
75
75
echo " Building GDASApp on $BUILD_TARGET "
76
76
source $dir_root /ush/module-setup.sh
77
77
module use $dir_root /modulefiles
File renamed without changes.
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ 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=gaea ;; # ## gaea51-58
25
- gaea5[1-8].ncrc.gov) MACHINE_ID=gaea ;; # ## gaea51-58
24
+ gaea5[1-8]) MACHINE_ID=gaeac5 ;; # ## gaea51-58
25
+ gaea5[1-8].ncrc.gov) MACHINE_ID=gaeac5 ;; # ## gaea51-58
26
26
27
27
gaea6[1-8]) MACHINE_ID=gaeac6 ;; # ## gaea61-68
28
28
gaea6[1-8].ncrc.gov) MACHINE_ID=gaeac6 ;; # ## gaea61-68
@@ -84,9 +84,12 @@ elif [[ -d /work ]]; then
84
84
else
85
85
MACHINE_ID=orion
86
86
fi
87
- elif [[ -d /gpfs && -d /ncrc ]]; then
88
- # We are on GAEA.
89
- MACHINE_ID=gaea
87
+ elif [[ -d /gpfs/f5 ]]; then
88
+ # We are on GAEAC5.
89
+ MACHINE_ID=gaeac5
90
+ elif [[ -d /gpfs/f6 ]]; then
91
+ # We are on GAEAC6.
92
+ MACHINE_ID=gaeac6
90
93
elif [[ -d /data/prod ]]; then
91
94
# We are on SSEC's S4
92
95
MACHINE_ID=s4
You can’t perform that action at this time.
0 commit comments