hashdist / hashstack

Collection of software profiles for HashDist
https://hashdist.github.io/
51 stars 60 forks source link

scalapack package does not work with host-lapack #282

Open ahmadia opened 10 years ago

ahmadia commented 10 years ago

This has to do with our not-functional host-lapack/host-blas packages and is more my problem than @certik's.

certik commented 10 years ago

It's not just scalapack. It's quite complicated, so when I created those packages, I just made them work with our lapack, for now.

ahmadia commented 10 years ago

See https://github.com/hashdist/hashstack/pull/291 where I expanded the host/built-in packages a bit. @poulson uses BLIS for his BLAS as an alternative to OpenBLAS, so we should eventually add support for that as well.

ahmadia commented 10 years ago

This will be fixed when #291 is merged, or at least, fixed-enough.