X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cc309f0bc25802386a5f6d8bf2cfc487139ca1e3..09392faf42646e631a4e42553e901410eb3e488e:/teshsuite/smpi/MBI/CollLocalConcurrencyGenerator.py diff --git a/teshsuite/smpi/MBI/CollLocalConcurrencyGenerator.py b/teshsuite/smpi/MBI/CollLocalConcurrencyGenerator.py index 0043f48ca3..2ff3357e8e 100755 --- a/teshsuite/smpi/MBI/CollLocalConcurrencyGenerator.py +++ b/teshsuite/smpi/MBI/CollLocalConcurrencyGenerator.py @@ -82,7 +82,7 @@ for c in gen.icoll + gen.pcoll: patterns['write'] = gen.write[c]("1") patterns['free'] = gen.free[c]("1") - replace = patterns + replace = patterns.copy() replace['shortdesc'] = 'Local concurrency with a collective' replace['longdesc'] = f'The buffer in {c} is modified before the call has been completed.' replace['outcome'] = 'ERROR: LocalConcurrency'