Kenneth Hoste
Kenneth Hoste
also (link to) the video of your talk? http://video.fosdem.org/2016/aw1126/openhpc-community-building-blocks-for-hpc-systems.mp4
Another option is to configure OpenMPI 4.x with `--enable-mpi1-compatibility`....
Looks good to me after a quick review. W.r.t. the easyconfig files like the `GCC-9.2.0-ohpc-gnu9.eb` that is now added as a part of the EasyBuild installation: would it make sense...
@adrianreber No interest in pursuing this?
We've been able to build Bowtie 1.2.1.1 with the Intel compilers (2017 update 4), see https://github.com/easybuilders/easybuild-easyconfigs/blob/master/easybuild/easyconfigs/b/Bowtie/Bowtie-1.2.1.1-intel-2017b.eb . This required two patches: * fixing the `typedef` mentioned here as well, see...
With some help from @wpoely86, I've been able to compile Bowtie 1.2.2, the required additional patch to fix the compilation errors mentioned above is available at https://github.com/easybuilders/easybuild-easyconfigs/pull/5717/files#diff-1e411412b51a5818cc46e8432ae0ef73 .
Has anyone tried building Bowtie 1.2.1.1 with the Intel compilers, or do you have suggestions to fix compilation errors like this: ``` /prefix/software/GCCcore/6.4.0/bin/../include/c++/6.4.0/bits/stl_algobase.h(343): error: no operator "=" matches these operands...
This problem doesn't only manifest on `arm64` or `ppc64le`, I'm seeing the exact same test failure on Intel Haswell and AMD Rome (zen2). I've worked around this by applying the...
@LocutusOfBorg With this patch, it worked fine for me on various `x86_64` systems. It's probably more tied to the compiler. But yes, relaxing the required precision a bit would still...
We saw a couple of failing `numpy` tests across a variety of CPUs (Haswell, Skylake, Zen2) when trying to build `numpy` 1.19.4 on top of latest BLIS (0.8.0) and libFLAME...