X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/875f01879f68561b414ee89372a5dc09de26103d..0ff0b713aac1bb94ee87d0958f3b119d3192d6d8:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 782437c33a..ad6b503f35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +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 (3.11) stable; urgency=low The Class Release. @@ -74,7 +89,8 @@ SimGrid (3.11) stable; 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