From ad8f3a298fe163604d53839017cd3a848db3dee1 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 27 Mar 2022 22:26:17 +0200 Subject: [PATCH] MBI: cosmetics in a diagnostic --- teshsuite/smpi/MBI/CollP2PMatchingGenerator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1