Browse Source

Merge pull request #2098 from martin-frbg/rela-malloc

Disable reallocation of work array in ReLAPACK xSYTRF
tags/v0.3.6^2
Martin Kroeker GitHub 6 years ago
parent
commit
5b0398186e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      relapack/config.h

+ 2
- 2
relapack/config.h View File

@@ -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 //


Loading…
Cancel
Save