OpenMPI  0.1.1
collect_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 COLLECT_DATA_H
7 #define COLLECT_DATA_H
8 
9 
10 #include "datastructs.h"
11 
12 
13 /* collect the data for the assigned trace processes from the given
14  trace file name */
15 bool CollectData( AllData& alldata );
16 
17 
18 #endif /* COLLECT_DATA_H */
Definition: datastructs.h:541