X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6f4585f1e19602414bc4971c9d19fc5d600eb0fa..2930ffcd796875fa5125f515bf37f02e705cabb8:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index f8feaa987a..013329ca2e 100644 --- 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