OpenMPI  0.1.1
clustering.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 CLUSTERING_H
7 #define CLUSTERING_H
8 
9 
10 #include "datastructs.h"
11 
12 
13 /* do additional process clustering */
14 bool ProcessClustering( AllData& alldata );
15 
16 
17 #endif /* CLUSTERING_H */
Definition: datastructs.h:541