Skip to content

Commit

Permalink
Update intel build to hardwire the intel versions.
Browse files Browse the repository at this point in the history
This ensures consistency with the chosen stack.

Fixes ufs-community#789.
  • Loading branch information
GeorgeGayno-NOAA committed Mar 29, 2023
1 parent 49199be commit a349ac9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions modulefiles/build.hera.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,19 @@ load(pathJoin("cmake", cmake_ver))
hpss_ver=os.getenv("hpss_ver") or ""
load(pathJoin("hpss", hpss_ver))

hpc_intel_ver="2022.1.2"
load(pathJoin("intel", hpc_intel_ver))

impi_ver="2022.1.2"
load(pathJoin("impi", impi_ver))

prepend_path("MODULEPATH", "/scratch1/NCEPDEV/nems/role.epic/hpc-stack/libs/intel-2022.1.2_ncdf49/modulefiles/stack")

hpc_ver=os.getenv("hpc_ver") or "1.2.0"
load(pathJoin("hpc", hpc_ver))

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

impi_ver=os.getenv("impi_ver") or "2022.1.2"
load(pathJoin("hpc-impi", impi_ver))

bacio_ver=os.getenv("bacio_ver") or "2.4.1"
Expand Down

0 comments on commit a349ac9

Please sign in to comment.