From: Martin Quinson Date: Wed, 20 Jun 2018 21:55:08 +0000 (+0200) Subject: cosmetics in the ChangeLog X-Git-Tag: v3.20~52 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/9e9309e4a5ecb467a4f3fbfa20f168517d47a4f5?hp=8d273cc02cf3c7b1d2ec1c70c306058dee9fd17b cosmetics in the ChangeLog --- diff --git a/ChangeLog b/ChangeLog index dc1cc70eab..c744af89d9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,9 +5,11 @@ TRACE behavior tracing is no longer limited to MSG MSG - - The deprecation of MSG is ongoing. A lot of functions are now simple - wrappers on the C API of S4U. All these wrappers (and their S4U counterparts - can be found in src/msg/msg_legacy.cpp). + - The deprecation of MSG is ongoing (but this should not impact you). + Many MSG functions are now simple wrappers on the C API of S4U. If + you wish to convert your code to S4U, find the S4U counterparts of + your MSG calls in src/msg/msg_legacy.cpp. + - MSG can still be used, but won't evolve anymore. S4U: - Introduced new function simgrid::s4u::Host::get_actor_count. This function @@ -26,7 +28,7 @@ simix: SMPI: - SMPI is now tested with ~45 proxy apps from various sources, with none or - only minor patching needed: check github.com/simgrid/SMPI-proxy-apps + only minor patching needed: check https://github.com/simgrid/SMPI-proxy-apps - Replay: The replay file has been re-written in C++. - Replay: Tags used for messages sent via MPI_Send / MPI_Recv are now supported. They are stored in the trace and used when replayed.