HPCToolkit
ParallelAnalysis.hpp File Reference
#include <mpi.h>
#include <iostream>
#include <string>
#include <vector>
#include <cstring>
#include <stdint.h>
#include <include/uint.h>
#include <lib/prof/CallPath-Profile.hpp>
#include <lib/support/Unique.hpp>
Include dependency graph for ParallelAnalysis.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ParallelAnalysis::PackedMetrics
 

Namespaces

 ParallelAnalysis
 

Functions

void ParallelAnalysis::packSend (Prof::CallPath::Profile *profile, int dest, int myRank, MPI_Comm comm)
 
void ParallelAnalysis::recvMerge (Prof::CallPath::Profile *profile, int src, int myRank, MPI_Comm comm)
 
void ParallelAnalysis::packSend (std::pair< Prof::CallPath::Profile *, ParallelAnalysis::PackedMetrics *> data, int dest, int myRank, MPI_Comm comm)
 
void ParallelAnalysis::recvMerge (std::pair< Prof::CallPath::Profile *, ParallelAnalysis::PackedMetrics *> data, int src, int myRank, MPI_Comm comm)
 
void ParallelAnalysis::packSend (StringSet *stringSet, int dest, int myRank, MPI_Comm comm)
 
void ParallelAnalysis::recvMerge (StringSet *stringSet, int src, int myRank, MPI_Comm comm)
 
template<typename T >
void ParallelAnalysis::reduce (T object, int myRank, int numRanks, MPI_Comm comm=MPI_COMM_WORLD)
 
void ParallelAnalysis::broadcast (Prof::CallPath::Profile *&profile, int myRank, MPI_Comm comm)
 
void ParallelAnalysis::broadcast (StringSet &stringSet, int myRank, MPI_Comm comm)
 
void ParallelAnalysis::packProfile (const Prof::CallPath::Profile &profile, uint8_t **buffer, size_t *bufferSz)
 
Prof::CallPath::ProfileParallelAnalysis::unpackProfile (uint8_t *buffer, size_t bufferSz)
 
void ParallelAnalysis::packMetrics (const Prof::CallPath::Profile &profile, ParallelAnalysis::PackedMetrics &packedMetrics)
 
void ParallelAnalysis::unpackMetrics (Prof::CallPath::Profile &profile, const ParallelAnalysis::PackedMetrics &packedMetrics)