Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove superfluous simcall.
[simgrid.git] / teshsuite / smpi / coll-barrier / coll-barrier.c
index 8e8386e3ef5c82265660ffd9470cb1801deb2682..d0a6bc9b0f71c0901af3b52649983675511fdb6c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009, 2012-2014. The SimGrid Team.
+/* Copyright (c) 2009-2019. 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);