X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c0c6ff6136ed5d29f3b688b0772278ccfea8ac69..804db10d761dd6fa29f6bf02980bb12d9361e740:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 8893458ecc..595b5810d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,17 @@ -SimGrid (3.7.0) unstable; urgency=low +SimGrid (3.7) NOT RELEASED; urgency=low -(still to be done) + The "Simplicity does not preceed complexity, but follows it" release. + + Models: + * Use the partial invalidation optimization by default for the + network too. Should produce the exact same results, only faster. + + SimDag: + * Performance boost by using a swag internally to compute the set of + tasks that are finished and should constitute the return value of + SD_simulate. + + -- $date Da SimGrid team SimGrid (3.6.2) stable; urgency=low @@ -119,6 +130,8 @@ SimGrid (3.6) stable; urgency=medium combine Vivaldi based latencies with last-mile platforms. SIMIX + * Added a check for NaN of IEEE754 infinite in the double entries of + the smx_user.c file * Introduce a new context factory "raw", highly inspirated from the ucontext factory, but using manually crafted functions in assembly to do the work in an efficient manner.