Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update info
[simgrid.git] / teshsuite / smpi / mpich3-test / info / infoenv.c
index ff895c8..5b0fa1c 100644 (file)
@@ -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);