1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00

Update .travis.yml

This commit is contained in:
Peter Boyle 2016-04-30 18:04:36 +01:00
parent 0eec752216
commit 465e6f01b7

View File

@ -4,16 +4,12 @@ dist: trusty
# Enable C++ support
language: cpp
# Compiler selection
compiler:
- gcc-4.9
# Build steps
script:
- ./scripts/reconfigure_script
- mkdir 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
- env
- cat config.log
- make
- ./benchmarks/Benchmark_dwf --threads 1
matrix: