X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2cea7f0885bae353473a0fad2ca431e104ce28fe..64c0a3e0d8f5518e5f61a8043844c770280787f0:/examples/smpi/bcbench.c diff --git a/examples/smpi/bcbench.c b/examples/smpi/bcbench.c index b3b6a7b5be..8272646a7b 100644 --- a/examples/smpi/bcbench.c +++ b/examples/smpi/bcbench.c @@ -16,8 +16,8 @@ int main(int argc, char *argv[]) int size, rank; int N; - struct timeval *start_time, *stop_time; - double seconds; + struct timeval *start_time = NULL, *stop_time = NULL; + double seconds = 0; int i, j; char *buffer; int check;