1
1

Modify to adapt to the new prototype of the "copy to self" function.

This commit was SVN r8144.
Этот коммит содержится в:
George Bosilca 2005-11-13 23:02:18 +00:00
родитель c4e843ae08
Коммит 29ff698ab5

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

@ -176,7 +176,7 @@ void mca_ptl_self_matched( mca_ptl_base_module_t* ptl,
recvreq->req_recv.req_base.req_count > sendreq->req_ptl.req_send.req_count ? recvreq->req_recv.req_base.req_count > sendreq->req_ptl.req_send.req_count ?
sendreq->req_ptl.req_send.req_count : recvreq->req_recv.req_base.req_count, sendreq->req_ptl.req_send.req_count : recvreq->req_recv.req_base.req_count,
(char *)recvreq->req_recv.req_base.req_addr, (char *)recvreq->req_recv.req_base.req_addr,
(const char *)sendreq->req_ptl.req_send.req_addr ); (char *)sendreq->req_ptl.req_send.req_addr );
} else { } else {
ompi_convertor_t *send_convertor, *recv_convertor; ompi_convertor_t *send_convertor, *recv_convertor;
struct iovec iov[1]; struct iovec iov[1];