This was a small mistake introduced in r23925 in the changes to libevent.
This commit was SVN r24043. The following SVN revision numbers were found above: r23925 --> open-mpi/ompi@fceabb2498
Этот коммит содержится в:
родитель
703684e071
Коммит
0694a3203b
@ -170,7 +170,7 @@ OBJ_CLASS_DECLARATION(ompi_mtl_portals_event_t);
|
||||
#define PTL_IS_READY_MSG(match_bits) \
|
||||
(0 != (PTL_READY_MSG & match_bits))
|
||||
#define PTL_IS_SYNC_MSG(event) \
|
||||
(0 != opal_event.hdr_data)
|
||||
(0 != event.hdr_data)
|
||||
|
||||
#define PTL_GET_TAG(match_bits) ((int)(match_bits & PTL_TAG_MASK))
|
||||
#define PTL_GET_SOURCE(match_bits) ((int)((match_bits & PTL_SOURCE_MASK) >> 32))
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user