From: Arnaud Giersch Date: Mon, 26 Nov 2012 16:45:43 +0000 (+0100) Subject: s/diffrent/different/ X-Git-Tag: v3_9_rc1~91^2~5 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/839b7f0b11fbe745fcd2157a1e316747d307eb83 s/diffrent/different/ --- diff --git a/teshsuite/smpi/mpich-test/coll/coll13.c b/teshsuite/smpi/mpich-test/coll/coll13.c index 28e656df93..02c92a9092 100644 --- a/teshsuite/smpi/mpich-test/coll/coll13.c +++ b/teshsuite/smpi/mpich-test/coll/coll13.c @@ -44,8 +44,9 @@ int main( int argc, char *argv[] ) /* - SMPI addition : we want to test all three alltoall algorithms, thus we use three diffrent sizes - this is the code that handles these cases + SMPI addition: we want to test all three alltoall algorithms, thus we use + three different sizes. This is the code that handles these cases: + if (sendsize < 200 && size > 12) { retval = smpi_coll_tuned_alltoall_bruck(sendbuf, sendcount, sendtype, @@ -62,8 +63,6 @@ int main( int argc, char *argv[] ) recvbuf, recvcount, recvtype, comm); } - - */