osc/rdma: silence warning
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
Этот коммит содержится в:
родитель
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;
|
void *ctx = request->req_complete_cb_data;
|
||||||
ompi_osc_rdma_module_t *module;
|
ompi_osc_rdma_module_t *module;
|
||||||
void *data_copy;
|
|
||||||
|
|
||||||
/* get module pointer and data */
|
/* get module pointer and data */
|
||||||
module = *(ompi_osc_rdma_module_t **)ctx;
|
module = *(ompi_osc_rdma_module_t **)ctx;
|
||||||
data_copy = (ompi_osc_rdma_module_t **)ctx + 1;
|
|
||||||
|
|
||||||
/* mark this send as complete */
|
/* mark this send as complete */
|
||||||
mark_outgoing_completion (module);
|
mark_outgoing_completion (module);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user