From 5a4eafbf7e6ba77515eca2f5b201109f57c5da69 Mon Sep 17 00:00:00 2001 From: paboyle Date: Thu, 13 Apr 2017 12:50:43 +0100 Subject: [PATCH] .travis --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index df7eb5a7..6eab0a4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -96,8 +96,7 @@ script: - make -j4 - ./benchmarks/Benchmark_dwf --threads 1 --debug-signals - echo make clean - - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then - - export CXXFLAGS='-DMPI_UINT32_T=MPI_UNSIGNED -DMPI_UINT64_T=MPI_UNSIGNED_LONG'; + - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CXXFLAGS='-DMPI_UINT32_T=MPI_UNSIGNED -DMPI_UINT64_T=MPI_UNSIGNED_LONG'; - ../configure --enable-precision=single --enable-simd=SSE4 --enable-comms=mpi-auto; - make -j4; - mpirun.openmpi -n 2 ./benchmarks/Benchmark_dwf --threads 1 --mpi 2.1.1.1;