HPCToolkit
|
#include <MPICommunication.hpp>
Public Attributes | |
ResultMessage * | header |
bool | compressed |
union { | |
DataCompressionLayer * compMsg | |
unsigned char * message | |
}; | |
MPI::Request | headerRequest |
MPI::Request | bodyRequest |
Definition at line 145 of file MPICommunication.hpp.
union { ... } |
MPI::Request TraceviewerServer::MPICommunication::ResultBufferLocations::bodyRequest |
Definition at line 154 of file MPICommunication.hpp.
DataCompressionLayer* TraceviewerServer::MPICommunication::ResultBufferLocations::compMsg |
Definition at line 150 of file MPICommunication.hpp.
bool TraceviewerServer::MPICommunication::ResultBufferLocations::compressed |
Definition at line 148 of file MPICommunication.hpp.
ResultMessage* TraceviewerServer::MPICommunication::ResultBufferLocations::header |
Definition at line 147 of file MPICommunication.hpp.
MPI::Request TraceviewerServer::MPICommunication::ResultBufferLocations::headerRequest |
Definition at line 153 of file MPICommunication.hpp.
unsigned char* TraceviewerServer::MPICommunication::ResultBufferLocations::message |
Definition at line 151 of file MPICommunication.hpp.