mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Another try at travis
This commit is contained in:
parent
4226c633c4
commit
75ea306ce9
@ -96,8 +96,8 @@ script:
|
|||||||
- make -j4
|
- make -j4
|
||||||
- ./benchmarks/Benchmark_dwf --threads 1 --debug-signals
|
- ./benchmarks/Benchmark_dwf --threads 1 --debug-signals
|
||||||
- echo make clean
|
- 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
|
||||||
- ../configure --enable-precision=single --enable-simd=SSE4 --enable-comms=mpi-auto;
|
- ../configure --enable-precision=single --enable-simd=SSE4 --enable-comms=mpi-auto CXXFLAGS='-DMPI_UINT32_T=MPI_UNSIGNED -DMPI_UINT64_T=MPI_UNSIGNED_LONG';
|
||||||
- make -j4;
|
- make -j4;
|
||||||
- mpirun.openmpi -n 2 ./benchmarks/Benchmark_dwf --threads 1 --mpi 2.1.1.1;
|
- mpirun.openmpi -n 2 ./benchmarks/Benchmark_dwf --threads 1 --mpi 2.1.1.1;
|
||||||
- fi
|
- fi
|
||||||
|
Loading…
Reference in New Issue
Block a user