Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] define each identifiers on its line
[simgrid.git] / teshsuite / smpi / io-ordered / io-ordered.c
index 14bbfe6..c2117e5 100644 (file)
@@ -9,7 +9,11 @@
 int main( int argc, char *argv[] )
 {
     int errs = 0;
-    int size, rank, i, *buf, count;
+    int size;
+    int rank;
+    int i;
+    int* buf;
+    int count;
     MPI_File fh;
     MPI_Comm comm;
     MPI_Status status;