Skip to content

Commit

Permalink
Update modulefiles/wcoss2.lua.
Browse files Browse the repository at this point in the history
  • Loading branch information
BinLiu-NOAA committed Jul 4, 2024
1 parent 3fff136 commit 1c2f875
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modulefiles/wcoss2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ load(pathJoin("cray-mpich", cray_mpich_ver))

hdf5_ver=os.getenv("hdf5_ver") or "1.14.0"
netcdf_ver=os.getenv("netcdf_ver") or "4.9.2"
load(pathJoin("hdf5-A", hdf5_ver))
load(pathJoin("netcdf-A", netcdf_ver))
load(pathJoin("hdf5-C", hdf5_ver))
load(pathJoin("netcdf-C", netcdf_ver))

jasper_ver=os.getenv("jasper_ver") or "2.0.25"
libpng_ver=os.getenv("libpng_ver") or "1.6.37"
Expand Down

0 comments on commit 1c2f875

Please sign in to comment.