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
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user