00001 #ifndef LIBMPIB_COLL_H_
00002 #define LIBMPIB_COLL_H_
00003
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007
00009 typedef enum {ASC, DESC} MPIB_sort_order;
00010
00012 typedef enum {L2R, R2L} MPIB_child_traverse_order;
00013
00015 extern int mpib_coll_verbose;
00016
00024 extern int mpib_coll_sgv;
00025
00026 #ifdef __cplusplus
00027 }
00028 #endif
00029
00030 #endif