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

Hello, I am attempting to compile scalapack with intel oneapi 2022 compiler, with gcc headers from gcc 10.2 When compiling, I keep getting errors along the lines of: `error: call...

From https://github.com/Reference-ScaLAPACK/scalapack/pull/19#issuecomment-1731388442: > Furthermore, the MPI C interface is newly assumed to expect the type MpiInt, which is a macro again, by default evaluates to int, but can be (in...

I tried to build and test the latest master branch version (8435bf3bc435d9611d096abab46ebf6beb1d35ea) with gcc 13.2.1 and Open MPI 5.0.2 and run into a lot of 'Type mismatch in argument ...'...

The scalapack library gets installed in /usr/lib (or /usr/lib64, if LIB_SUFFIX=64), defined in the SCALAPACK_install_library macro at https://github.com/Reference-ScaLAPACK/scalapack/blob/2072b8602f0a5a84d77a712121f7715c58a2e80d/CMakeLists.txt#L83 Some systems provide a multiarch library installation, for instance installing amd64 libraries...

Punmlq, punmrq functions take matrix A with K householder vectors, which placed in matrix horizontally. So tau should have dimension LOCr(IA+K-1) instead of LOCc(IA+K-1)

In C, the type of the number of bytes passed to `malloc` *is* of type `size_t`. The current code ties that number of bytes to the general "Index type" (`Int`)...

I am building the ScaLAPACK library using the provided CMake script. After installation, the installed library DSO maintains the `RUNPATH` present in the output of the build process. However, the...

even back to CMake 3.9, the code removed duplicates or possibly conflicts with what factory `find_package(MPI)` is doing, and is at best a NO-OP in contemporary CMake vs. what may...

fixes #73 Building only one or a few precision(s) e.g. real32, real64, complex32, complex64 allows build time to be slashed by up to 75%, especially important for embedded systems. Additional...