No more warnings in the PML V.
This commit was SVN r15601.
Этот коммит содержится в:
родитель
5d8a70e434
Коммит
10175c3014
@ -119,7 +119,7 @@
|
|||||||
static inline void vprotocol_pessimist_matching_replay(int *src)
|
static inline void vprotocol_pessimist_matching_replay(int *src)
|
||||||
{
|
{
|
||||||
#if OMPI_ENABLE_DEBUG
|
#if OMPI_ENABLE_DEBUG
|
||||||
uint32_t max = 0;
|
vprotocol_pessimist_clock_t max = 0;
|
||||||
#endif
|
#endif
|
||||||
mca_vprotocol_pessimist_event_t *event;
|
mca_vprotocol_pessimist_event_t *event;
|
||||||
|
|
||||||
@ -165,7 +165,7 @@ static inline void vprotocol_pessimist_matching_replay(int *src)
|
|||||||
if(req == NULL) \
|
if(req == NULL) \
|
||||||
{ \
|
{ \
|
||||||
V_OUTPUT_VERBOSE(70, "pessimist:\tlog\tdeliver\t%x\tnone", mca_vprotocol_pessimist.clock); \
|
V_OUTPUT_VERBOSE(70, "pessimist:\tlog\tdeliver\t%x\tnone", mca_vprotocol_pessimist.clock); \
|
||||||
event = opal_list_get_last(&mca_vprotocol_pessimist.pending_events); \
|
event = (mca_vprotocol_pessimist_event_t*)opal_list_get_last(&mca_vprotocol_pessimist.pending_events); \
|
||||||
if(event->type == VPROTOCOL_PESSIMIST_EVENT_TYPE_DELIVERY && \
|
if(event->type == VPROTOCOL_PESSIMIST_EVENT_TYPE_DELIVERY && \
|
||||||
event->u_event.e_delivery.reqid == 0) \
|
event->u_event.e_delivery.reqid == 0) \
|
||||||
{ \
|
{ \
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user