X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e500651e81ecd747de21d8d5b3b0140f3446c577..48e9fb0982ced660ff66fd7d83281dc3fdc57432:/src/mc/mc_dpor.c diff --git a/src/mc/mc_dpor.c b/src/mc/mc_dpor.c index ba6c5424dd..b7af5b4f0b 100644 --- a/src/mc/mc_dpor.c +++ b/src/mc/mc_dpor.c @@ -66,7 +66,7 @@ static int compare_comm_pattern(mc_comm_pattern_t comm1, mc_comm_pattern_t comm2 static void deterministic_pattern(xbt_dynar_t initial_pattern, xbt_dynar_t pattern){ if(!xbt_dynar_is_empty(incomplete_communications_pattern)) - xbt_die("Oh oh ..."); + xbt_die("Damn ! Some communications are incomplete that means one or several simcalls are not handle ... "); unsigned int cursor = 0, send_index = 0, recv_index = 0; mc_comm_pattern_t comm1, comm2;