Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
using walltimer in adaptive algorithm
[simgrid.git] / ChangeLog
index f65b243..ad6b503 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,19 @@
-SimGrid (3.11) NOT RELEASED; urgency=low
+SimGrid (3.12) NOT RELEASED; urgency=low
+
+ cMSG:
+ * Interface improvement:
+   - Rename MSG_host_is_avail(h) to MSG_host_is_on(h)
+ jMSG:
+ * Interface improvement:
+   - Rename Host.isAvail() to Host.isOn()
+ SIMIX:
+ * New functions
+   - SIMIX_process_throw: raises an exception in a remote process
+
+ -- $date Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>
+
+SimGrid (3.11) stable; urgency=low
 
  The Class Release.
 
@@ -74,7 +89,8 @@ SimGrid (3.11) NOT RELEASED; urgency=low
    - Add callback functions for action state change
    - Handle Energy as a plugin
  * Replace swag by boost::intrusive
- * Add new routing models for clusters
+ * Add new routing models for clusters. For documentation, see
+   http://simgrid.gforge.inria.fr/simgrid/latest/doc/platform.html#pf_cluster
    - tori, with topology="TORUS" and topo_parameters="ndim1,ndim2,...,ndimn"
      parameters for cluster tag
    - Fat trees, with topology="FAT_TREE" and
@@ -132,7 +148,7 @@ SimGrid (3.11) NOT RELEASED; urgency=low
    - void XBT_barrier_destroy(xbt_bar_t barrier)
  * Make the xbt_os_time module public
 
- -- $date Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>
+ -- Sat May 31 22:39:38 CEST 2014 Da SimGrid team <simgrid-devel@lists.gforge.inria.fr>
 
 SimGrid (3.10) stable; urgency=low