Skip to content

Commit

Permalink
Travis: update OFI testing to 1.11.1rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
soumagne committed Oct 8, 2020
1 parent c16250f commit 7f0dc55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Testing/script/travis_build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

BMI_VERSION=master
CMAKE_VERSION_MAJOR=3.17
CMAKE_VERSION_MINOR=3
CMAKE_VERSION_MAJOR=3.18
CMAKE_VERSION_MINOR=4
MPI_VERSION=3.3.2
if [[ $MERCURY_BUILD_CONFIGURATION == 'Tsan' ]]; then
OFI_CFLAGS="-O1 -g -fsanitize=thread"
Expand All @@ -12,7 +12,7 @@ if [[ $MERCURY_BUILD_CONFIGURATION == 'Debug' ]]; then
OFI_EXTRA_FLAGS="--enable-debug"
fi
#OFI_PR=
OFI_VERSION=1.11.0
OFI_VERSION=1.11.1rc1
PREFIX=$HOME/install

set -e
Expand Down

0 comments on commit 7f0dc55

Please sign in to comment.