Bart Oldeman
Bart Oldeman
Hi, FYI, I was curious how BLIS fares now against slightly newer versions of MKL/OpenBLAS and also AMD's fork. ## Zen2 ### Zen2 experiment details * Location: https://docs.computecanada.ca/wiki/B%C3%A9luga/en * Processor...
(created using `eb --new-pr`)
This basically does: * apply Cpatch unconditionally for every write * no longer mprotect DPMI memory * still mprotect low memory for compatibility with JIT+native, but JIT writes via alias...
This is another attempt at avoiding the double page protection and TLBs being out of sync. This uses the proper KVM api to track dirty pages. This way it is...
This applies to FlexiBLAS, where CPATH isn't correct since it was converted to a Bundle: https://github.com/easybuilders/easybuild-easyblocks/blob/d4179f0f01d8e6253489b6b7def7b033d921a62b/easybuild/easyblocks/f/flexiblas.py#L232 an alternative to FlexiBLAS is to use an extension for LAPACKe.
You just need to specify that in the easyconfig's "sources" parameter and then it will be used instead of the included charm tarball. We needed this to compile NAMD with...
**Description** Tested on `master`, compiling LAPACK with ``` cp make.inc.example make.inc make FC="gfortran-11.3.0" make FFLAGS="-O2 -frecursive -march=haswell -ftree-vectorize" -j 32 ``` brings about many test failures: ``` --> LAPACK TESTING...
### Version of Apptainer What version of Apptainer (or Singularity) are you using? Run `apptainer --version` (or `singularity --version`). ``` $ export PATH=/cvmfs/oasis.opensciencegrid.org/mis/apptainer/bin:.:$PATH $ apptainer --version apptainer version 1.1.6-1.el7 ```...