X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f888b68a52740ad761cdd4fe614f251576b3697c..8c13bb27e65a53b8d533858a8c764ce5f7a3f067:/teshsuite/smpi/mpich3-test/info/infodel.c diff --git a/teshsuite/smpi/mpich3-test/info/infodel.c b/teshsuite/smpi/mpich3-test/info/infodel.c index a62f362789..b281847769 100644 --- a/teshsuite/smpi/mpich3-test/info/infodel.c +++ b/teshsuite/smpi/mpich3-test/info/infodel.c @@ -14,70 +14,70 @@ #endif #define NKEYS 3 -int main( int argc, char *argv[] ) +int main(int argc, char *argv[]) { int errs = 0; MPI_Info info; - char *keys[NKEYS] = { (char*)"file", (char*)"soft", (char*)"host" }; - char *values[NKEYS] = { (char*)"runfile.txt", (char*)"2:1000:4,3:1000:7", - (char*)"myhost.myorg.org" }; + char *keys[NKEYS] = { (char *) "file", (char *) "soft", (char *) "host" }; + char *values[NKEYS] = { (char *) "runfile.txt", (char *) "2:1000:4,3:1000:7", + (char *) "myhost.myorg.org" + }; char value[MPI_MAX_INFO_VAL]; int i, flag, nkeys; - MTest_Init( &argc, &argv ); + MTest_Init(&argc, &argv); - MPI_Info_create( &info ); + MPI_Info_create(&info); /* Use only named keys incase the info implementation only supports - the predefined keys (e.g., IBM) */ - for (i=0; i