From 2cd463eabdcecce01a379c7aaebbb0c48e21c27d Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Sun, 28 Apr 2019 10:02:28 +0200 Subject: [PATCH] Disable reallocation of work array in xSYTRF as it appears to cause memory management problems (seen in the LAPACK tests) --- relapack/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/relapack/config.h b/relapack/config.h index 9113a712d..e4fab0a12 100644 --- a/relapack/config.h +++ b/relapack/config.h @@ -36,8 +36,8 @@ // allow malloc in xsygst for improved performance #define XSYGST_ALLOW_MALLOC ALLOW_MALLOC // allow malloc in xsytrf if the passed work buffer is too small -#define XSYTRF_ALLOW_MALLOC ALLOW_MALLOC - +//#define XSYTRF_ALLOW_MALLOC ALLOW_MALLOC +#define XSYTRF_ALLOW_MALLOC 0 //////////////////////////////// // LAPACK routine replacement //