Skip to content

Commit 288aeea

Browse files
authored
Fix default settings - USE_TLS and USE_SIMPLE_THREADED_LEVEL3 should both be off
1 parent 1ad1e79 commit 288aeea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile.rule

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@ BUILD_LAPACK_DEPRECATED = 1
107107
# BUILD_RELAPACK = 1
108108

109109
# If you want to use legacy threaded Level 3 implementation.
110-
USE_SIMPLE_THREADED_LEVEL3 = 1
110+
# USE_SIMPLE_THREADED_LEVEL3 = 1
111111

112112
# If you want to use the new, still somewhat experimental code that uses
113113
# thread-local storage instead of a central memory buffer in memory.c
114114
# Note that if your system uses GLIBC, it needs to have at least glibc 2.21
115115
# for this to work.
116-
USE_TLS = 1
116+
# USE_TLS = 1
117117

118118
# If you want to drive whole 64bit region by BLAS. Not all Fortran
119119
# compiler supports this. It's safe to keep comment it out if you

0 commit comments

Comments
 (0)