OpenMPI  0.1.1
rfg.h
1 #ifndef _RFG_H
2 #define _RFG_H
3 
4 /** The macro VT_DISABLE_RFG may be defined for disabling the RFG functionality
5  * at compile time.
6  */
7 /*
8 #define VT_DISABLE_RFG
9 */
10 
11 #include "rfg_regions.h"
12 #include "rfg_filter.h"
13 #include "rfg_groups.h"
14 
15 #endif /* _RFG_H */