X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/622681e8e06990e7cbfe104545a58f22511a7602..adbc0b061fbbd97f0f803730b8b640de19eb3d92:/teshsuite/smpi/MBI/CollComGenerator.py diff --git a/teshsuite/smpi/MBI/CollComGenerator.py b/teshsuite/smpi/MBI/CollComGenerator.py index 707e9f3122..7ecfd2acd6 100755 --- a/teshsuite/smpi/MBI/CollComGenerator.py +++ b/teshsuite/smpi/MBI/CollComGenerator.py @@ -100,7 +100,7 @@ for c in gen.coll + gen.icoll + gen.ibarrier: # Generate the incorrect communicator matching replace = patterns replace['shortdesc'] = 'Collective @{c}@ with a communicator mismatch' - replace['longdesc'] = f'Odd ranks call the collective on newcom while even ranks call the collective on MPI_COMM_WORLD' + replace['longdesc'] = 'Odd ranks call the collective on newcom while even ranks call the collective on MPI_COMM_WORLD' replace['outcome'] = 'ERROR: CommunicatorMatching' replace['errormsg'] = 'Communicator mistmatch in collectives. @{c}@ at @{filename}@:@{line:MBIERROR}@ has newcom or MPI_COMM_WORLD as a communicator.' replace['change_com'] = 'if (rank % 2)\n newcom = MPI_COMM_WORLD; /* MBIERROR */'