Skip to content

Commit 9a68bf6

Browse files
committed
pml ob1: fix peruse typo
Signed-off-by: Jeff Squyres <[email protected]>
1 parent e167a64 commit 9a68bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/pml/ob1/pml_ob1_recvreq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ void mca_pml_ob1_recv_req_start(mca_pml_ob1_recv_request_t *req)
13081308
req->req_recv.req_base.req_peer, req->req_recv.req_base.req_tag, comm_ptr->c_contextid));
13091309
req->req_recv.req_base.req_ompi.req_status.MPI_ERROR = ompi_comm_is_revoked(comm_ptr)? MPI_ERR_REVOKED: MPI_ERR_PROC_FAILED;
13101310
recv_request_pml_complete( req );
1311-
PERUSE_TRACE_COMM_EVENT(PERSUSE_COMM_SEARCH_UNEX_Q_END,
1311+
PERUSE_TRACE_COMM_EVENT(PERUSE_COMM_SEARCH_UNEX_Q_END,
13121312
&(req->req_recv.req_base), PERUSE_RECV);
13131313
OB1_MATCHING_UNLOCK(&ob1_comm->matching_lock);
13141314
return;

0 commit comments

Comments
 (0)