Skip to content

Commit

Permalink
Removed cmake module load from the s4 module file. (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA authored Oct 25, 2022
1 parent af933d3 commit 32cd997
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modulefiles/gfsutils_s4.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ load("license_intel")
local hpc_ver=os.getenv("hpc_ver") or "1.1.0"
local hpc_intel_ver=os.getenv("hpc_intel_ver") or "18.0.4"
local hpc_impi_ver=os.getenv("hpc_impi_ver") or "18.0.4"
local cmake_ver=os.getenv("cmake_ver") or "3.20.1"

local jasper_ver=os.getenv("jasper_ver") or "2.0.25"
local zlib_ver=os.getenv("zlib_ver") or "1.2.11"
Expand All @@ -18,7 +17,6 @@ local libpng_ver=os.getenv("libpng_ver") or "1.6.35"
load(pathJoin("hpc", hpc_ver))
load(pathJoin("hpc-intel", hpc_intel_ver))
load(pathJoin("hpc-impi", hpc_impi_ver))
load(pathJoin("cmake", cmake_ver))

load(pathJoin("jasper", jasper_ver))
load(pathJoin("zlib", zlib_ver))
Expand Down

0 comments on commit 32cd997

Please sign in to comment.