Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Automatically switch to compound workstation model if the user changes the network...
[simgrid.git] / ChangeLog
index f8feaa9..013329c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,7 @@ SimGrid (3.3.2-svn) unstable; urgency=low
 
  SMPI:
   * Implement some more MPI primitives: 
-    MPI_Waitany, MPI_Waitall, MPI_Reduce, MPI_Allreduce
+    MPI_Waitany, MPI_Waitall, MPI_Reduce, MPI_Allreduce, MPI_Sendrecv
   * Add support for optimized collectives (Bcast is now binomial by default)
   * Port smpirun and smpicc to OS X
 
@@ -56,6 +56,7 @@ SimGrid (3.3.2-svn) unstable; urgency=low
   * Add xbt_set_get_by_name_or_null() [Silas De Munck]
   * Add xbt_graph_node_get_outedges() [Silas De Munck]
   * Add xbt_str_from_file(FILE*)
+  * Add xbt_dict_get_key achieving a linear reverse search
 
  -- Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>