X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/34a2576110368644e1a8b8ca7d608e28400cddd1..716316f298a4ca2fbbfaa38e138d9f03cd31d061:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 565fe293c8..735fb4d4e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +New function: simcall_process_get_kill_time() + + surf.java: + * class NetworkLink renamed to Link + SimGrid (3.12) NOT RELEASED; urgency=low cMSG: @@ -80,12 +85,19 @@ SimGrid (3.12) NOT RELEASED; urgency=low * Improvement of the Energy plugin. - Always update the consumption before returning that value - New property: watt_off to denote the disipation when the host is off + - New functions getWattMinAt and getWattMaxAt to retrieve the + dissipation of pstates that we are not currently at. + * Massive rename s/workstation/host/ + - That's intrusive, but that's good for the project consistency. Sorry. + - Change config option "workstation/model" into "host/model" XBT * New functions - Add a xbt_heap_update function, to avoid costly xbt_heap_remove+xbt_heap_insert use - Add a xbt wrapper for simcall_mutex_trylock (asked in [#17878]) - Add two new log appenders : rollfile and splitfile. Patch by Fabien Chaix. Build System + * Require g++ v4.7 at least to not speak prehistorical C++. + * Require Boost 1.48 (for signal2 component). * Tracing is now always enabled (no way to turn it out) * Move headers around to sort them out on installed systems: - instr/instr.h -> simgrid/instr.h @@ -95,6 +107,12 @@ SimGrid (3.12) NOT RELEASED; urgency=low - msg/datatypes.h was removed - msg/msg.h -> simgrid/msg.h + MC + * The model checker now runs as a separate process. + * The model checker runs must now be launched with the new simgrid-mc program. + * Record/Replay: the MC can display a textual representation of a path in the + execution graph. It can then be replayed outside of the model checker. + -- $date Da SimGrid team SimGrid (3.11) stable; urgency=low