From 29ff698ab5368a3f393ad021f6c5044a88c537c0 Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Sun, 13 Nov 2005 23:02:18 +0000 Subject: [PATCH] Modify to adapt to the new prototype of the "copy to self" function. This commit was SVN r8144. --- ompi/mca/ptl/self/ptl_self.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/mca/ptl/self/ptl_self.c b/ompi/mca/ptl/self/ptl_self.c index bcbe9d9041..1e3ea45f11 100644 --- a/ompi/mca/ptl/self/ptl_self.c +++ b/ompi/mca/ptl/self/ptl_self.c @@ -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 ? sendreq->req_ptl.req_send.req_count : recvreq->req_recv.req_base.req_count, (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 { ompi_convertor_t *send_convertor, *recv_convertor; struct iovec iov[1];