Skip to content

Commit

Permalink
Update hera build to use intel 2022.
Browse files Browse the repository at this point in the history
Fixes #629.
  • Loading branch information
GeorgeGayno-NOAA committed Mar 4, 2022
1 parent 194022e commit 6195f80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modulefiles/fv3gfs/global_cycle.hera.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ prepend_path("MODULEPATH", "/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack-gf
hpc_ver=os.getenv("hpc_ver") or "1.2.0"
load(pathJoin("hpc", hpc_ver))

hpc_intel_ver=os.getenv("hpc_intel_ver") or "18.0.5.274"
hpc_intel_ver=os.getenv("hpc_intel_ver") or "2022.1.2"
load(pathJoin("hpc-intel", hpc_intel_ver))

hpc_intel_ver=os.getenv("hpc_impi_ver") or "2018.0.4"
hpc_intel_ver=os.getenv("hpc_impi_ver") or "2022.1.2"
load(pathJoin("hpc-impi", hpc_impi_ver))

ip_ver=os.getenv("ip_ver") or "3.3.3"
Expand Down
2 changes: 1 addition & 1 deletion modulefiles/modulefile.global_emcsfc_ice_blend.hera.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ prepend_path("MODULEPATH", "/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack-gf
hpc_ver=os.getenv("hpc_ver") or "1.2.0"
load(pathJoin("hpc", hpc_ver))

hpc_ver=os.getenv("hpc_intel_ver") or "18.0.5.274"
hpc_ver=os.getenv("hpc_intel_ver") or "2022.1.2"
load(pathJoin("hpc-intel", hpc_intel_ver))

w3nco_ver=os.getenv("w3nco_ver") or "2.4.1"
Expand Down
2 changes: 1 addition & 1 deletion modulefiles/modulefile.global_emcsfc_snow2mdl.hera.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ prepend_path("MODULEPATH", "/scratch2/NCEPDEV/nwprod/hpc-stack/libs/hpc-stack-gf
hpc_ver=os.getenv("hpc_ver") or "1.2.0"
load(pathJoin("hpc", hpc_ver))

hpc_ver=os.getenv("hpc_intel_ver") or "18.0.5.274"
hpc_ver=os.getenv("hpc_intel_ver") or "2022.1.2"
load(pathJoin("hpc-intel", hpc_intel_ver))

ip_ver=os.getenv("ip_ver") or "3.3.3"
Expand Down

0 comments on commit 6195f80

Please sign in to comment.