Browse Source

Update .travis.yml

pull/3433/head
Martin Kroeker GitHub 4 years ago
parent
commit
7cf7678bd6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .travis.yml

+ 2
- 2
.travis.yml View File

@@ -309,10 +309,10 @@ matrix:
- module load armie21/21.0
- ls /opt/arm/arm-instruction-emulator-21.0_Generic-AArch64_Ubuntu-18.04_aarch64-linux
- export PATH=/opt/arm/arm-instruction-emulator-21.0_Generic-AArch64_Ubuntu-18.04_aarch64-linux/bin64:/opt/arm/arm-instruction-emulator-21.0_Generic-AArch64_Ubuntu-18.04_aarch64-linux/bin:$PATH
- travis_wait 45 make TARGET=A64FX CROSS=1 CC=gcc-10 FC=gfortran-10 HOSTCC=gcc-10
- travis_wait 45 make TARGET=A64FX CROSS=1 CC=gcc-10 FC=gfortran-10 HOSTCC=gcc-10 DEBUG=1
- armie -msve-vector-bits=128 test/sblat1
- armie -msve-vector-bits=128 test/dblat1
- armie -msve-vector-bits=128 test/zblat1
- armie -msve-vector-bits=512 test/zblat1
- armie -msve-vector-bits=128 test/dblat3 <test/dblat3.dat
env:
# for matrix annotation only


Loading…
Cancel
Save