But if you are using the ScaLAPACK installer it will install the latest ScaLAPACK library, hence you will have BLACS embedded in the ScaLAPACK library. Or is there something I am missing?
Embedded libraries does not mean that BLACS routines are deprecated, but rather that instead of 2 libraries (BLACS and ScaLAPACK) they are now 1 library (ScaLAPACK 2.x == ScaLAPACK 1.x + BLACS). Hence when you link you just add the ScaLAPACK with "-lscalapack" or however you wish to add the library. Kind regards Nick 2013/7/22 Sebastian Caicedo <[email protected]> > Hello everyone, > > I'm trying to build a parallel version of SIESTA and I'm using the > Scalapack installer to get the libraries I need. The problem is that since > version 2.0 the BLACS library is embedded into the SCALAPACK lib, so I > don't know whether SIESTA will work without BLACS or not. Any hints? > > Thanks in advance > Sebastian >
