You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building OpenMPI/4.0.5-GCC-10.2.0 fails on a desktop with 6 cores and hyperthreading, because the sanity check attempts to run with 8 tasks, and mpiexec refuses to run with more tasks than there are physical cpus. The error is "Not enough slots to satisfy the 8 slots that were requested."
Maybe the test suite should be run with an option to allow oversubscribing the cpu cores?
Or maybe this: easybuilders/easybuild-easyblocks#2570
where we try not to use more than half the cores, assuming that hyperthreading amplifies the number of cores by a factor 2.
Hi,
Building OpenMPI/4.0.5-GCC-10.2.0 fails on a desktop with 6 cores and hyperthreading, because the sanity check attempts to run with 8 tasks, and mpiexec refuses to run with more tasks than there are physical cpus. The error is "Not enough slots to satisfy the 8 slots that were requested."
Maybe the test suite should be run with an option to allow oversubscribing the cpu cores?
CC: @matthewhelmi
The text was updated successfully, but these errors were encountered: