Skip to content

Commit

Permalink
cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
guoqing-noaa committed Oct 15, 2024
1 parent 429d4bc commit 7025b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/load_eva.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source ${ushdir}/detect_machine.sh

module purge
module use ${ushdir}/../modulefiles
if [[ "$MACHINE_ID" == "gaea" ]]; then
if [[ "${MACHINE_ID}" == "gaea" ]]; then
if [[ -d /gpfs/f5 ]]; then
module load EVA/${MACHINE_ID}C5
elif [[ -d /gpfs/f6 ]]; then
Expand Down

0 comments on commit 7025b73

Please sign in to comment.