X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/839ca861fcbfe4230637ffc30766445cc7b4918f..2a4fb0f73d26c846e4c32c563d51a0e2d449da3d:/teshsuite/smpi/mpich3-test/datatype/sendrecvt2.c diff --git a/teshsuite/smpi/mpich3-test/datatype/sendrecvt2.c b/teshsuite/smpi/mpich3-test/datatype/sendrecvt2.c index 6d7bc4cbed..14c57253af 100644 --- a/teshsuite/smpi/mpich3-test/datatype/sendrecvt2.c +++ b/teshsuite/smpi/mpich3-test/datatype/sendrecvt2.c @@ -13,98 +13,96 @@ This program is derived from one in the MPICH-1 test suite. It tests a wide variety of basic and derived datatypes. */ -int main( int argc, char **argv) +int main(int argc, char **argv) { MPI_Datatype *types; - void **inbufs, **outbufs; - int *counts, *bytesize, ntype; - MPI_Comm comm; - int rank, np, partner, tag, count; - int i, j, k, err, world_rank, errloc; - MPI_Status status; - char *obuf; - char myname[MPI_MAX_OBJECT_NAME]; - int mynamelen; + void **inbufs, **outbufs; + int *counts, *bytesize, ntype; + MPI_Comm comm; + int rank, np, partner, tag, count; + int i, j, k, err, world_rank, errloc; + MPI_Status status; + char *obuf; + char myname[MPI_MAX_OBJECT_NAME]; + int mynamelen; - MTest_Init( &argc, &argv ); + MTest_Init(&argc, &argv); /* * Check for -basiconly to select only the simple datatypes */ - for (i=1; i