-
Notifications
You must be signed in to change notification settings - Fork 871
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dpm: set default rankby order if not specified by caller
The MPI standard defines a specific mappings of ranks in the MCW of a set of processes started by MPI_Comm_spawn_multiple to the supplied commands. See for example section 11.8.3 of the MPI 4.1 standard. Something changed between orte in OMPI 4.1.x and prtte in OMPI 5 and main that caused this to not be the default ordering of ranks to commands in the MPI_Comm_spawn_multiple. This resulted in the ompi-tests/ibm/dynamic/spawn_multiple to fail with wrong mapping of arguments to ranks. So, add a check in the ompi_dpm_spawn to set the PMIX_RANKBY attribute to "slot" if the app has not specified some other ranking option. Signed-off-by: Howard Pritchard <[email protected]>
- Loading branch information
Showing
1 changed file
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters