-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumped versions of all modules - GCC 12
- Loading branch information
1 parent
46527aa
commit 82597d8
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 load cmake/3.23.1_gcc11.3.0 | ||
module load gcc/11.3.0 | ||
module load boost/1.81.0_gcc11.3.0 | ||
module load netcdf/v4.9.1_gcc11.3.0 | ||
module load gcc/12.2.0_gcc12.2.0 | ||
module load cmake/3.26.4_gcc12.2.0 | ||
module load boost/1.83.0_gcc12.2.0 | ||
module load netcdf/4.9.2_4.6.1_gcc12.2.0 |