1
1

Fix for bug when running 64-bit heterogeneous.

This commit fixes trac:1341.

This commit was SVN r18940.

The following Trac tickets were found above:
  Ticket 1341 --> https://svn.open-mpi.org/trac/ompi/ticket/1341
Этот коммит содержится в:
Rolf vandeVaart 2008-07-17 19:04:40 +00:00
родитель 3ba0a8c0c1
Коммит 9c080b27d6

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

@ -7,6 +7,7 @@
* University of Stuttgart. All rights reserved.
* Copyright (c) 2004-2005 The Regents of the University of California.
* All rights reserved.
* Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -797,7 +798,8 @@ ompi_osc_pt2pt_sendreq_recv_accum(ompi_osc_pt2pt_module_t *module,
/* create convertor */
OBJ_CONSTRUCT(&convertor, ompi_convertor_t);
payload = (void*) malloc(buflen);
buffer = (void*) malloc(buflen);
if (NULL == buffer) return OMPI_ERR_TEMP_OUT_OF_RESOURCE;
/* initialize convertor */
ompi_convertor_copy_and_prepare_for_recv(proc->proc_convertor,