Bart Oldeman
Bart Oldeman
@Debilski thanks for the description. I hope to find some time to do the configure make directly via pip install. @nwaxiomatic the following works for me without the pip installed...
I found out a while ago (July 2017 with OpenFOAM 4.1) that decomposePar is not linked using a direct `-lPstream`, but instead links to libfiniteVolume.so. This library in turn links...
I may have misunderstood your point here @Flamefire but the question is here if `find_library(FOO foo.so PATHS /usr/foo)` should look in `$EPREFIX/usr/foo` or in `/usr/foo`. In the EESSI (or CC...
I think we are conflating two uses of sysroot here, one as used in cross-compilation strategies and one used as a prefix in a Gentoo Prefix installation. I'll do some...
I found an issue when there is no separate charm++. I'll fix it later.
I ran into the issue with too many threads on a server with 32 cores / 64 threads and stack ulimit at 8M and user proc limit at 512. However...
https://github.com/easybuilders/easybuild-easyconfigs/pull/16411 adds the patch to GCC.
I justed tested OpenBLAS-0.3.20-GCC-11.3.0.eb with vectorization *enabled*, with patched GCC 11.3 and it gives me this: ``` --> LAPACK TESTING SUMMARY ALL PRECISIONS 4149982 676 (0.016%) 0 (0.000%) ``` (avx2...
I could bring it down to ``` --> LAPACK TESTING SUMMARY ALL PRECISIONS 4170994 2 (0.000%) 0 (0.000%) ``` *with* -ftree-vectorize enabled, patching lapack as follows: ``` --- OpenBLAS-0.3.21/lapack-netlib/SRC/clahqr.f.orig 2022-08-07...
Yes it should be going to reference lapack in some shape or form (or making the tests loser). Mathematically it is of course super innocent but it also relies on...