X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9e9309e4a5ecb467a4f3fbfa20f168517d47a4f5..9b60e270c5fe98fb6c528164aa9c6e4e6045f7e0:/ChangeLog diff --git a/ChangeLog b/ChangeLog index c744af89d9..3e0b09805a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,19 @@ SimGrid (3.20) NOT RELEASED YET (Release target: June 21. 2018 10:07 UTC) TRACE - Change --cfg=tracing/msg/vm to --cfg=tracing/vm as virtual machine behavior tracing is no longer limited to MSG + - TIT (Time Independent Traces): We finally support tags. Unfortunately, + this means that traces now need to be updated or re-obtained; both Irecv + and Isend lines in your traces have now in total 5 mandatory fields: + + To update your traces, it suffices to add a 0 for the tag here. + - TIT now also supports waiting for a distinct request via MPI_Wait. + Wait/Test now wait for a specific request, not just the last one that was + issued. This unfortunately means another update, because we need to + identify which request you want to wait for. We do this via the + triplet (sender, receiver, tag), which needs to be added: + + - Actions are now in lower case (e.g., "allReduce" becomes "allreduce"). + New script simgrid_convert_TI_traces.py: upgrade your TI traces. MSG - The deprecation of MSG is ongoing (but this should not impact you).