Disable reallocation of work array in xSYTRF
as it appears to cause memory management problems (seen in the LAPACK tests)
This commit is contained in:
parent
91943b7325
commit
2cd463eabd
|
@ -36,8 +36,8 @@
|
||||||
// allow malloc in xsygst for improved performance
|
// allow malloc in xsygst for improved performance
|
||||||
#define XSYGST_ALLOW_MALLOC ALLOW_MALLOC
|
#define XSYGST_ALLOW_MALLOC ALLOW_MALLOC
|
||||||
// allow malloc in xsytrf if the passed work buffer is too small
|
// 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 //
|
// LAPACK routine replacement //
|
||||||
|
|
Loading…
Reference in New Issue