Commit 607f3a4
committed
request: correctly handle MPI_COMM_NULL
ompi_request_check_same_instance(): ignore requests whose communicator
is ompi_mpi_comm_null. That can occur when pml/ucx is used and
mca_pml_ucx_completed_request_init() was invoked.
Thanks Christian Huettig for the report and helping with the troubleshooting.
Refs. #12942
Signed-off-by: Gilles Gouaillardet <[email protected]>1 parent c6766bb commit 607f3a4
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| 270 | + | |
| 271 | + | |
270 | 272 | | |
271 | 273 | | |
272 | 274 | | |
| |||
0 commit comments