Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
s/diffrent/different/
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 26 Nov 2012 16:45:43 +0000 (17:45 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 26 Nov 2012 16:45:43 +0000 (17:45 +0100)
teshsuite/smpi/mpich-test/coll/coll13.c

index 28e656d..02c92a9 100644 (file)
@@ -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,
     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);
     }
                                             recvbuf, recvcount, recvtype,
                                             comm);
     }
-    
-    
     */
     
     
     */