X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bc75e22e7ea7c0fdc45e5622d8f95b90bdcf2c27..56205c10579a28d1e80346ccb0cec969fb411d17:/teshsuite/smpi/mpich3-test/info/infoenv.c diff --git a/teshsuite/smpi/mpich3-test/info/infoenv.c b/teshsuite/smpi/mpich3-test/info/infoenv.c index ff895c8aae..5b0fa1c31e 100644 --- a/teshsuite/smpi/mpich3-test/info/infoenv.c +++ b/teshsuite/smpi/mpich3-test/info/infoenv.c @@ -13,7 +13,8 @@ int main(int argc, char *argv[]) { char value[MPI_MAX_INFO_VAL]; char *keys[] = { "command", "argv", "maxprocs", "soft", "host", "arch", "wdir", "file", - "thread_level", 0 }; + "thread_level", 0 + }; int flag, i; MPI_Init(NULL, NULL);