00001 #ifndef CPM_UTILS_H_
00002 #define CPM_UTILS_H_
00003
00004 #include "cpm_coll_ops_list.h"
00005
00006 #ifdef __cplusplus
00007 extern "C" {
00008 #endif
00009
00011 typedef enum {NULL_MODEL, MPIB_, LMO, HOCKNEY, LININTERP, PLOGP, LOGGP} CPM_model;
00012
00014 CPM_model CPM_getModel(CPM_coll_ops operation);
00015
00017 CPM_coll_ops CPM_findOperation(const char* operation);
00018
00019 #ifdef __cplusplus
00020 }
00021 #endif
00022
00023 #endif //CPM_UTILS_H_