checkpoint to move back to RS
* remove dead code * add some debugging code This commit was SVN r6725.
Этот коммит содержится в:
родитель
6c37ad4471
Коммит
26adbfe713
@ -385,7 +385,7 @@ mca_btl_portals_prepare_dst(struct mca_btl_base_module_t* btl_base,
|
||||
frag->base.des_flags = 0;
|
||||
|
||||
OPAL_OUTPUT_VERBOSE((90, mca_btl_portals_component.portals_output,
|
||||
"rdma match posted for frag 0x%x, callback 0x%x, bits %lld",
|
||||
"rdma dest posted for frag 0x%x, callback 0x%x, bits %lld",
|
||||
frag, frag->base.des_cbfunc, frag->segment.seg_key.key64));
|
||||
|
||||
/* create a match entry */
|
||||
|
@ -122,17 +122,14 @@ mca_btl_portals_process_rdma(mca_btl_portals_module_t *btl,
|
||||
OMPI_ERROR);
|
||||
} else {
|
||||
assert(ev->mlength == frag->segment.seg_len);
|
||||
#if 0
|
||||
/* let the PML know we're done... */
|
||||
frag->base.des_cbfunc(&btl->super,
|
||||
frag->endpoint,
|
||||
&frag->base,
|
||||
OMPI_SUCCESS);
|
||||
#endif
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
OPAL_OUTPUT_VERBOSE((90, mca_btl_portals_component.portals_output,
|
||||
"rdma: unexpected event %d for 0x%x",
|
||||
ev->type, frag));
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user