Update .travis.yml
This commit is contained in:
parent
ffb3893266
commit
60684d636b
13
.travis.yml
13
.travis.yml
|
@ -288,10 +288,10 @@ matrix:
|
||||||
|
|
||||||
- &test-armv8sve
|
- &test-armv8sve
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64-graviton2
|
||||||
dist: focal
|
dist: focal
|
||||||
group: edge
|
group: edge
|
||||||
virt: lxd
|
virt: vm
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
@ -311,12 +311,11 @@ matrix:
|
||||||
- export MODULEPATH=$MODULEPATH:/opt/arm/modulefiles/
|
- export MODULEPATH=$MODULEPATH:/opt/arm/modulefiles/
|
||||||
- . /usr/share/modules/init/bash
|
- . /usr/share/modules/init/bash
|
||||||
- module load armie21/21.0
|
- module load armie21/21.0
|
||||||
# - travis_wait 45 make TARGET=A64FX CROSS=1 CC=gcc-10 FC=gfortran-10 HOSTCC=gcc-10 DEBUG=1
|
- travis_wait 45 make TARGET=A64FX CROSS=1 CC=gcc-10 FC=gfortran-10 HOSTCC=gcc-10 DEBUG=1
|
||||||
- free
|
- free
|
||||||
# - echo " set auto-load safe-path /" >> $HOME/.gdbinit
|
- armie -msve-vector-bits=128 -- echo hello
|
||||||
- armie -msve-vector-bits=256 -- echo hello
|
- armie -msve-vector-bits=128 -- test/sblat1
|
||||||
# - OPENBLAS_NUM_THREADS=2 armie -msve-vector-bits=256 -- gdb -batch -ex "run" -ex "bt" test/sblat1
|
- armie -msve-vector-bits=128 -- test/dblat1
|
||||||
# - armie -msve-vector-bits=128 -- test/dblat1
|
|
||||||
# - armie -msve-vector-bits=512 -- test/zblat1
|
# - armie -msve-vector-bits=512 -- test/zblat1
|
||||||
# - armie -msve-vector-bits=128 -- test/dblat3 <test/dblat3.dat
|
# - armie -msve-vector-bits=128 -- test/dblat3 <test/dblat3.dat
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in New Issue