OpenMPI  0.1.1
summarize_data.h
1 /*
2  This is part of the OTF library. Copyright by ZIH, TU Dresden 2005-2012.
3  Authors: Andreas Knuepfer, Robert Dietrich, Matthias Jurenz
4 */
5 
6 #ifndef SUMMARIZE_DATA_H
7 #define SUMMARIZE_DATA_H
8 
9 
10 #include "datastructs.h"
11 
12 
13 /* summarize the data for all trace processes on the current worker */
14 bool SummarizeData( AllData& alldata );
15 
16 
17 #endif /* SUMMARIZE_DATA_H */
18 
Definition: datastructs.h:541