X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b0cb871288d741cf88f563c166c662071b8bd8e6..2cfea93ddbd94debacaf5d7f8adb8e487aa2bb7a:/teshsuite/smpi/MBI/CollP2PMatchingGenerator.py diff --git a/teshsuite/smpi/MBI/CollP2PMatchingGenerator.py b/teshsuite/smpi/MBI/CollP2PMatchingGenerator.py index 6a184f1fc1..edf030576f 100755 --- a/teshsuite/smpi/MBI/CollP2PMatchingGenerator.py +++ b/teshsuite/smpi/MBI/CollP2PMatchingGenerator.py @@ -124,10 +124,10 @@ for s in gen.send + gen.isend: # replace['longdesc'] = 'Point to point @{s}@ is matched with @{c}@ which causes a deadlock depending on the buffering mode.' # replace['outcome'] = 'ERROR: BufferingHazard' # replace['errormsg'] = 'P2P & Collective mistmatch. @{s}@ at @{filename}@:@{line:MBIERROR2}@ is matched with @{c}@ at @{filename}@:@{line:MBIERROR1}@ wich causes a deadlock.' - # replace['init1'] = init[s]("1") - # replace['init2'] = init[r]("2") - # replace['operation1'] = operation[r]("2") - # replace['operation2'] = operation[s]("1") - # replace['fini1'] = fini[r]("2") - # replace['fini2'] = fini[s]("1") + # replace['init1'] = gen.init[s]("1") + # replace['init2'] = gen.init[r]("2") + # replace['operation1'] = gen.operation[r]("2") + # replace['operation2'] = gen.operation[s]("1") + # replace['fini1'] = gen.fini[r]("2") + # replace['fini2'] = gen.fini[s]("1") # gen.make_file(template, f'CollP2PBuffering_{r}_{s}_{c}_nok.c', replace)