Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Let the latest MBI tests compile with our paranoid compil flags
[simgrid.git] / teshsuite / smpi / MBI / CollArgGenerator.py
index 42a655d..e269309 100755 (executable)
@@ -42,7 +42,7 @@ int main(int argc, char **argv) {
   int rank = -1;
   int root = 0;
   int size = 1;
-  int j = 0;
+  int j=0;
 
   MPI_Init(&argc, &argv);
   MPI_Comm_size(MPI_COMM_WORLD, &nprocs);
@@ -195,7 +195,7 @@ for c in gen.coll4op + gen.icoll4op:
     patterns = {}
     patterns = {'c': c}
     patterns['generatedby'] = f'DO NOT EDIT: this file was generated by {os.path.basename(sys.argv[0])}. DO NOT EDIT.'
-    patterns['collfeature'] = 'Yes' if c in  gen.coll4op else 'Lacking'
+    patterns['collfeature'] = 'Yes' if c in gen.coll4op else 'Lacking'
     patterns['icollfeature'] = 'Yes' if c in gen.icoll4op else 'Lacking'
     patterns['toolfeature'] = 'Lacking'
     patterns['c'] = c