From: Martin Quinson Date: Sun, 27 Mar 2022 20:26:17 +0000 (+0200) Subject: MBI: cosmetics in a diagnostic X-Git-Tag: v3.32~368 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ad8f3a298fe163604d53839017cd3a848db3dee1 MBI: cosmetics in a diagnostic --- diff --git a/teshsuite/smpi/MBI/CollP2PMatchingGenerator.py b/teshsuite/smpi/MBI/CollP2PMatchingGenerator.py index 09e5ff2ff4..2d08b62b98 100755 --- a/teshsuite/smpi/MBI/CollP2PMatchingGenerator.py +++ b/teshsuite/smpi/MBI/CollP2PMatchingGenerator.py @@ -113,7 +113,7 @@ for s in send + isend: # Generate the incorrect matching because of the conditional replace = patterns replace['shortdesc'] = 'Point to point & collective mismatch' - replace['longdesc'] = 'Point to point @{r}@ is matched with @{c}@ which causes a deadlock.' + replace['longdesc'] = 'The @{s}@ corresponding to the @{r}@ is after @{c}@, while @{r}@ is before @{c}@. This is a deadlock.' replace['outcome'] = 'ERROR: CallMatching' replace['errormsg'] = 'P2P & Collective mistmatch. @{r}@ at @{filename}@:@{line:MBIERROR2}@ is matched with @{c}@ at @{filename}@:@{line:MBIERROR1}@ wich causes a deadlock.' make_file(template, f'CallOrdering_{r}_{s}_{c}_nok.c', replace)