Skip to content

Commit

Permalink
Merge pull request open-mpi#10428 from hppritcha/swat_issue_10426
Browse files Browse the repository at this point in the history
oversubscribe: put back in a bit of code squashed by sessions
  • Loading branch information
hppritcha authored May 27, 2022
2 parents c05c23b + f4156d3 commit 528ff5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ompi/instance/instance.c
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,12 @@ static int ompi_mpi_instance_init_common (void)
OMPI_TIMING_IMPORT_OPAL("rte_init");

ompi_rte_initialized = true;
/* if we are oversubscribed, then set yield_when_idle
* accordingly */
if (ompi_mpi_oversubscribed) {
ompi_mpi_yield_when_idle = true;
}


/* Register the default errhandler callback */
/* give it a name so we can distinguish it */
Expand Down

0 comments on commit 528ff5d

Please sign in to comment.