Dr. Thomas Orgis

Results 11 issues of Dr. Thomas Orgis

This set of changes stems from the packaging of netlib code in pkgsrc, where we decided to provide blas, lapack, cblas, and lapacke as separate packages and hence need clean...

The single = works as well and also with shells other than bash and friends. ##### Description ##### Target release I would like my code to appear in release __XXXXX__...

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

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

This fixes some build issues I face when packaging for pkgsrc using the CMake build. - Adds option to build without LAPACK, so that any of BLAS, LAPACK, CBLAS, LAPACKE...

TL;DR: Support combined library builds in the reference to capture an (emerging) standard? I am discussion packaging of LAPACK libraries (the four of BLAS, CBLAS, LAPACK, LAPACKE for now) with...

This is the current state of OpenBLAS library naming for the pkgsrc packages (NetBSD and cross-platform). The idea is to be able to 1. be able to have a stable...

So discussion on #2840 prompted the general question of how the toolchain should be provided for a packaged cp2k. In that issue, I motivated inserting (in fact later mangling of...

Hi, I need this patch to build ELPA as part of the CP2K 2023.1 toolchain in our setup (a rather bare CentOS base, separate compiler and MPI prefix, separate prefix...

Thoughts about this change? ``` --- install_cp2k_toolchain.sh.orig 2020-09-17 19:46:42.000000000 +0200 +++ install_cp2k_toolchain.sh 2020-09-17 20:06:35.000000000 +0200 @@ -948,6 +948,8 @@ echo "with_${ii}=\"${install_mode}\"" >> ${INSTALLDIR}/toolchain.conf done +set -e + # ------------------------------------------------------------------------ #...