Dr. Thomas Orgis

Results 55 comments of Dr. Thomas Orgis

Nudge from the other side … https://github.com/xianyi/OpenBLAS/issues/1886 > I have recently identified a historical oversight where a memory buffer is allocated although it is never used […] speed difference can...

We got OpenBLAS people interested, but so far we only have seen things like 20% performance difference compared to MKL. Are we sure this 100-fold slowdown thread-deadlock thing wasn't some...

@rgommers About static libs: You missed giving the setttings also to the install make process. This is transient variables — that is why you could write it into Makefile.rule to...

Compiler-specific variants next to each other: Oh, wow. I can even be more complex! @rgommers are you referring only to the OpenMP runtime itself or also having OpenBLAS built with...

Does https://github.com/Reference-LAPACK/lapack/pull/834 mean that LAPACKE may be built without Fortran … but only LAPACKE? This PR might need some adaptation to only enable Fortran for BLAS, LAPACK … and CBLAS?

I suspect this is the same issue I see after upgrading our build script from 7.1 to 2023.1. The turning point is the list of VERSION in the build: ```...

@mkrack Did you read my comment? A build with `VERSION=psmp` works fine, but `VERSION="sdbg ssmp sopt pdbg psmp popt"` crashes with random dependency errors.

@mkrack Wondering about the aliases … do they have any benefit apart from keeping old scripts working? I.e. is there some checking for binary name that enforces `OMP_NUM_THREADS=1` in popt...

If it is known that the parallel build of multiple VERSIONS is broken, maybe the message from the toolkit installer shoul be changed from ``` To build CP2K you should...

This goes together with this overall change I need to get my library paths in properly: ``` patch -lp0