Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
changelog
authorAugustin Degomme <degomme@idpann.imag.fr>
Wed, 6 Nov 2013 20:15:56 +0000 (21:15 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 6 Nov 2013 20:33:45 +0000 (21:33 +0100)
(cherry picked from commit c06cc40fb52a8e289add52024b916b728f1a24fa)

ChangeLog

index 4c6fc91..5affc4a 100644 (file)
--- 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