scalapack icon indicating copy to clipboard operation
scalapack copied to clipboard

ScaLAPACK development repository

Results 46 scalapack issues
Sort by recently updated
recently updated
newest added

Recently (#56), I added a workflow to test the building system on Ubuntu. It will be good to have at least one configuration to Windows, and another to MacOS. Here...

Hello guys, I know there is the CMake already in place, but I still want to implement support for the meson builder. That way I can wrap this github project...

While solving a linear least squares problem of a skinny matrix using PDGEQRF, PDORMQR, and PDTRTRS, the latter returned `info = -904`, which denotes that the 4th entry of the...

Hello, While compiling ScaLAPACK 2.1.0 + patches from https://github.com/Reference-ScaLAPACK/scalapack/pull/26 with GCC 10.3.0 (for GNU Guix on GNU/Linux, x86_64), the `xshseqr` test does not complete: ``` 90/96 Test #90: xzevc ...............................

hello there are two questions I want to consult. 1. how to buid the scalapack on the windows 10 with cmake? * I have tried to build by cmake with...

I ran into an issue while executing `pdgetrf` on a submatrix `A(2:M, 2:M)`. Therefore I used the following call: ``` CALL PDGETRF(M-1, N-1, MATA, 2, 2, DESCA, IPIV, INFO) ```...

scalapack 2.1.0 fails to build when implicit declaration of functions is an error. (This is the default behavior of the clang included with Apple's Xcode 12 or later and can...

Currently there seems to be no way to avoid building all tests when building with cmake. This takes considerable time, and allowing users to only compile the actual library would...

I encountered the following error while installing the development version of scalapack with openmpi 4.0.5/gcc 10.1.0: Warning: Fortran 2018 deleted feature: Shared DO termination label 10 at (1) blacstest.f:8492:39: 8489...

I'm using ScaLAPACK in my code, and in my CMakeLists.txt, I try to find ScaLAPACK using just: `find_package(SCALAPACK)` On both ubuntu 20.04 and Fedora 32, this finds the exported .cmake...