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.
Этот коммит содержится в:
родитель
b5cc2f389f
Коммит
8e4107353f
@ -1085,6 +1085,7 @@ rdma_send_info_send(ompi_osc_rdma_module_t *module,
|
||||
|
||||
/* send fragment */
|
||||
ret = mca_bml_base_send(bml_btl, descriptor, MCA_BTL_TAG_OSC_RDMA);
|
||||
if (1 == ret) ret = OMPI_SUCCESS;
|
||||
goto done;
|
||||
|
||||
cleanup:
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user