scalapy icon indicating copy to clipboard operation
scalapy copied to clipboard

A python wrapper around ScaLAPACK

Results 13 scalapy issues
Sort by recently updated
recently updated
newest added

When I install scalapy, I get the following, Python 3.9.12 (main, Apr 5 2022, 01:52:34) [Clang 12.0.0 ] :: Anaconda, Inc. on darwin Type "help", "copyright", "credits" or "license" for...

I have installed scalapack already in my machine at this address # export SCALAPACK=/usr/local/scalapack/libscalapack.a # but when I tried to install scalapy I got the following error message: ``` gcc...

FIY, there is a memory leak related to calling `Commit` without following it up with `Free` from `mpi4py`.

1. Added github CI (Ubuntu OpenMPI) 2. Made tests pass without warnings

If compiled with `mkl` libraries throws error on execution: MKL FATAL ERROR: Cannot load symbol MKLMPI_Get_wrappers Tried on different systems. Even used `mkl_link_tool` to set `extra_link_args`. No success...

I am testing some scalapack routines with scalapy. I find that the time of parallel with scalapy is much much longer than just by using scipy. We can take pdsyev...

Hi, I am trying to use the scalapy package but I get a problem just after installation. I totally follow the installation instruction in my virtual environment in conda. However,...

I am trying to use the function pdsygvx to find a subset of the eigenvectors in a generalized symmetric eigenvalue problem. For small sizes, everything works fine. When trying to...

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...

This bug bites when the block length of a dimension is longer than the total matrix length. In this case some processes end up with a local array of size...