Dear all,
I've seen that in the last 6.2.1 version of the code, the configuration option --with-scalapack-libs was removed.
What about the correct procedure to include scalapack into the linking process?
Thanks a lot and best regards,
Mauro Sgroi.
Compilation with scalapack of version 6.2.1
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.
-
- Posts: 27
- Joined: Wed Apr 07, 2010 12:12 pm
Re: Compilation with scalapack of version 6.2.1
The ScaLAPACK libraries should now be passed along with the other linear algebra libraries, using the --with-linalg-libs option. I'm currently unifying the way the build system handles these libraries. Please do not hesitate to report any problem you may encounter.
Yann Pouillon
Simune Atomistics
Donostia-San Sebastián, Spain
Simune Atomistics
Donostia-San Sebastián, Spain
-
- Posts: 27
- Joined: Wed Apr 07, 2010 12:12 pm
Re: Compilation with scalapack of version 6.2.1
pouillon wrote:The ScaLAPACK libraries should now be passed along with the other linear algebra libraries, using the --with-linalg-libs option. I'm currently unifying the way the build system handles these libraries. Please do not hesitate to report any problem you may encounter.
Thanks a lot.
I tried and the method worked fine!
Best regards,
Mauro.