OpenMPI  0.1.1
reduce_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 REDUCE_DATA_H
7 #define REDUCE_DATA_H
8 
9 
10 #include "datastructs.h"
11 
12 
13 /* reduce the data to the master process */
14 bool ReduceData( AllData& alldata );
15 
16 
17 #endif /* REDUCE_DATA_H */
18 
Definition: datastructs.h:541