1
1

Fix a typo in MCA_PML_OB1_RECV_REQUEST_UNPACK

cmr=v1.8.2:reviewer=rhc

This commit was SVN r31817.
Этот коммит содержится в:
Gilles Gouaillardet 2014-05-19 11:00:13 +00:00
родитель c82a6f5063
Коммит 2b89aac15b

Просмотреть файл

@ -12,6 +12,8 @@
* Copyright (c) 2008 UT-Battelle, LLC. All rights reserved.
* Copyright (c) 2011-2012 Los Alamos National Security, LLC. All rights
* reserved.
* Copyright (c) 2014 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
*
* $COPYRIGHT$
*
@ -270,7 +272,7 @@ do {
} \
OPAL_THREAD_LOCK(&request->lock); \
PERUSE_TRACE_COMM_OMPI_EVENT (PERUSE_COMM_REQ_XFER_CONTINUE, \
&(recvreq->req_recv.req_base), max_data, \
&(request->req_recv.req_base), max_data, \
PERUSE_RECV); \
opal_convertor_set_position( &(request->req_recv.req_base.req_convertor), \
&data_offset ); \