X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/aac4ba41ea27fe8168bebed009abebd7e5c3f006..4cdc0f888550cbaefe6094ae801230336d005337:/teshsuite/smpi/mpich3-test/rma/lockcontention.c diff --git a/teshsuite/smpi/mpich3-test/rma/lockcontention.c b/teshsuite/smpi/mpich3-test/rma/lockcontention.c index 8fbce4ba70..81651194c1 100644 --- a/teshsuite/smpi/mpich3-test/rma/lockcontention.c +++ b/teshsuite/smpi/mpich3-test/rma/lockcontention.c @@ -25,9 +25,9 @@ int main(int argc, char *argv[]) int errs = 0; int trank = 1; - MTest_Init(&argc,&argv); - MPI_Comm_size(MPI_COMM_WORLD,&nprocs); - MPI_Comm_rank(MPI_COMM_WORLD,&rank); + MTest_Init(&argc, &argv); + MPI_Comm_size(MPI_COMM_WORLD, &nprocs); + MPI_Comm_rank(MPI_COMM_WORLD, &rank); if (nprocs < 3) { fprintf(stderr, "Run this program with 3 or more processes\n"); @@ -38,54 +38,54 @@ int main(int argc, char *argv[]) if (rank < 3) { if (rank == 0) { - for (i=0; i