Hi,
I'm unclear about the use of GSL and Scalapack. What parts of the code do these libraries affect? Should I expect faster execution and/or better results if I use them? thanks for the tips,
Joe
Use of GSL and Scalapack?
Moderators: fgoudreault, mcote
Forum rules
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Please have a look at ~abinit/doc/config/build-config.ac in the source package for detailed and up-to-date information about the configuration of Abinit 8 builds.
For a video explanation on how to build Abinit 7.x for Linux, please go to: http://www.youtube.com/watch?v=DppLQ-KQA68.
IMPORTANT: when an answer solves your problem, please check the little green V-like button on its upper-right corner to accept it.
Use of GSL and Scalapack?
Josef W. Zwanziger
Professor, Department of Chemistry
Canada Research Chair in NMR Studies of Materials
Dalhousie University
Halifax, NS B3H 4J3 Canada
jzwanzig@gmail.com
Professor, Department of Chemistry
Canada Research Chair in NMR Studies of Materials
Dalhousie University
Halifax, NS B3H 4J3 Canada
jzwanzig@gmail.com
- Alain_Jacques
- Posts: 279
- Joined: Sat Aug 15, 2009 9:34 pm
- Location: Université catholique de Louvain - Belgium
Re: Use of GSL and Scalapack?
Hello Joe,
I think the logic behind including GSL is to give developers access to this nice library of scientific functions ... good idea but no practical use for the moment (I mean for the end user).
And for Scalapack ... it should allow distributed (MPI) linear algebra functions to deal with very large systems that will use more that all the available memory on a single computer box. It won't make lapack faster but it will relax the memory limitations of this (multithreaded) library.
Kind regards,
Alain
I think the logic behind including GSL is to give developers access to this nice library of scientific functions ... good idea but no practical use for the moment (I mean for the end user).
And for Scalapack ... it should allow distributed (MPI) linear algebra functions to deal with very large systems that will use more that all the available memory on a single computer box. It won't make lapack faster but it will relax the memory limitations of this (multithreaded) library.
Kind regards,
Alain