Skip to content

Commit

Permalink
Use newly installed netCDF v4.9.2 that actually has CMake support
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-el-sayed committed May 23, 2024
1 parent 7fbc4d7 commit 42dae79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/module_load.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Script that is meant to be sourced in the CI
# It includes the necessary module loads to build MeshKernel on Deltares Linux machines

module --debug --verbose load gcc/12.2.0_gcc12.2.0
module --debug --verbose load cmake/3.26.4_gcc12.2.0
module --debug --verbose load boost/1.83.0_gcc12.2.0
module --debug --verbose load netcdf/4.9.2_4.6.1_gcc12.2.0
module --verbose load gcc/12.2.0_gcc12.2.0
module --verbose load cmake/3.26.4_gcc12.2.0
module --verbose load boost/1.83.0_gcc12.2.0
module --verbose load netcdf/4.9.2_gcc12.2.0

0 comments on commit 42dae79

Please sign in to comment.