X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d44c18d3edff74c6baf57255c09f13d1ead0c8af..a044ef6ea3cbdcd6ac36270c9053b928264cf195:/ChangeLog diff --git a/ChangeLog b/ChangeLog index aee9eedbf1..5affc4a50b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,6 +25,12 @@ SimGrid (3.10-rc1) unstable; urgency=low - The replay tool now supports traces produce either by TAU or a modified version of MPE. - Bug Fix: the compute part of the reduce action is now taken into account. + - Gatherv collective is now supported + - Simgrid (SMPI for now) can generate replay traces as well. Option -trace-ti + of smpirun outputs time independent traces for the current run. One file + is created per process. If too many processes are simulated, this behavior + can be changed to one file for all processes by using the + tracing/smpi/format/ti_one_file flag * smpirun generates the host file if needed (with given host count and platform) * Integration of more than 100 STAR-MPI, MPICH, OpenMPI collective algorithms - allows to select one in particular with --cfg=smpi/coll_name:algorithm @@ -76,9 +82,13 @@ SimGrid (3.10-rc1) unstable; urgency=low Unfortunately, calling exit may cause SimGrid to segfault, which is quite annoying when scripting around the simulator. Adding a --cfg=clean_atexit:no allows to circumvent this issue. + + Build System: * New command line option --version, to get SimGrid version information. Packagers may want to add extra words to SIMGRID_VERSION_EXTRA defined in CMakeLists.txt. + * Supernovae builds are deprecated, and expected to be removed in the next + version of SimGrid. -- Mon Oct 7 2013 Da SimGrid team