X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ba221c8370d9d092fae68858cd4004250030740e..5eecba1cd4850c7820f9cfa3c1af484f674b1e8b:/examples/msg/parallel_task/test_ptask.c diff --git a/examples/msg/parallel_task/test_ptask.c b/examples/msg/parallel_task/test_ptask.c index 8047d8a444..95b9c9ff8d 100644 --- a/examples/msg/parallel_task/test_ptask.c +++ b/examples/msg/parallel_task/test_ptask.c @@ -35,8 +35,8 @@ int execute(int argc, char *argv[]) int host_list_size; double *computation_duration = NULL; double *communication_table = NULL; - double communication_amount; - double computation_amount; + double communication_amount = 0; + double computation_amount = 0; double execution_time; @@ -91,7 +91,7 @@ int redistribute(int argc, char *argv[]) int host_list_size; double *computation_duration = NULL; double *communication_table = NULL; - double communication_amount; + double communication_amount = 0; double redistribution_time;