X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/18bbef07996d903b23d1d769ca16d412cee1d5b2..b0369916c688e5342762f7914dbf5868fac309c6:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 083aeea747..45bd46445d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,13 @@ SimGrid (3.3.2-svn) unstable; urgency=low + The "Simplicity does not preceed complexity, but follows it" release. + + The main contributors of this release were (lexical order): + Silas De Munck, Stéphane Genaud, Martin Quinson, Cristian Rosa. + 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 @@ -14,6 +19,12 @@ SimGrid (3.3.2-svn) unstable; urgency=low - Use dynar to represent routes (instead of void** + int*) - kill link_set (use surf_network_model->resource_set instead) - Add a command-line option to choose the routing schema to use + - Add three new models: + * Floyd (shortest path computed at initialization) + * Dijikstra (shortest path recomputed all the time) + * Cached Dijikstra (shortest path computed on need) + All these models where contributed by Silas De Munck, and are + described in his ICCS09 paper. * Simplify model declaration (less redirections, less function to write when defining a model) @@ -55,6 +66,8 @@ SimGrid (3.3.2-svn) unstable; urgency=low XBT: * 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