1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

Travis fix

This commit is contained in:
Antonin Portelli 2016-05-01 10:49:36 -07:00
parent 6628806142
commit 0fd0661be3

View File

@ -72,7 +72,7 @@ script:
- ./scripts/reconfigure_script
- mkdir build
- cd build
- ../configure CXXFLAGS="-mavx2 -mfma -O3 -std=c++11" LIBS="-lmpfr -lgmp" --enable-precision=single --enable-simd=AVX2 --enable-comms=none
- ../configure CXXFLAGS="-mavx2 -mfma -O3 -std=c++11" --enable-precision=single --enable-simd=AVX2 --enable-comms=none
- cat config.log
- make
- ./benchmarks/Benchmark_dwf --threads 1