Skip to content

Commit

Permalink
Remove some unnecessary module loads.
Browse files Browse the repository at this point in the history
Fixes #962.
  • Loading branch information
GeorgeGayno-NOAA committed Jul 3, 2024
1 parent 05b6fc2 commit 4dca77a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions modulefiles/build.hera.gnu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@ load(pathJoin("w3emc", w3emc_ver))
sigio_ver=os.getenv("sigio_ver") or "2.3.2"
load(pathJoin("sigio", sigio_ver))

hdf5_ver=os.getenv("hdf5_ver") or "1.14.3_gnu9.2.0"
load(pathJoin("hdf5", hdf5_ver))

netcdf_c_ver=os.getenv("netcdf_c_ver") or "4.9.2"
load(pathJoin("netcdf-c", netcdf_c_ver))

netcdf_fortran_ver=os.getenv("netcdf_fortran_ver") or "4.6.1"
load(pathJoin("netcdf-fortran", netcdf_fortran_ver))

nccmp_ver=os.getenv("nccmp_ver") or "1.9.1"
load(pathJoin("nccmp", nccmp_ver))

Expand Down

0 comments on commit 4dca77a

Please sign in to comment.