1
1

* If rdma frag doesn't complete successfully on the receiving end, don't

call the cbfunc, since it's NULL.  The sending side will do the
  "right thing"

This commit was SVN r6735.
Этот коммит содержится в:
Brian Barrett 2005-08-04 15:45:31 +00:00
родитель ab73cc0487
Коммит 20d61b4599

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

@ -116,10 +116,6 @@ mca_btl_portals_process_rdma(mca_btl_portals_module_t *btl,
if (ev->ni_fail_type != PTL_NI_OK) {
opal_output(mca_btl_portals_component.portals_output,
"Failure in rdma put end\n");
frag->base.des_cbfunc(&btl->super,
frag->endpoint,
&frag->base,
OMPI_ERROR);
} else {
assert(ev->mlength == frag->segment.seg_len);
}