mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
Update .travis.yml
This commit is contained in:
parent
0eec752216
commit
465e6f01b7
@ -4,16 +4,12 @@ dist: trusty
|
|||||||
# Enable C++ support
|
# Enable C++ support
|
||||||
language: cpp
|
language: cpp
|
||||||
# Compiler selection
|
# Compiler selection
|
||||||
compiler:
|
|
||||||
- gcc-4.9
|
|
||||||
# Build steps
|
# Build steps
|
||||||
script:
|
script:
|
||||||
- ./scripts/reconfigure_script
|
- ./scripts/reconfigure_script
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- ../configure CXXFLAGS="-mavx2 -mfma -fopenmp -O3 -std=c++11" LIBS="-fopenmp -lmpfr -lgmp" --enable-precision=single --enable-simd=AVX2 --enable-comms=none
|
- ../configure CXXFLAGS="-mavx2 -mfma -fopenmp -O3 -std=c++11" LIBS="-fopenmp -lmpfr -lgmp" --enable-precision=single --enable-simd=AVX2 --enable-comms=none
|
||||||
- env
|
|
||||||
- cat config.log
|
|
||||||
- make
|
- make
|
||||||
- ./benchmarks/Benchmark_dwf --threads 1
|
- ./benchmarks/Benchmark_dwf --threads 1
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
Reference in New Issue
Block a user