Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce time taken by a test (maybe for nothing)
authorAugustin Degomme <adegomme@users.noreply.github.com>
Wed, 6 Jun 2018 09:27:04 +0000 (11:27 +0200)
committerAugustin Degomme <adegomme@users.noreply.github.com>
Wed, 6 Jun 2018 09:47:20 +0000 (11:47 +0200)
teshsuite/smpi/mpich3-test/pt2pt/pingping.c

index bdc0b91..28c4128 100644 (file)
@@ -13,7 +13,7 @@ static char MTEST_Descrip[] = "Send flood test";
 */
 
 #define MAX_MSG_SIZE 40000
-#define MAX_COUNT    20
+#define MAX_COUNT    5
 int main(int argc, char *argv[])
 {
     int errs = 0, err;