1
1

Update the last instance of bml_base_send to correctly cope with the

return values from the BTL. This is related to ticket 1734.

This commit was SVN r20210.
Этот коммит содержится в:
George Bosilca 2009-01-06 19:44:48 +00:00
родитель b5cc2f389f
Коммит 8e4107353f

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

@ -1085,6 +1085,7 @@ rdma_send_info_send(ompi_osc_rdma_module_t *module,
/* send fragment */ /* send fragment */
ret = mca_bml_base_send(bml_btl, descriptor, MCA_BTL_TAG_OSC_RDMA); ret = mca_bml_base_send(bml_btl, descriptor, MCA_BTL_TAG_OSC_RDMA);
if (1 == ret) ret = OMPI_SUCCESS;
goto done; goto done;
cleanup: cleanup: