Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright headers.
[simgrid.git] / teshsuite / smpi / coll-barrier / coll-barrier.c
index 8e8386e..0cbf700 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009, 2012-2014. The SimGrid Team.
+/* Copyright (c) 2009-2018. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -9,7 +9,8 @@
 
 int main(int argc, char **argv)
 {
-  int size, rank;
+  int size;
+  int rank;
 
   MPI_Init(&argc, &argv);
   MPI_Comm_size(MPI_COMM_WORLD, &size);