Commit 4a41be8
committed
group_from_session_pset - remove confusing error message
The implementation of MPI_Group_from_session_pset was emitting
a confusing error message when querying the PMIx server for
members of a process group. The routine was using a
method for creating an error message that was intended to be
using during mpi initialization.
Remove that statement and let an error code be returned.
Related to #13497
Signed-off-by: Howard Pritchard <howardp@lanl.gov>1 parent 3a2e908 commit 4a41be8
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1313 | 1313 | | |
1314 | 1314 | | |
1315 | 1315 | | |
1316 | | - | |
1317 | 1316 | | |
1318 | 1317 | | |
1319 | 1318 | | |
| |||
1334 | 1333 | | |
1335 | 1334 | | |
1336 | 1335 | | |
1337 | | - | |
1338 | 1336 | | |
1339 | 1337 | | |
1340 | 1338 | | |
| |||
0 commit comments