Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cleanup.
[simgrid.git] / examples / smpi / bcbench.c
index 214f88b..b3b6a7b 100644 (file)
@@ -15,10 +15,10 @@ int main(int argc, char *argv[])
 {
 
   int size, rank;
-  int N, I;
+  int N;
   struct timeval *start_time, *stop_time;
   double seconds;
-  int i, j, k;
+  int i, j;
   char *buffer;
   int check;