Skip to content

Commit

Permalink
Merge pull request #2 from NOAA-EPIC/c50Sup
Browse files Browse the repository at this point in the history
removed unnecessary modules
  • Loading branch information
DavidBurrows-NCO authored Nov 14, 2024
2 parents 82f998c + 221ddee commit cc13c6d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions modulefiles/build.container.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ help([[
Load environment to compile UFS_UTILS in a container using Intel
]])

hpss_ver=os.getenv("hpss_ver") or ""
--load(pathJoin("hpss", hpss_ver))

prepend_path("MODULEPATH", "/opt/spack-stack/spack-stack-1.8.0/envs/unified-env/install/modulefiles/Core")

stack_intel_ver=os.getenv("stack_intel_ver") or "2021.10.0"
Expand Down Expand Up @@ -34,9 +31,6 @@ load(pathJoin("sp", sp_ver))
w3emc_ver=os.getenv("w3emc_ver") or "2.10.0"
load(pathJoin("w3emc", w3emc_ver))

sfcio_ver=os.getenv("sfcio_ver") or "1.4.1"
load(pathJoin("sfcio", sfcio_ver))

sigio_ver=os.getenv("sigio_ver") or "2.3.2"
load(pathJoin("sigio", sigio_ver))

Expand Down

0 comments on commit cc13c6d

Please sign in to comment.