1
1

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.
Этот коммит содержится в:
Rich Graham 2007-10-19 19:09:40 +00:00
родитель 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);