Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[MBI] Whitespace cleanup.
[simgrid.git] / teshsuite / smpi / MBI / RMARemoteLocalConcurrencyGenerator.py
index 928d5b7..8cdb741 100755 (executable)
@@ -80,7 +80,7 @@ int main(int argc, char **argv) {
 
 for e in epoch:
     for p1 in get:
-        for p2 in put + rstore + rload + get :
+        for p2 in put + rstore + rload + get:
             patterns = {}
             patterns = {'e': e, 'p1': p1, 'p2': p2}
             patterns['generatedby'] = f'DO NOT EDIT: this file was generated by {os.path.basename(sys.argv[0])}. DO NOT EDIT.'
@@ -135,6 +135,6 @@ for e in epoch:
 
             # Replace Put first argument
             if p2 in put:
-              replace['operation2'] = 'MPI_Put(&winbuf[20], N, MPI_INT, target, 0, N, type, win);'
+                replace['operation2'] = 'MPI_Put(&winbuf[20], N, MPI_INT, target, 0, N, type, win);'
 
             make_file(template, f'GlobalConcurrency_rl_{e}_{p1}_{p2}_nok.c', replace)