Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reduce the size of 2 UMPIRE tests that now timeout
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 23 Feb 2022 07:56:04 +0000 (08:56 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 23 Feb 2022 08:09:33 +0000 (09:09 +0100)
UMPIRE will soon be grand replaced by MBI anyway.

teshsuite/smpi/isp/umpire/comm-dup-no-error.c
teshsuite/smpi/isp/umpire/comm-dup-no-free2.c

index f7af01e..7d5c4c9 100644 (file)
@@ -16,7 +16,7 @@ static char *rcsid =
 /* Umpire failure is graceful - comm creates are identified... */
 /* UNKNOWN N breaks umpire due to running out of memory as of 1/13/03... */
 /* UMPIRE FAILURE IS NOT GRACEFUL AS OF THIS TIME IN THIS CASE... */
-#define ITERATIONS               10
+#define ITERATIONS               3
 
 
 #include <stdio.h>
index 351cd47..931d341 100644 (file)
@@ -16,7 +16,7 @@ static char *rcsid =
 /* Umpire failure is graceful - comm creates are identified... */
 /* UNKNOWN N breaks umpire due to running out of memory as of 1/13/03... */
 /* UMPIRE FAILURE IS NOT GRACEFUL AS OF THIS TIME IN THIS CASE... */
-#define ITERATIONS               10
+#define ITERATIONS               3
 #define COMMS_PER_ITERATION          3
 #define COMMS_LOST_PER_ITERATION     1