Skip to content

OpenMPI 3.0 support

Michael Kuron requested to merge openmpi-3 into master

OpenMPI 3.0 by default does not allow running with more processes than CPUs, which caused many tests to fail on my laptop. This merge request enables --oversubscribe on all tests if the OpenMPI version is greater than 3.

Edited by Michael Kuron

Merge request reports