Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update work status
authorgenaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 30 Jul 2009 20:02:01 +0000 (20:02 +0000)
committergenaud <genaud@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 30 Jul 2009 20:02:01 +0000 (20:02 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6533 48e7efb5-ca39-0410-a469-dd3cf9ba447f

ChangeLog

index 45bd464..a99f060 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,13 @@ SimGrid (3.3.2-svn) unstable; urgency=low
 
  SMPI:
   * Implement some more MPI primitives: 
 
  SMPI:
   * Implement some more MPI primitives: 
-    MPI_Waitany, MPI_Waitall, MPI_Reduce, MPI_Allreduce, MPI_Sendrecv
+    MPI_Bcast, MPI_Waitany, MPI_Waitall, MPI_Reduce, MPI_Allreduce, MPI_Sendrecv, MPI_Alltoall
+    -implementation: Bcast: flat or 2-ary tree (default), 
+                     Barrier: 4-ary tree,
+                     Reduce: flat tree
+                     Allreduce: Reduce then Bcast
+                     Alltoall: basic_linear if data per proc < 3Kb, otherwise pairwise. 
+                               Not yet implemented: bruck for data per proc < 200b and comm size > 12
   * Add support for optimized collectives (Bcast is now binomial by default)
   * Port smpirun and smpicc to OS X
 
   * Add support for optimized collectives (Bcast is now binomial by default)
   * Port smpirun and smpicc to OS X