X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e37c1e4bba9bb89cd2842f08cde998eb7f941d04..e539420254a37bebe33ac9258c633d2dbe39b1ad:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 8cca5bc1f2..517631339e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,16 @@ SimGrid (3.10) NOT RELEASED; urgency=low * Bugfix: Task.setDataSize() only changed the C world, not the value cached in the Java world + SMPI: + * Improvements of the SMPI replay tool: + - Most of the collective communications are now rooted in the same process as + in the original application. + - Traces now rely on the same MPI datatype as the application (MPI_BYTE was + used until now). Multiple datatypes can now be used in a trace. + - 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. + -- $date Da SimGrid team SimGrid (3.9) stable; urgency=low