vaidyanathanms / votca

Automatically exported from code.google.com/p/votca
0 stars 0 forks source link

replace GNU gsl by lapack #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We are just using qr solve, which also available via lapack.
And lapack is also available on HPC machines.

Original issue reported on code.google.com by christop...@gmail.com on 7 Dec 2010 at 3:44

GoogleCodeExporter commented 9 years ago

Original comment by christop...@gmail.com on 7 Dec 2010 at 3:46

GoogleCodeExporter commented 9 years ago

Original comment by christop...@gmail.com on 21 Jan 2011 at 10:22

GoogleCodeExporter commented 9 years ago

Original comment by christop...@gmail.com on 11 Oct 2011 at 1:03

GoogleCodeExporter commented 9 years ago

Original comment by christop...@gmail.com on 11 Oct 2011 at 1:04

GoogleCodeExporter commented 9 years ago
First we substitute the usage of GSL qr_solve in the spline class by internal 
routines.
Then force matching routines can be rewritten in a way to use lapack

Original comment by christop...@gmail.com on 11 Oct 2011 at 1:07