X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1ec0b1137bbe4e67bd4b341e54d5a70ecff9c681..16e1615dff6a9f5a19efb4861563436a638642ed:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 3093e98e1d..53cfbfa057 100644 --- a/ChangeLog +++ b/ChangeLog @@ -43,12 +43,19 @@ SimGrid (3.4-svn) unstable; urgency=high SIMIX: * Add SIMIX_process_set_name() to change the name of the current process in the log messages. + * Store smx_hosts in a dict since we only retrieve them by name XBT: * Also include strbuff from xbt.h public header * xbt_ex_display(): do not free the exception after displaying This allows to do more with the given exception afterward. Users should call xbt_ex_free() themselves. + + SMPI: + * Cleanup the initialization process + * Improve smpirun to accept -platform and -hostfile arguments + * Kill a whole bunch of unneeded synchronization: processes run in + exclusive manner within the simulator Build Chain: * Do not require doxygen in maintainer mode