X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0e9c0448c6566825b170b98ecff716b098bda10e..2070dd21553f3fe6b26c0e942d2ecdf513dd6f09:/teshsuite/smpi/mpich3-test/coll/longuser.c diff --git a/teshsuite/smpi/mpich3-test/coll/longuser.c b/teshsuite/smpi/mpich3-test/coll/longuser.c index fd5ac85cf3..aa6b9c6b25 100644 --- a/teshsuite/smpi/mpich3-test/coll/longuser.c +++ b/teshsuite/smpi/mpich3-test/coll/longuser.c @@ -7,76 +7,72 @@ #include #include -int add ( double *, double *, int *, MPI_Datatype * ); +int add(double *, double *, int *, MPI_Datatype *); /* * User-defined operation on a long value (tests proper handling of * possible pipelining in the implementation of reductions with user-defined * operations). */ -int add( double *invec, double *inoutvec, int *len, MPI_Datatype *dtype ) +int add(double *invec, double *inoutvec, int *len, MPI_Datatype * dtype) { int i, n = *len; - for (i=0; i