We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad1e79 commit 288aeeaCopy full SHA for 288aeea
Makefile.rule
@@ -107,13 +107,13 @@ BUILD_LAPACK_DEPRECATED = 1
107
# BUILD_RELAPACK = 1
108
109
# If you want to use legacy threaded Level 3 implementation.
110
-USE_SIMPLE_THREADED_LEVEL3 = 1
+# USE_SIMPLE_THREADED_LEVEL3 = 1
111
112
# If you want to use the new, still somewhat experimental code that uses
113
# thread-local storage instead of a central memory buffer in memory.c
114
# Note that if your system uses GLIBC, it needs to have at least glibc 2.21
115
# for this to work.
116
-USE_TLS = 1
+# USE_TLS = 1
117
118
# If you want to drive whole 64bit region by BLAS. Not all Fortran
119
# compiler supports this. It's safe to keep comment it out if you
0 commit comments