disable own avx detection of libfabric v1.12.1#13215
disable own avx detection of libfabric v1.12.1#13215boegel merged 1 commit intoeasybuilders:developfrom
Conversation
|
Test report by @lexming |
|
Test report by @lexming |
|
@boegelbot please test @ generoso |
|
Test report by @Micket |
|
@Micket: Request for testing this PR well received on generoso PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 864314476 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Test report by @boegel |
|
Test report by @boegel |
|
Test report by @boegel |
|
Going in, thanks @lexming! |
(created using
eb --new-pr)The configure script of
psm3has its own logic to determine if the system has AVX. However, it does not check the actual capabilities of the CPU which can result in broken binaries at the end of the build. For instance AVX2 binaries on Intel IvyBridge system. This PR disables those checks as those settings are already defined by EasyBuild.This PR also adds a missing dependency on
numactl.