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

GCC10 is the default on Ubuntu 22.04. During the build step there are many compilation errors of the form: ``` scalapack/SRC/pstrord.f:3264:54: 490 | $ CALL IGAMX2D( ICTXT, 'All', TOP, 1,...

Hello, I tracked down a compilation issue that was causing unexpected results. In the file SRC/Makefile, I think this line: $(CC) -c $(CFLAGS) $(CDEFS) $(@:.o=.c) -o $@ should maybe be:...

In current master, two tests fail if run in parallel: ``` 69/70 Testing: xshseqr 69/70 Test: xshseqr Command: "/sw/env/gcc-10.3.0/openmpi/4.1.1/bin/mpiexec" "-n" "2" "./xshseqr" Directory: /home/rrztest/src/scalapack/TESTING "xshseqr" start time: Jul 25 20:04...

bug

This is an attempt to enforce that we actually use the 2 cores in the Github Actions. Related to #69

Hi, I am using the cmake to configure the scalapack 2.1.0, However, I encountered an error like below ``` CMake Error at BLACS/TESTING/CMakeLists.txt:4 (if): if given arguments: "GNU" "STREQUAL" "GNU"...

#48 adopted a versioning policy for the shared library, to use libscalapack.so.MAJOR.MINOR, implying a (possible) ABI break with each minor ScaLAPACK release. Since this is yet not part of a...

Running this: $ ./setup.py --prefix=/home/gpaz/scalapack/2.1.0 --fcflags=" -fallow-argument-mismatch" --downall I have obtained this: ![imagen](https://user-images.githubusercontent.com/10725162/133063993-fad46171-456c-43ed-9780-d5de3f1c704d.png) Any solution?

Building Scalapack with OpenBLAS as the optimized BLAS/LAPACK library fails, because OpenBLAS builds demand that pthread is linked, unless OpenBLAS has been built without its default shared-memory threading enabled. See...

PR #53 fixed the dependencies of the ScaLAPACK libraries on BLACS. It should now be safe to use `make -j lib`, i.e., to use multiple jobs to build. However, `make...