Skip to content
Snippets Groups Projects
Commit 3f6cca9f authored by Markus Blatt's avatar Markus Blatt
Browse files

[Merge][Feature] -r1754 from trunk: Add a mode to SuperLU where apply uses...

[Merge][Feature] -r1754 from trunk: Add a mode to SuperLU where apply uses freshly allocated vectors.

Previously the two vectors are allocated in
the first call to apply. These got resused in subsequent calls to apply
and are deallocated in the destructor. Using the new mode these vectors are allo
cated
at the beginning and deallocated at the end of each apply method. This allows
using the same instance of superlu from different threads.



[[Imported from SVN: r1881]]
parents 173e8e53 2b2a31ca
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment