From: Arnaud Giersch Date: Tue, 29 Mar 2022 15:26:50 +0000 (+0200) Subject: [MBI] Fix description (outside of the {c2} loop). X-Git-Tag: v3.32~355 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/b8fbfc931ff51d949b828975d7986b1791240b7c [MBI] Fix description (outside of the {c2} loop). --- diff --git a/teshsuite/smpi/MBI/CollMatchingGenerator.py b/teshsuite/smpi/MBI/CollMatchingGenerator.py index f6575db473..ac666e2300 100755 --- a/teshsuite/smpi/MBI/CollMatchingGenerator.py +++ b/teshsuite/smpi/MBI/CollMatchingGenerator.py @@ -168,7 +168,7 @@ for c1 in gen.coll + gen.icoll + gen.ibarrier: # Generate a correct ordering with a conditional not depending on ranks replace = patterns replace['shortdesc'] = 'Correct collective ordering' - replace['longdesc'] = f'All ranks call {c1} and then {c2} or inversely' + replace['longdesc'] = f'All ranks call {c1}' replace['outcome'] = 'OK' replace['errormsg'] = '' replace['change_cond'] = 'nprocs<256'