Page 1 of 1

Compilation with scalapack of version 6.2.1

Posted: Thu Jul 29, 2010 12:07 pm
by maurosgroi
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.

Re: Compilation with scalapack of version 6.2.1

Posted: Wed Aug 04, 2010 6:34 pm
by pouillon
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.

Re: Compilation with scalapack of version 6.2.1

Posted: Thu Aug 05, 2010 5:16 pm
by maurosgroi
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.