SG++-Doxygen-Documentation
|
A packet sent over MPI, using a command as a descriptor, and a wrapped package in the payload for data. More...
#include <NetworkMessageData.hpp>
Public Attributes | |
MPI_COMMAND_ID | commandID |
The MPI command of this specific packet. More... | |
unsigned char | payload [MPI_PACKET_MAX_PAYLOAD_SIZE] |
The packet's data segment. More... | |
A packet sent over MPI, using a command as a descriptor, and a wrapped package in the payload for data.
MPI_COMMAND_ID sgpp::datadriven::MPI_Packet::commandID |
The MPI command of this specific packet.
Referenced by sgpp::datadriven::MPIMethods::assignBatch(), sgpp::datadriven::MPIMethods::assignSystemMatrixUpdate(), sgpp::datadriven::MPIMethods::bcastCommandNoArgs(), sgpp::datadriven::MPIMethods::processIncomingMPICommands(), sgpp::datadriven::MPIMethods::sendCommandNoArgs(), sgpp::datadriven::MPIMethods::sendMergeGridNetworkMessage(), sgpp::datadriven::MPIMethods::sendRefinementUpdates(), sgpp::datadriven::MPIMethods::sendSystemMatrixDecomposition(), and sgpp::datadriven::MPIMethods::waitForIncomingMessageType().
unsigned char sgpp::datadriven::MPI_Packet::payload[MPI_PACKET_MAX_PAYLOAD_SIZE] |