00001 #ifndef CPM_MEASUREMENT_H_
00002 #define CPM_MEASUREMENT_H_
00003
00010 #ifdef __cplusplus
00011 extern "C" {
00012 #endif
00013
00028 void CPM_measure_p2pp(MPI_Comm comm, int M, int parallel, MPIB_precision precision, MPIB_result* results);
00029
00045 void CPM_measure_p2pp_p2p(MPI_Comm comm, int M, int parallel, MPIB_precision precision, MPIB_result* results_p2pp, MPIB_result* results_p2p[2]);
00046
00047 #ifdef __cplusplus
00048 }
00049 #endif
00050
00054 #endif