Skip to content

Commit

Permalink
Update modulepath and hpc module for Orion
Browse files Browse the repository at this point in the history
- Use stack install copy that Hang Lei manages.
- Move to hpc/1.2.0 at direction of Hang Lei, so g2/3.4.5 can be accessed.

Refs #14
  • Loading branch information
KateFriedman-NOAA committed Oct 25, 2022
1 parent 232dedb commit bed36b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modulefiles/gfsutils_orion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ help([[
Build environment for GFS utilities on Orion
]])

prepend_path("MODULEPATH", "/apps/contrib/NCEP/libs/hpc-stack/modulefiles/stack")
prepend_path("MODULEPATH", "/apps/contrib/NCEP/hpc-stack/libs/hpc-stack/modulefiles/stack")

local hpc_ver=os.getenv("hpc_ver") or "1.1.0"
local hpc_ver=os.getenv("hpc_ver") or "1.2.0"
local hpc_intel_ver=os.getenv("hpc_intel_ver") or "2018.4"
local hpc_impi_ver=os.getenv("hpc_impi_ver") or "2018.4"
local cmake_ver=os.getenv("cmake_ver") or "3.22.1"
Expand Down

0 comments on commit bed36b4

Please sign in to comment.