We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e167a64 commit 9a68bf6Copy full SHA for 9a68bf6
ompi/mca/pml/ob1/pml_ob1_recvreq.c
@@ -1308,7 +1308,7 @@ void mca_pml_ob1_recv_req_start(mca_pml_ob1_recv_request_t *req)
1308
req->req_recv.req_base.req_peer, req->req_recv.req_base.req_tag, comm_ptr->c_contextid));
1309
req->req_recv.req_base.req_ompi.req_status.MPI_ERROR = ompi_comm_is_revoked(comm_ptr)? MPI_ERR_REVOKED: MPI_ERR_PROC_FAILED;
1310
recv_request_pml_complete( req );
1311
- PERUSE_TRACE_COMM_EVENT(PERSUSE_COMM_SEARCH_UNEX_Q_END,
+ PERUSE_TRACE_COMM_EVENT(PERUSE_COMM_SEARCH_UNEX_Q_END,
1312
&(req->req_recv.req_base), PERUSE_RECV);
1313
OB1_MATCHING_UNLOCK(&ob1_comm->matching_lock);
1314
return;
0 commit comments