Skip to content

Commit

Permalink
Merge branch 'develop' into mpas_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
WenMeng-NOAA authored Jan 3, 2025
2 parents d33cdec + ba33937 commit c28f9bc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modulefiles/wcoss2.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ load(pathJoin("intel", intel_ver))
load(pathJoin("craype", craype_ver))
load(pathJoin("cray-mpich", cray_mpich_ver))

cmake_ver=os.getenv("cmake_ver") or "3.20.2"
load(pathJoin("cmake", cmake_ver))

hdf5_ver=os.getenv("hdf5_ver") or "1.10.6"
netcdf_ver=os.getenv("netcdf_ver") or "4.7.4"
load(pathJoin("hdf5", hdf5_ver))
Expand Down

0 comments on commit c28f9bc

Please sign in to comment.