Skip to content

Commit

Permalink
Merge pull request #973 from jdinan/pr/travis-ucx
Browse files Browse the repository at this point in the history
Travis UCX Update
  • Loading branch information
David Ozog authored Aug 18, 2020
2 parents e37c221 + d7dbb71 commit b7ce94e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ before_install:
- >
if [[ $SOS_TRANSPORT_OPTS = *"with-ucx"* ]]; then
cd $TRAVIS_SRC
git clone -b v1.7.0 --depth 10 https://github.com/openucx/ucx.git
git clone -b v1.8.1 --depth 10 https://github.com/openucx/ucx.git
cd ucx
./autogen.sh
./configure --prefix=$TRAVIS_INSTALL/ucx --enable-mt --disable-numa
Expand Down Expand Up @@ -367,7 +367,7 @@ script:
- make $TRAVIS_PAR_MAKE check TESTS=
- $SOS_PM_PRE
- >
if [[ $SOS_TRANSPORT_OPTS = *"with-ofi"* ]]; then
if [[ $SOS_TRANSPORT_OPTS = *"with-ofi"* ]] || [[ $SOS_TRANSPORT_OPTS = *"with-ucx" ]]; then
make VERBOSE=1 TEST_RUNNER="$SOS_PM -np 2" check
else
$SOS_PM -np 1 test/unit/hello
Expand Down

0 comments on commit b7ce94e

Please sign in to comment.