mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-10 03:17:07 +01:00
Update .travis.yml
This commit is contained in:
@ -12,7 +12,10 @@ script:
|
|||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- ../configure --enable-precision=single --enable-simd=AVX2 --enable-comms=none
|
- ../configure --enable-precision=single --enable-simd=AVX2 --enable-comms=none
|
||||||
- make -j 4
|
- env
|
||||||
|
- cat config.log
|
||||||
|
- make
|
||||||
|
- ./benchmarks/Benchmark_dwf --threads 1
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- compiler: gcc
|
- compiler: gcc
|
||||||
|
Reference in New Issue
Block a user