Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document Stephane's last commit
[simgrid.git] / ChangeLog
index 2d0e1f1..5bf8975 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+SimGrid (3.3.2-svn) unstable; urgency=low
+
+ SMPI:
+  * Implement some more MPI primitives: 
+    MPI_Waitany, MPI_Waitall, MPI_Allreduce
+
+ SURF: 
+  * Declare common_public as an embeeded struct to reduce redirections
+    and mallocs
+  * Factorize model_init/exit between models
+  * Factorize the set of resources within common_public;
+   + change model->common_model->resource_name() 
+     into surf_model_resource_by_name(model)
+   (less redirections, less function to write when defining a model)
+  * Unify the types of models in a uniq s_surf_model_t (using an union)
+  * Embeed every fields of common_public directly into s_surf_model_t
+
+ XBT:
+  * Add xbt_set_get_by_name_or_null() [Silas De Munck]
+  * Add xbt_graph_node_get_outedges() [Silas De Munck]
+
+ -- Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>
+
 SimGrid (3.3.1) stable; urgency=low
 
  OVERALL CHANGES: