00001 #ifndef CPM_OUTPUT_H_
00002 #define CPM_OUTPUT_H_
00003
00004 #ifdef __cplusplus
00005 extern "C" {
00006 #endif
00007
00008 void CPM_print_model(const char* model, MPIB_msgset msgset, int parallel, MPIB_precision precision, double time);
00009 void CPM_print_p2pp_results(int n, int M, MPIB_precision precision, MPIB_result* p2pp, MPIB_result* p2p_0, MPIB_result* p2p_M);
00010 void CPM_print_p2pp_results_(int n, int M, MPIB_precision precision, MPIB_result* p2pp, MPIB_result* p2p_0[2], MPIB_result* p2p_M[2]);
00011
00012 #ifdef __cplusplus
00013 }
00014 #endif
00015
00016 #endif