Skip to content

Commit

Permalink
remove comments and unified-env to be consistent with other platform
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuang-jedi committed May 6, 2024
1 parent c978d6f commit bd025df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modulefiles/gsi_noaacloud.intel.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
help([[
]])

prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/unified-env/install/modulefiles/Core")
prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/gsi-addon-env/install/modulefiles/Core")

local python_ver=os.getenv("python_ver") or "3.10.13"
Expand All @@ -21,8 +20,6 @@ load(pathJoin("prod_util", prod_util_ver))
pushenv("CFLAGS", "-xHOST")
pushenv("FFLAGS", "-xHOST")

--pushenv("GSI_BINARY_SOURCE_DIR", "/scratch1/NCEPDEV/global/glopara/fix/gsi/20240208")
--pushenv("GSI_BINARY_SOURCE_DIR", "/work/noaa/global/glopara/fix/gsi/20240208")
pushenv("GSI_BINARY_SOURCE_DIR", "/contrib/Wei.Huang/data/hack-orion/fix/gsi/20240208")

whatis("Description: GSI environment on NOAA Cloud with Intel Compilers")

0 comments on commit bd025df

Please sign in to comment.