use autodetection for power9 in case there are still power8 boxes in the mix

This commit is contained in:
Martin Kroeker 2020-08-12 18:05:14 +02:00 committed by GitHub
parent 9413398243
commit 7632a561df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ matrix:
- sudo apt-get update - sudo apt-get update
- sudo apt-get install gcc-9 gfortran-9 -y - sudo apt-get install gcc-9 gfortran-9 -y
script: script:
- make QUIET_MAKE=1 TARGET=POWER9 BINARY=64 USE_OPENMP=1 CC=gcc-9 FC=gfortran-9 - make QUIET_MAKE=1 BINARY=64 USE_OPENMP=1 CC=gcc-9 FC=gfortran-9
- make -C test $COMMON_FLAGS $BTYPE - make -C test $COMMON_FLAGS $BTYPE
- make -C ctest $COMMON_FLAGS $BTYPE - make -C ctest $COMMON_FLAGS $BTYPE
- make -C utest $COMMON_FLAGS $BTYPE - make -C utest $COMMON_FLAGS $BTYPE