HPCToolkit
TraceviewerServer::MPICommunication::ResultBufferLocations Struct Reference

#include <MPICommunication.hpp>

Collaboration diagram for TraceviewerServer::MPICommunication::ResultBufferLocations:

Public Attributes

ResultMessageheader
 
bool compressed
 
union {
   DataCompressionLayer *   compMsg
 
   unsigned char *   message
 
}; 
 
MPI::Request headerRequest
 
MPI::Request bodyRequest
 

Detailed Description

Definition at line 145 of file MPICommunication.hpp.

Member Data Documentation

◆ @22

union { ... }

◆ bodyRequest

MPI::Request TraceviewerServer::MPICommunication::ResultBufferLocations::bodyRequest

Definition at line 154 of file MPICommunication.hpp.

◆ compMsg

DataCompressionLayer* TraceviewerServer::MPICommunication::ResultBufferLocations::compMsg

Definition at line 150 of file MPICommunication.hpp.

◆ compressed

bool TraceviewerServer::MPICommunication::ResultBufferLocations::compressed

Definition at line 148 of file MPICommunication.hpp.

◆ header

ResultMessage* TraceviewerServer::MPICommunication::ResultBufferLocations::header

Definition at line 147 of file MPICommunication.hpp.

◆ headerRequest

MPI::Request TraceviewerServer::MPICommunication::ResultBufferLocations::headerRequest

Definition at line 153 of file MPICommunication.hpp.

◆ message

unsigned char* TraceviewerServer::MPICommunication::ResultBufferLocations::message

Definition at line 151 of file MPICommunication.hpp.


The documentation for this struct was generated from the following file: