Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix: forgot to properly update migration.tesh
[simgrid.git] / examples / smpi / bcbench.c
index 214f88b..8272646 100644 (file)
@@ -15,10 +15,10 @@ int main(int argc, char *argv[])
 {
 
   int size, rank;
-  int N, I;
-  struct timeval *start_time, *stop_time;
-  double seconds;
-  int i, j, k;
+  int N;
+  struct timeval *start_time = NULL, *stop_time = NULL;
+  double seconds = 0;
+  int i, j;
   char *buffer;
   int check;