reduce num_threads

This commit is contained in:
Martin Kroeker 2020-11-17 17:56:10 +01:00 committed by GitHub
parent cfe35efbfb
commit 26ce2705f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ steps:
CC: gcc-10
FC: gfortran-10
CXX: g++-10
COMMON_FLAGS: 'USE_OPENMP=1'
COMMON_FLAGS: 'USE_OPENMP=1 NUM_THREADS=8'
commands:
- echo "MAKE_FLAGS:= $COMMON_FLAGS"
- apt-get update -y