1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-18 03:34:40 +00:00

Z mobius hermiticity correction

This commit is contained in:
paboyle
2017-03-13 01:30:43 +00:00
parent 8b99d80d8c
commit 447c5e6cd7
5 changed files with 25 additions and 3 deletions

View File

@@ -102,5 +102,5 @@ script:
- ../configure --enable-precision=single --enable-simd=SSE4 --enable-comms=mpi-auto
- make -j4
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then mpirun.openmpi -n 2 ./benchmarks/Benchmark_dwf --threads 1 --mpi 2.1.1.1; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then mpirun -n 2 ./benchmarks/Benchmark_dwf --threads 1 --mpi 2.1.1.1; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./benchmarks/Benchmark_dwf --threads 1 ; fi