Skip to content

Commit aaffafc

Browse files
pml/ob1: fix build issue in CUDA path
916c29a Signed-off-by: Aboorva Devarajan <[email protected]>
1 parent e35b0bc commit aaffafc

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
@@ -731,7 +731,7 @@ void mca_pml_ob1_recv_request_progress_rget( mca_pml_ob1_recv_request_t* recvreq
731731
}
732732
} else {
733733
/* Just default back to send and receive. Must be mix of GPU and HOST memory. */
734-
mca_pml_ob1_recv_request_ack(recvreq, &hdr->hdr_rndv, 0);
734+
mca_pml_ob1_recv_request_ack(recvreq, btl, &hdr->hdr_rndv, 0);
735735
return;
736736
}
737737
}

0 commit comments

Comments
 (0)