* some debugging to figure out why get isn't working on RS
This commit was SVN r7354.
Этот коммит содержится в:
родитель
a5871ffc23
Коммит
1290b8eed2
@ -266,6 +266,9 @@ mca_btl_portals_free(struct mca_btl_base_module_t* btl_base,
|
|||||||
assert(&mca_btl_portals_module == (mca_btl_portals_module_t*) btl_base);
|
assert(&mca_btl_portals_module == (mca_btl_portals_module_t*) btl_base);
|
||||||
|
|
||||||
if (frag->md_h != PTL_INVALID_HANDLE) {
|
if (frag->md_h != PTL_INVALID_HANDLE) {
|
||||||
|
OPAL_OUTPUT_VERBOSE((90, mca_btl_portals_component.portals_output,
|
||||||
|
"rdma frag free frag 0x%x, callback 0x%x, bits %lld",
|
||||||
|
frag, frag->base.des_cbfunc, frag->segments[0].seg_key.key64));
|
||||||
PtlMDUnlink(frag->md_h);
|
PtlMDUnlink(frag->md_h);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -278,7 +278,7 @@ mca_btl_portals_add_procs_compat(struct mca_btl_portals_module_t* btl,
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
PtlNIDebug(mca_btl_portals_module.portals_ni_h, PTL_DBG_NI_ALL);
|
PtlNIDebug(mca_btl_portals_module.portals_ni_h, PTL_DBG_ALL);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return OMPI_SUCCESS;
|
return OMPI_SUCCESS;
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user