remove numa configure option from hwloc 2.5+#19085
remove numa configure option from hwloc 2.5+#19085boegel merged 1 commit intoeasybuilders:developfrom
Conversation
|
Test report by @Flamefire |
|
@boegelbot please test @ generoso |
|
@boegel: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 1876753130 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Test report by @boegel |
|
Going in, thanks @Flamefire! |
(created using
eb --new-pr)Hwloc removed the libnuma dependency in 2.0.0 and with it the
--enable-libnumaoptionWe could remove the
numactldependency as well but I didn't wanted to change it to much, just avoid the configure warning (unknown option). But libnuma seems to be used (sometimes?) in the tests: https://github.com/open-mpi/hwloc/blob/a1b939190938ac253d4ba27328445b61258320c8/config/hwloc_internal.m4#L424-L434, so numctl could be downgraded to a builddependencyFurthermore I restricted the changes to hwloc 2.5+ corresponding the GCC 11.2+ in our toolchains. The same change can be applied to the older ECs too if wanted.