Fix default settings - USE_TLS and USE_SIMPLE_THREADED_LEVEL3 should both be off

This commit is contained in:
Martin Kroeker 2018-09-19 18:08:31 +02:00 committed by GitHub
parent 1ad1e79062
commit 288aeea8a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -107,13 +107,13 @@ BUILD_LAPACK_DEPRECATED = 1
# BUILD_RELAPACK = 1 # BUILD_RELAPACK = 1
# If you want to use legacy threaded Level 3 implementation. # If you want to use legacy threaded Level 3 implementation.
USE_SIMPLE_THREADED_LEVEL3 = 1 # USE_SIMPLE_THREADED_LEVEL3 = 1
# If you want to use the new, still somewhat experimental code that uses # If you want to use the new, still somewhat experimental code that uses
# thread-local storage instead of a central memory buffer in memory.c # thread-local storage instead of a central memory buffer in memory.c
# Note that if your system uses GLIBC, it needs to have at least glibc 2.21 # Note that if your system uses GLIBC, it needs to have at least glibc 2.21
# for this to work. # for this to work.
USE_TLS = 1 # USE_TLS = 1
# If you want to drive whole 64bit region by BLAS. Not all Fortran # If you want to drive whole 64bit region by BLAS. Not all Fortran
# compiler supports this. It's safe to keep comment it out if you # compiler supports this. It's safe to keep comment it out if you