jrs65 / scalapy

A python wrapper around ScaLAPACK
32 stars 12 forks source link

ELPA support #19

Open zuoshifan opened 9 years ago

zuoshifan commented 9 years ago

I am thinking to add ELPA library (see http://elpa.rzg.mpg.de/) support. According to http://www.ncbi.nlm.nih.gov/pubmed/24786764, ELPA provides two more effective eigen-solvers, especially its two stage solver. But now I have problems to even install the package, because I couldnot figure out the correct SCALAPACK_LDFLAGS and SCALAPACK_FCFLAGS to link the Intel's blas/ScaLAPACK library. I think maybe you are good at that, can you please give me some help?