X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/e709643ef0c5b61c6c878016c418bffa2b1b20cd..5004e62b0038cf93f205c6eacb0d46c17258ce89:/ChangeLog diff --git a/ChangeLog b/ChangeLog index ce874a1eda..a2e17e2840 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,7 +25,7 @@ S4U: - the on_exit() of each actor is also executed when the simulation deadlocks. SMPI: - - Update proxy apps coverage of new ECP apps: 60+ apps now tested nightly on + - Update proxy apps coverage of new ECP apps: 60+ apps now tested nightly on https://framagit.org/simgrid/SMPI-proxy-apps - MPI/IO: supports names starting with "./" - Fortran: many MPI/IO bindings, support for MPI_UB/LB, C MPI_INT/FLOAT/DOUBLE @@ -39,6 +39,8 @@ C binding: (int value was previously ignored) General: + - Require a compiler with C++14 support. + Take care to upgrade FindSimgrid.cmake if it's used. - LTO is now enabled for Intel/clang compilers. - LTO behavior on GCC can be parameterized using LTO_EXTRA_FLAG in cmake. Setting it to "auto" will use all available cores, while setting it to n will @@ -51,6 +53,9 @@ C interface: Simix: - Remove obsolete option --cfg=contexts/parallel-threshold. +XML: + - New routing 'WiFi' that makes it easier to specify a wifi network zone. + Fixed bugs (FG#.. -> FramaGit bugs; FG!.. -> FG merge requests) (FG: issues on Framagit; GF: issues on GForge; GH: issues on GitHub) - FG#41: Add sg_actor_create C interface