Skip to content

Commit

Permalink
minor word correction
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuang-jedi committed Apr 25, 2024
1 parent cc95696 commit dafeed8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modulefiles/noaacloud-run.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ load(pathJoin("prod_util", prod_util_ver))

load("common-run")

whatis("Description: GSI Monitoring run-time environment on Hera.intel")
whatis("Description: GSI Monitoring run-time environment on NOAA Cloud Intel compiler")
2 changes: 1 addition & 1 deletion modulefiles/noaacloud.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ load(pathJoin("cmake", cmake_ver))

load("common")

whatis("Description: GSI Monitoring environment on Hera with Intel Compilers")
whatis("Description: GSI Monitoring environment on NOAA Cloud with Intel Compilers")
3 changes: 0 additions & 3 deletions ush/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ elif [[ $MACHINE_ID = noaacloud* ]]; then
source /apps/lmod/8.5.2/init/bash
fi
module purge
#export SPACK_ROOT=/contrib/spack-stack/spack-stack-1.6.0/spack
#export PATH=$PATH:$SPACK_ROOT/bin
#. $SPACK_ROOT/share/spack/setup-env.sh

else
echo WARNING: UNKNOWN PLATFORM 1>&2
Expand Down

0 comments on commit dafeed8

Please sign in to comment.