digitalmars.D - D and ScaLAPACK
- Jonathan Crapuchettes <jcrapuchettes gmail.com> Mar 20 2008
- Bill Baxter <dnewsgroup billbaxter.com> Mar 20 2008
- Jonathan Crapuchettes <jcrapuchettes gmail.com> Mar 25 2008
Does anyone know of D bindings to ScaLAPACK or another parallel library? Thanks
Mar 20 2008
Jonathan Crapuchettes wrote:Does anyone know of D bindings to ScaLAPACK or another parallel library? Thanks
I've done LAPACK in dsource.org/projects/multiarray. But I've never used ScaLAPACK. The only place I know that has some bindings for scientific libs is the GSL port in dsource.org/projects/bindings. But I don't know if there are any parallel libs there. --bb
Mar 20 2008
Thanks for the pointers. JC Bill Baxter wrote:Jonathan Crapuchettes wrote:Does anyone know of D bindings to ScaLAPACK or another parallel library? Thanks
I've done LAPACK in dsource.org/projects/multiarray. But I've never used ScaLAPACK. The only place I know that has some bindings for scientific libs is the GSL port in dsource.org/projects/bindings. But I don't know if there are any parallel libs there. --bb
Mar 25 2008








Jonathan Crapuchettes <jcrapuchettes gmail.com>