1
1
cmr=v1.7.5:ticket=trac:4355

This commit was SVN r30970.

The following Trac tickets were found above:
  Ticket 4355 --> https://svn.open-mpi.org/trac/ompi/ticket/4355
Этот коммит содержится в:
Nathan Hjelm 2014-03-10 16:11:25 +00:00
родитель 081669b440
Коммит 85515f2587

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

@ -171,11 +171,9 @@ static int ompi_osc_rdma_control_send_unbuffered_cb (ompi_request_t *request)
{
void *ctx = request->req_complete_cb_data;
ompi_osc_rdma_module_t *module;
void *data_copy;
/* get module pointer and data */
module = *(ompi_osc_rdma_module_t **)ctx;
data_copy = (ompi_osc_rdma_module_t **)ctx + 1;
/* mark this send as complete */
mark_outgoing_completion (module);