
#include <pipebroadcastconverse.h>

Data Fields | |
| short | bcastPe |
| pe who is doing the broadcast, used for the hash key | |
| short | seqNumber |
| timestamp of the message from processor bcastPe, the other part of the hash key | |
| int | chunkSize |
| it is the size of the data part of the message (without the converse header) | |
| int | chunkNumber |
| which chunk is this inside the whole message | |
| int | messageSize |
| the entire message size, all included | |
| short | srcPe |
| pe from whom I'm receiving the message | |
Due to the usage of short types, this will not work in machines like BG/L.
Definition at line 26 of file pipebroadcastconverse.h.
| short PipeBcastInfo::bcastPe |
pe who is doing the broadcast, used for the hash key
Definition at line 27 of file pipebroadcastconverse.h.
Referenced by PipeBroadcastConverse::insertMessage(), and PipeBroadcastConverse::store().
| short PipeBcastInfo::seqNumber |
timestamp of the message from processor bcastPe, the other part of the hash key
Definition at line 28 of file pipebroadcastconverse.h.
Referenced by PipeBroadcastConverse::insertMessage(), and PipeBroadcastConverse::store().
it is the size of the data part of the message (without the converse header)
Definition at line 29 of file pipebroadcastconverse.h.
Referenced by PipeBroadcastConverse::insertMessage(), and PipeBroadcastConverse::store().
which chunk is this inside the whole message
Definition at line 30 of file pipebroadcastconverse.h.
Referenced by PipeBroadcastConverse::insertMessage(), and PipeBroadcastConverse::store().
the entire message size, all included
Definition at line 31 of file pipebroadcastconverse.h.
Referenced by PipeBroadcastConverse::insertMessage(), PipeBroadcastConverse::propagate(), and PipeBroadcastConverse::store().
| short PipeBcastInfo::srcPe |
pe from whom I'm receiving the message
Definition at line 32 of file pipebroadcastconverse.h.
Referenced by PipeBroadcastConverse::insertMessage(), and PipeBroadcastConverse::propagate().
1.5.5