when attaching an md for posted receive, generate a start event, so that
PtlMDUpdate will pick up all incoming events. This commit was SVN r16517.
Этот коммит содержится в:
родитель
7ae9589d70
Коммит
0de9bd9fa0
@ -466,7 +466,10 @@ restart_search:
|
||||
|
||||
/* associate a memory descriptor with the Match list Entry */
|
||||
md.threshold = 0;
|
||||
/*
|
||||
md.options = PTL_MD_OP_PUT | PTL_MD_TRUNCATE | PTL_MD_EVENT_START_DISABLE;
|
||||
*/
|
||||
md.options = PTL_MD_OP_PUT | PTL_MD_TRUNCATE;
|
||||
md.user_ptr = ptl_request;
|
||||
md.eq_handle = ompi_mtl_portals.ptl_eq_h;
|
||||
ret=PtlMDAttach(me_h, md, PTL_UNLINK, &md_h);
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user