Skip to content

Commit

Permalink
Use OpenMPI/4.0.2 - COSIMA/access-om2#157
Browse files Browse the repository at this point in the history
  • Loading branch information
aekiss committed Jan 16, 2020
1 parent 8b1f312 commit 575fb04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ set_property(TARGET jsonfortran PROPERTY IMPORTED_LOCATION ${BINARY_DIR}/lib/lib
# json-fortran external project
ExternalProject_Add(oasis3-mct
GIT_REPOSITORY https://github.com/COSIMA/oasis3-mct.git
GIT_TAG d02cc8d896362ad10f548b86fef267db435a7ff3
GIT_TAG 87a873aa7b545a6ee46a42f811f5c7a5dfc81a01
CONFIGURE_COMMAND ""
BUILD_IN_SOURCE 1
BUILD_COMMAND make ${PLATFORM}
Expand Down
2 changes: 1 addition & 1 deletion build_on_gadi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module purge
module load intel-compiler/2019.5.281
module load netcdf/4.7.1
module load openmpi/4.0.1
module load openmpi/4.0.2

MYDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"

Expand Down

0 comments on commit 575fb04

Please sign in to comment.