Update .travis.yml
This commit is contained in:
parent
387edc76f9
commit
7934a1fc48
14
.travis.yml
14
.travis.yml
|
@ -307,18 +307,14 @@ matrix:
|
|||
- cd arm-instruction-emulator_21.0_Ubuntu-18.04_aarch64
|
||||
- sudo ./arm-instruction-emulator_21.0_Ubuntu-18.04.sh -a
|
||||
- cd ..
|
||||
- ls /opt/arm
|
||||
- export MODULEPATH=$MODULEPATH:/opt/arm/modulefiles/
|
||||
- . /usr/share/modules/init/sh
|
||||
- module avail
|
||||
- module load armie21/21.0
|
||||
- echo $PATH
|
||||
- travis_wait 45 make TARGET=A64FX CROSS=1 CC=gcc-10 FC=gfortran-10 HOSTCC=gcc-10 DEBUG=1
|
||||
- test/sblat1
|
||||
- armie -msve-vector-bits=256 test/sblat1
|
||||
- armie -msve-vector-bits=128 test/dblat1
|
||||
- armie -msve-vector-bits=512 test/zblat1
|
||||
- armie -msve-vector-bits=128 test/dblat3 <test/dblat3.dat
|
||||
- travis_wait 45 make TARGET=A64FX CROSS=1 CC=gcc-10 FC=gfortran-10 HOSTCC=gcc-10
|
||||
- armie -msve-vector-bits=256 -- test/sblat1
|
||||
- armie -msve-vector-bits=128 -- test/dblat1
|
||||
- armie -msve-vector-bits=512 -- test/zblat1
|
||||
- armie -msve-vector-bits=128 -- test/dblat3 <test/dblat3.dat
|
||||
env:
|
||||
# for matrix annotation only
|
||||
- TARGET_BOX=ARMV8-SVE-ARMIE
|
||||
|
|
Loading…
Reference in New Issue