Skip to content

Commit 16573b5

Browse files
committed
Merge pull request #425 from jsquyres/pr/ob1-peruse-fix
ob1: fix another PERUSE compile error
2 parents f3c9354 + c338115 commit 16573b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ompi/mca/pml/ob1/pml_ob1_sendreq.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* Copyright (c) 2012 NVIDIA Corporation. All rights reserved.
1616
* Copyright (c) 2012-2015 Los Alamos National Security, LLC. All rights
1717
* reserved.
18+
* Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
1819
* $COPYRIGHT$
1920
*
2021
* Additional copyrights may follow
@@ -1168,7 +1169,7 @@ int mca_pml_ob1_send_request_put_frag( mca_pml_ob1_rdma_frag_t *frag )
11681169
}
11691170

11701171
PERUSE_TRACE_COMM_OMPI_EVENT( PERUSE_COMM_REQ_XFER_CONTINUE,
1171-
&(((mca_pml_ob1_send_request_t*)frag->rdma_req)->req_send.req_base), save_size, PERUSE_SEND );
1172+
&(((mca_pml_ob1_send_request_t*)frag->rdma_req)->req_send.req_base), frag->rdma_length, PERUSE_SEND );
11721173

11731174
rc = mca_bml_base_put (bml_btl, frag->local_address, frag->remote_address, local_handle,
11741175
(mca_btl_base_registration_handle_t *) frag->remote_handle, frag->rdma_length,

0 commit comments

Comments
 (0)