We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 452859f + 2cd463e commit 5b03981Copy full SHA for 5b03981
1 file changed
relapack/config.h
@@ -36,8 +36,8 @@
36
// allow malloc in xsygst for improved performance
37
#define XSYGST_ALLOW_MALLOC ALLOW_MALLOC
38
// allow malloc in xsytrf if the passed work buffer is too small
39
-#define XSYTRF_ALLOW_MALLOC ALLOW_MALLOC
40
-
+//#define XSYTRF_ALLOW_MALLOC ALLOW_MALLOC
+#define XSYTRF_ALLOW_MALLOC 0
41
42
////////////////////////////////
43
// LAPACK routine replacement //
0 commit comments