Compilation with scalapack of version 6.2.1

option, parallelism,...

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.
Locked
maurosgroi
Posts: 27
Joined: Wed Apr 07, 2010 12:12 pm

Compilation with scalapack of version 6.2.1

Post by maurosgroi » Thu Jul 29, 2010 12:07 pm

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.

User avatar
pouillon
Posts: 651
Joined: Wed Aug 19, 2009 10:08 am
Location: Spain
Contact:

Re: Compilation with scalapack of version 6.2.1

Post by pouillon » Wed Aug 04, 2010 6:34 pm

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

maurosgroi
Posts: 27
Joined: Wed Apr 07, 2010 12:12 pm

Re: Compilation with scalapack of version 6.2.1

Post by maurosgroi » Thu Aug 05, 2010 5:16 pm

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.

Locked