From 839b7f0b11fbe745fcd2157a1e316747d307eb83 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 26 Nov 2012 17:45:43 +0100 Subject: [PATCH] s/diffrent/different/ --- teshsuite/smpi/mpich-test/coll/coll13.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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); } - - */ -- 2.20.1