Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
gcc likes it when you say 'please'.
[simgrid.git] / examples / smpi / bcbench.c
index b3b6a7b..8272646 100644 (file)
@@ -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;