Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KLU solver #29

Closed
jonrkarr opened this issue Jan 9, 2017 · 2 comments
Closed

KLU solver #29

jonrkarr opened this issue Jan 9, 2017 · 2 comments

Comments

@jonrkarr
Copy link
Collaborator

jonrkarr commented Jan 9, 2017

As of version 2.6 the CVODES solver by SUNDIALS supports the sparse linear solver KLU from SuiteSparse (http://faculty.cse.tamu.edu/davis/suitesparse.html). Especially for large scale systems with sparse interactions it is important to specify this as linear solver as it will typically yield a substantial computational speedup.

I am not sure whether "algorithm characteristic" is correct. It should be treated the same as other linear solvers such as GMRES.

name: KLU ("Clark Kent" LU factorization algorithm)
type: algorithm characteristic
short description: sparse left-looking LU factorization, using a block triangular form
reference: Davis, Timothy A., and Ekanathan Palamadai Natarajan. "Algorithm 907: KLU, a direct sparse solver for circuit simulation problems." ACM Transactions on Mathematical Software (TOMS) 37.3 (2010): 36.

Reported by: *anonymous

@jonrkarr
Copy link
Collaborator Author

jonrkarr commented Jan 9, 2017

Thank you for the term suggestion!
I have added KLU as an algorithm (KISAO_0000497). It is available since version 2.3.12.

Original comment by: annazhukova

@jonrkarr
Copy link
Collaborator Author

jonrkarr commented Jan 9, 2017

  • status: open --> closed
  • assigned_to: Anna Zhukova
  • Type: Algorithm characteristic --> Algorithm

Original comment by: annazhukova

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants