X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/95b307c99d462730e4e813f1343112021123d92e..03bc8831e4e550c2adc2ce6d597e3cf8d79b2f5b:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 4296363010..6b6b66c586 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,12 +27,17 @@ C interface: - Many MSG tests were converted to the new S4U's interface in C, that was extended for that. +Simix: + - Remove obsolete option --cfg=contexts/parallel-threshold. + 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 - FG#43: xbt::random needs some care - FG#48: The Impossible Did Happen (yet again) - FG!24: Documentation and fix for xbt/random + - FG!35: Add a modeling hint for parallel links in doc + - FG!36: [xbt/random] Read/Write the state of the RNG - GF#18137: Allow different stack sizes? - GH#128: Parallelization of simulation with --cfg=contexts/nthreads - GH#139: Allow pthread creation in SMPI @@ -561,7 +566,7 @@ Plugins: - Rename Energy plugin into host_energy - Rename Load plugin into host_load -simix: +Simix: - Add parameter --cfg=simix/breakpoint to raise a SIGTRAP at given time. - kill simix::onDeadlock() that was somewhat dupplicating s4u::on_deadlock() - Improve performance when handling timeouts of simix synchros.