X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d93d4bf55c6a68d65611ab6fe4f3f9aea2645ca7..772b84687a67a52a0ed5677d6d1aa9f738aae09f:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 5e009d395f..b12bad322f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -33,7 +33,10 @@ General: - 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 use n cores to speedup link step (usage: cmake -DLTO_EXTRA_FLAG=4). - - Remove obsolete option --cfg=contexts/parallel-threshold. + - Remove obsolete runtime option 'contexts/parallel-threshold'. + - Runtime option 'tracing/msg/process' renamed to 'tracing/actor'. The old name + has been kept for compatibility. + - Finally remove obsolete snake_case() aliases for runtime options. - Further improve the documentation. S4U: @@ -51,6 +54,9 @@ SMPI: building shared libraries, this may cause issues, so environment variable SMPI_NO_UNDEFINED_CHECK can be added to disable this. +XBT: + - Drop xbt_str_split(). + C binding and interface: - The return type of the sg_actor_on_exit() callbacks is now 'void' (int value was previously ignored) @@ -67,6 +73,7 @@ Fixed bugs (FG#.. -> FramaGit bugs; FG!.. -> FG merge requests) - FG#48: The Impossible Did Happen (yet again) - FG#50: Suspending an actor executed at the current timestamp fails - FG#52: Zero-seconds timeout : "That's in the past already" + - FG#53: Crash while using ns-3 network model - FG#54: How to suspend a comm? - FG!22: Stochastic Profiles - FG!24: Documentation and fix for xbt/random @@ -78,7 +85,9 @@ Fixed bugs (FG#.. -> FramaGit bugs; FG!.. -> FG merge requests) - GH#128: Parallelization of simulation with --cfg=contexts/nthreads - GH#139: Allow pthread creation in SMPI - GH#336: Packet-level simulation using SMPI? + - GH#345: Error in the LMM while migrating a VM - GH#346: [SMPI] error while loading shared libraries: libsimgrid.so + - GH#352: pip install / python setup.py install fail to find pybind11 - GH!337: Fix link_energy plugin for wifi platforms - GH!339: Add Mailbox set_receiver method to python binding - GH!344: Cast hugepages macros parameters to int64