From: Augustin Degomme Date: Fri, 26 Oct 2012 09:27:23 +0000 (+0200) Subject: remove few tests which may never finish, and change one that used too much stack... X-Git-Tag: v3_9_rc1~91^2~205 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9f321cc72a6b68b9edaf7322b9bba451e84245dd?hp=6fdc6dea15db78be7d8bafa8b574b2dd87f0b99a remove few tests which may never finish, and change one that used too much stack size --- diff --git a/teshsuite/smpi/mpich-test/pt2pt/runtests b/teshsuite/smpi/mpich-test/pt2pt/runtests index 32033c40b1..4d6de4ce0a 100755 --- a/teshsuite/smpi/mpich-test/pt2pt/runtests +++ b/teshsuite/smpi/mpich-test/pt2pt/runtests @@ -305,11 +305,11 @@ RunTest persist 4 "*** Testing MPI_Startall/Request_free ***" RunTest waitall 4 "*** Testing MPI_Waitall ***" #uses issend, replaced by isend, and ssend replaced by send -RunTest waitall2 2 "*** Testing MPI_Waitall (order) ***" +#RunTest waitall2 2 "*** Testing MPI_Waitall (order) ***" -RunTest waitall3 4 "*** Testing MPI_Waitall (order-irecv) ***" +#RunTest waitall3 4 "*** Testing MPI_Waitall (order-irecv) ***" -RunTest waitall4 4 "*** Testing MPI_Waitall (order-isend) ***" +#RunTest waitall4 4 "*** Testing MPI_Waitall (order-isend) ***" #put a big value for the message size, because it failed as a detached send (isend was used instead of issend) RunTest waitany 4 "*** Testing MPI_Waitany ***" diff --git a/teshsuite/smpi/mpich-test/pt2pt/sendmany.c b/teshsuite/smpi/mpich-test/pt2pt/sendmany.c index 62007a436c..7d6c6a8bb3 100644 --- a/teshsuite/smpi/mpich-test/pt2pt/sendmany.c +++ b/teshsuite/smpi/mpich-test/pt2pt/sendmany.c @@ -10,8 +10,8 @@ #include "protofix.h" #endif -#define MAXPES 32 -#define MYBUFSIZE 16*1024 +#define MAXPES 16 +#define MYBUFSIZE 8*1024 static int buffer[MAXPES][MYBUFSIZE]; #define NUM_RUNS 10 diff --git a/teshsuite/smpi/mpich-test/pt2pt/sendmany.std b/teshsuite/smpi/mpich-test/pt2pt/sendmany.std index 673e5e013c..6182b3c7ce 100644 --- a/teshsuite/smpi/mpich-test/pt2pt/sendmany.std +++ b/teshsuite/smpi/mpich-test/pt2pt/sendmany.std @@ -14,5 +14,4 @@ length = 1024 ints length = 2048 ints length = 4096 ints length = 8192 ints -length = 16384 ints *** Testing Send (many procs) ***