Skip to content

Commit

Permalink
Back out other platform module updates
Browse files Browse the repository at this point in the history
Will take care of in future updates

Refs NOAA-EMC#29
  • Loading branch information
KateFriedman-NOAA committed Jul 1, 2024
1 parent 0a7c127 commit 9c2db01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions modulefiles/prepobs_hera.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ help([[
Load environment to build prepobs on Hera
]])

prepend_path("MODULEPATH", pathJoin("/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-" .. (os.getenv("spack_stack_ver") or "None"), "/envs/" .. (os.getenv("spack_env") or "None"), "-dev-rocky8/install/modulefiles/Core")

prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/spack-stack/spack-stack-1.6.0/envs/gsi-addon-dev-rocky8/install/modulefiles/Core")

stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0"
stack_impi_ver=os.getenv("stack_impi_ver") or "2021.5.1"
Expand Down
4 changes: 2 additions & 2 deletions modulefiles/prepobs_hercules.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
help([[
Load environment to build prepobs on Orion
Load environment to build prepobs on Hercules
]])

prepend_path("MODULEPATH", pathJoin("/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-" .. (os.getenv("spack_stack_ver") or "None"), "/envs/" .. (os.getenv("spack_env") or "None"), "-env/install/modulefiles/Core")
prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/spack-stack/hercules/spack-stack-1.6.0/envs/gsi-addon-env/install/modulefiles/Core")

stack_intel_ver=os.getenv("stack_intel_ver") or "2021.9.0"
stack_impi_ver=os.getenv("stack_impi_ver") or "2021.9.0"
Expand Down
2 changes: 1 addition & 1 deletion modulefiles/prepobs_jet.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ help([[
Load environment to build prepobs on Jet
]])

prepend_path("MODULEPATH", pathJoin("/mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-" .. (os.getenv("spack_stack_ver") or "None"), "/envs/" .. (os.getenv("spack_env") or "None"), "-dev-rocky8/install/modulefiles/Core")
prepend_path("MODULEPATH", "/mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.6.0/envs/gsi-addon-dev-rocky8/install/modulefiles/Core")

stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0"
stack_impi_ver=os.getenv("stack_impi_ver") or "2021.5.1"
Expand Down

0 comments on commit 9c2db01

Please sign in to comment.