forked from open-mpi/ompi
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve error message when an application is using a PML that doesn't support excid, and hence sessions related functions - MPI_Comm_from_group - MPI_Intercomm_create_from_groups Example: -------------------------------------------------------------------------- Your application has invoked an MPI function that is not supported in this environment. MPI function: MPI_Comm_from_group/MPI_Intercomm_from_groups Reason: The PML being used - ucx - does not support MPI sessions related features -------------------------------------------------------------------------- Signed-off-by: Howard Pritchard <howardp@lanl.gov>
- Loading branch information
Showing
4 changed files
with
27 additions
and
3 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
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
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
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