We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c05c23b + f4156d3 commit 528ff5dCopy full SHA for 528ff5d
ompi/instance/instance.c
@@ -398,6 +398,12 @@ static int ompi_mpi_instance_init_common (void)
398
OMPI_TIMING_IMPORT_OPAL("rte_init");
399
400
ompi_rte_initialized = true;
401
+ /* if we are oversubscribed, then set yield_when_idle
402
+ * accordingly */
403
+ if (ompi_mpi_oversubscribed) {
404
+ ompi_mpi_yield_when_idle = true;
405
+ }
406
+
407
408
/* Register the default errhandler callback */
409
/* give it a name so we can distinguish it */
0 commit comments