* don't try to register callback at init time (will do at window creation time
anyway), so that we can run without ob1 This commit was SVN r9785.
Этот коммит содержится в:
родитель
8a16f844ec
Коммит
56f48357b3
@ -191,10 +191,6 @@ ompi_osc_pt2pt_component_init(bool enable_progress_threads,
|
|||||||
OBJ_CLASS(ompi_osc_pt2pt_longreq_t),
|
OBJ_CLASS(ompi_osc_pt2pt_longreq_t),
|
||||||
1, -1, 1);
|
1, -1, 1);
|
||||||
|
|
||||||
ret = mca_bml.bml_register(MCA_BTL_TAG_OSC_PT2PT,
|
|
||||||
ompi_osc_pt2pt_component_fragment_cb,
|
|
||||||
NULL);
|
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user