X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/53ab1525ab0a15ba7323171aba78be415fd64fd6..9dca29757b5d8add4a2719c28f620686e7132556:/teshsuite/smpi/mpich3-test/comm/comm_idup_iallreduce.c diff --git a/teshsuite/smpi/mpich3-test/comm/comm_idup_iallreduce.c b/teshsuite/smpi/mpich3-test/comm/comm_idup_iallreduce.c index 46be1e945d..b507a9b666 100644 --- a/teshsuite/smpi/mpich3-test/comm/comm_idup_iallreduce.c +++ b/teshsuite/smpi/mpich3-test/comm/comm_idup_iallreduce.c @@ -113,7 +113,7 @@ int main(int argc, char **argv) } /* Test Iallreduce */ if (sol != out) - errs++;; + errs++; /* Test new communicator */ errs += MTestTestComm(newcomm); @@ -132,7 +132,7 @@ int main(int argc, char **argv) } /* Test Iallreduce */ if (sol != out) - errs++;; + errs++; /* Test new communicator */ errs += MTestTestComm(newcomm); @@ -149,7 +149,7 @@ int main(int argc, char **argv) if (sol != out) - errs++;; + errs++; /* Test new inter communicator */ errs += MTestTestComm(newcomm); MPI_Comm_free(&newcomm); @@ -167,7 +167,7 @@ int main(int argc, char **argv) } /* Test Iallreduce resutls for split-communicator */ if (sol != out) - errs++;; + errs++; /* Test new inter-communicator */ errs += MTestTestComm(newcomm); @@ -190,7 +190,7 @@ int main(int argc, char **argv) if (sol != out) - errs++;; + errs++; /* Test new communicator */ errs += MTestTestComm(newcomm); MPI_Comm_free(&newcomm);