From 2d54325cfb5840fb8c67d19de3a56690bdd76d7a Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Mon, 13 Dec 2021 19:17:55 +0100 Subject: [PATCH] same thing here --- teshsuite/smpi/macro-sample/macro-sample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teshsuite/smpi/macro-sample/macro-sample.c b/teshsuite/smpi/macro-sample/macro-sample.c index 429d87ad1b..d1ea58c080 100644 --- a/teshsuite/smpi/macro-sample/macro-sample.c +++ b/teshsuite/smpi/macro-sample/macro-sample.c @@ -45,7 +45,7 @@ int main(int argc, char *argv[]) //tagged version, should differentiate between two different calls to the same kernel and run calibration even on the second one for (int tag=0; tag < 4; tag++){ - char ctag [8]; + char ctag [12]; //run twice with the same tag, test should skip 1 and 3, as they were already benched. sprintf(ctag, "%d", tag - tag%2); SMPI_SAMPLE_GLOBAL_TAG(int i = 0, i < 500, i++, 2, 0.1, ctag){ -- 2.20.1