Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[project-description] Fix extraction of the ns-3 version.
[simgrid.git] / docs / source / Release_Notes.rst
1 .. release_notes:
2
3 SimGrid 4 Release Notes
4 =======================
5
6 This page gathers some release notes, to shed light on the recent and current development of SimGrid.
7 Version 3.12 was the last pure release of SimGrid 3 while all versions starting with v3.13 can be seen as usable pre-versions of SimGrid 4.
8 Ancient versions are not documented here (the project started in 1998), but in the ChangeLog file only.
9
10 Version 3.13 (Apr 27. 2016)
11 ---------------------------
12
13 The Half Release, a.k.a. the Zealous Easter Trim:
14
15 .. rst-class:: compact-list
16
17   * Remove half of the lines of code: v3.12 was 286k lines while v3.13 is only 142k lines.  |br|
18     Experimental untested unused "features" removed, and several parts were rewritten from C to C++.
19
20   * Introducing v4 of the XML platform format (many long-due cleanups)
21   * MSG examples fully reorganized (in C and Java)
22   * The S4U interface is rising, toward SimGrid 4:|br| All host manipulations now done in S4U, 
23     SimDag was mostly rewritten on top of S4U but MSG & SimDag interfaces mostly unchanged.
24
25 Version 3.14 (Dec 25. 2016)
26 ---------------------------
27
28 This version (aka, the Christmas Pi) mainly introduces internal reorganization on the way to the future SimGrid 4 version.
29 These changes should be transparent to the users of the MSG, SMPI and SimDag interfaces, even if some buggy features were reworked
30 while some new features were added.
31
32 Users are expected to switch to this new version at their own pace, as we do not have the manpower to do any bug fixing on the old releases.
33 This version was tested on several Linux distributions, Mac OSX, Windows (restricted to the Java bindings when not using the Ubuntu
34 subsystem of Win10), FreeBSD and NetBSD.
35
36 Main changes:
37
38 .. rst-class:: compact-list
39
40   * Documentation reorganized and improved
41   * S4U interface further rising, toward SimGrid 4: |br|
42     Routing code rewritten for readability; Virtual Machines almost turned into a plugin; MSG, SimDag, MPI interfaces mostly unchanged.
43   * The model-checker now works on NetBSD too.
44
45 Version 3.14.159 (Dec 29. 2016)
46 -------------------------------
47
48 The "Christmas Pi (better approximation)" release fixes various small glitches from the 3.14 version.
49
50 Version 3.15 (March 22 2017)
51 ----------------------------
52
53 The Spring Release: continuous integration servers become green.
54
55 .. rst-class:: compact-list
56
57   * S4U: progress, integrating more parts of SimDag; New examples.
58   * SMPI: Support MPI 2.2; Convert internals to C++ (TBC).
59   * Java: Massive memleaks and performance issues fixed.
60   * Plus the usual bug fixes, cleanups and documentation improvements.
61
62 Users are expected to switch to this new version at their own pace, as we do not have the manpower to do any bug fixing on the old releases.
63 This version was tested on several Linux distributions, Mac OSX, Windows (restricted to our Java bindings), FreeBSD and NetBSD.
64 None of our 600+ integration tests is known to fail on any of these.
65
66 Version 3.16 (June 22 2017)
67 ---------------------------
68
69 The Blooming Spring Release: developments are budding.
70
71 .. rst-class:: compact-list
72
73   * S4U: Progress; Activity refcounting is now automatic.
74   * XML: <AS> can now be named <zone> as they should.
75   * SMPI: Further performance improvements; RMA support.
76   * Cloud: Multi-core VMs (do not overcommit them yet)
77   * (+ bug fixes, cleanups and documentation improvements)
78
79 SMPI performance was further improved, using various OS-level magic to speed up our virtualization of the MPI code to be run. This allowed
80 Tom to run a simulation of HPL involving 10^6 processes... Wow. The dlopen privatization schema should even allows to run your ranks
81 in parallel (even if it's not well tested yet).
82
83 On the Cloud side, we implemented multi-core VMs, which naturally acts as containers of processes;
84 S4U, the future interface of SimGrid 4.0 also progressed quite a bit.
85
86 The Storage is currently cleaned up by Fred, and some API changes are to be expected. We are sorry but the existing API is so crappy that
87 nobody ever used it, I guess. If you need it, please speak up soon!
88
89 We renamed AS into NetZone in the XML files (but the old one still work so no rush to update your platform). Since our platforms are
90 hierarchical, it makes no sense to name our zones "Autonomous Systems". Some other documentation pages got updated and modified. If
91 you see a particularly old, misleading or otherwise ugly doc page, please tell us and we'll fix it. Even typo reports are welcome.
92
93 But most of the work on S4U is not directly visible from the user. We revamped the whole code of activities (comms, execs, mutex, etc) to
94 not mix the applicative logic (calling test() or wait()) with the object refcounting. Now, you can test your comm object as many time as
95 you want. This change was really intrusive in our internals, and we're not done with restabilizing every bits, but we're on it.
96
97 Still on the S4U front, we managed to remove a few more XBT modules. We prefer to use the std or boost libraries nowadays, and switching
98 away from the XBT module enable to reduce our maintenance burden. Be warned that XBT will not always remain included in SimGrid.
99
100 On the infrastructure side, we are trying to setup a regular build task for the main projects using SimGrid, to check that our changes
101 don't break them. The one of StarPU is close to be working (even if not completely). If you want to have your own code tested regularly
102 against the SimGrid git to warn us about breakage that we introduce, please come to us. We can grant you the right to do the needed config
103 in our Jenkins instance.
104
105 v3.16 also contains the usual bug fixes, such as the jarfile that should now work on Mac OSX (this time for real :) or the Java bindings
106 that should now be clear of any memory leak.
107
108 In addition, the future already started. We have ongoing changesets that were not ready for 3.16 but should be part of 3.17:
109
110 .. rst-class:: compact-list
111
112   - Energy modeling for the network too
113   - New reduction algorithm for the model-checker, based on event folding structures
114   - Multi-model simulations, to specify a differing networking model for each netzone.
115
116 Version 3.17 (Oct 8. 2017)
117 --------------------------
118
119 This version is dubbed the "The Drained Leaks release", because almost no known memleak remains, despite testing.
120
121 .. rst-class:: compact-list
122
123   * Many many internal cleanups (almost 700 commits since 3.16).
124   * The coverage of our tests is above 80%.
125   * All memleaks but one plugged; A dozen of bugs fixed.
126   * XBT: Further replace XBT with std::* constructs.
127
128 Version 3.18 (Dec. 24 2017)
129 ---------------------------
130
131 This is an important version for SimGrid: MSG is now deprecated, and new projects should use S4U instead.
132 There is still some work to do before SimGrid 4: S4U is not ready for SimDag users yet unfortunately. This will come for sure.
133
134 Main changes in the "Ho Ho Ho! SimGrid 4 beta is coming to town" release:
135
136 .. rst-class:: compact-list
137
138   * Convert almost all interesting MSG examples to S4U.
139   * New model: energy consumption due to the network.
140   * Major cleanups in the disk and storage subsystems.
141   * (+ further deprecate XBT, bug fixes and doc improvement)
142
143 SimGrid 4 *may* be there by the next solstice.
144
145 Version 3.19 (March 21. 2018)
146 -----------------------------
147
148 In total, this "Moscovitly-cold Spring" release brings more than 500 commits made by 7 individuals over the last 3 months.
149
150 .. rst-class:: compact-list
151
152   * SMPI: Allow to start new actors and ranks after simulation start.
153   * SMPI: Support ICC, better testing on classical proxy apps.
154   * Some kernel headers are now installed, allowing external plugins.
155   * (+ the classical bug fixes and doc improvement)
156
157 Version 3.19.1 (March 22. 2018)
158 -------------------------------
159
160 As you may know, we are currently refactoring SimGrid in deep.
161 Upcoming SimGrid4 will be really different from SimGrid3: modular, standard and extensible vs. layered, homegrown and rigid. C++ vs. C.
162
163 Our goal is to smooth this transition, with backward compatibility and automatic update paths, while still progressing toward SimGrid4.
164
165 SimGrid remains open during works: The last pure SimGrid3 release was v3.12 while all subsequent versions are usable alpha versions of
166 SimGrid4: Existing interfaces remain unchanged, but the new S4U interface is budding and the internals are deeply reorganized.
167
168 Since 2015, we work hard to reduce the changes to public APIs. When we need to rename a public library symbol in S4U, we let your compiler
169 issue an explicit warning when you use the deprecated function. These messages remain for four releases, i.e. for one full year,
170 before turning into an error. Starting with v3.15, your can also adapt to API changes with the SIMGRID_VERSION macro, that is defined to
171 31500 for v3.15, to 31901 for v3.19.1 and so on.
172
173 Starting with this v3.19.1, our commitment to reduce the changes to the public interfaces is extended from the API to the ABI: a program
174 using only MSG or SimDag and compiled against a given version of SimGrid can probably be used with a later version of SimGrid without
175 recompilation. We will do our best... but don't expect too much of it, that's a really difficult goal during such profound refactoring.
176
177 The difference between v3.19 and v3.19.1 is that the former was accidentally breaking the ABI of MSG, while the later is restoring the
178 previous ABI.
179
180 S4U and kernel APIs will still evolve until SimGrid4, with one-year deprecation warnings as currently. In fact, cleaning up these
181 interfaces and converting them to snake_case() is one release goal of v3.20. But don't worry, we are working to smooth this upgrade path.
182
183 Once the S4U interface stabilizes, we will provide C bindings on top of it, along with Java and Python ones. Maybe in 3.21 or 3.22.
184
185 All this is not contradictory with the fact that MSG as a whole is deprecated, because this deprecation only means that new projects
186 should go for S4U instead of MSG to benefit of the future. Despite this deprecation, old MSG projects should still be usable with no 
187 change, if we manage to. This is a matter of scientific reproducibility to us.
188
189 Version 3.20 (June 25 2018)
190 ---------------------------
191
192 We were rather productive this season, with a total of 837 commits made by 8 individuals over the last 3 months.
193
194 The most visible change is the S4U API sanitizing. We were using an awful mix of snake_case and CamelCase, and we now use snake_case
195 everywhere. We apologize for the inconvenience, but it's for sake of sanity. Plus, we put portability wrappers in place: you don't have to
196 change your code until v3.24 if you can live with warnings. The MSG API was not changed, of course.
197
198 The robustness of SMPI continues to improve. It was rock stable, and you can now use it to move the world (if your lever is long enough).
199 We now use several full-scale projects as nightly integration tests: StarPU, BigDFT and also 45 Proxy Apps from various collections.
200 https://framagit.org/simgrid/SMPI-proxy-apps
201
202 Main changes in the "proxy snake_case()" release are:
203
204 .. rst-class:: compact-list
205
206   * Sanitize the public API. Compatibility wrappers in place for one year.
207   * More CI: ~45 Proxy Apps + BigDFT + StarPU now tested nightly
208   * MPI: Port the trace replay engine to C++, fix visualization
209   * (+ the classical bug fixes and doc improvement)
210
211 Version 3.21 (October 5. 2018)
212 ------------------------------
213
214 This release introduces a few nice features, but the most visible is certainly the new documentation. We started to completely overhaul it.
215 The result is still somewhat in progress, but we feel that it's much better already. We added a complete tutorial on S4U, we started a
216 tutorial on SMPI (still incomplete), we slightly improved the MSG and Java doc, and greatly improved the S4U doc. The section on writing
217 platform files is not converted in the new doc and you'll have to refer to the 3.20 documentation for that (sorry -- time went out).
218
219 Please give us feedback on this new doc. We want to make it as useful to you as possible, but it's very hard without (constructive) feedback
220 from your side ;)
221
222 Another big change is that we are currently moving our development from github to framagit. We thought that framagit is a better place to
223 develop an Open Source project as ours. Head now to https://simgrid.org You can still use github if you prefer to use closed source code ;)
224
225 Main changes of The Restarting Documentation (TRD) release:
226
227 .. rst-class:: compact-list
228
229   * Start to overhaul the documentation, and move to Sphinx + RTD.
230   * Allow dynamic replay of MPI apps, controlled by S4U actors
231   * Rewrite the support for auto-restarted actors (was utterly broken)
232   * (+ the classical bug fixes and doc improvement)
233
234 Version 3.22 (April 2. 2019)
235 ----------------------------
236
237 The Easter Christmas Release. It was expected from Christmas, but I was so late that I even managed to miss the spring deadline.
238 This started to be a running joke, so I decided to release it for April 1. But I'm even late for this... Sorry :)
239
240 .. rst-class:: compact-list
241
242   * Introducing the Python bindings (still beta)
243   * Doc: SMPI tutorial and platform description ported to RTD
244   * Many internal cleanups leading to some user-level speedups
245   * (+ the classical bug fixes and internal refactorings)
246
247 The most visible change is certainly the new Python bindings. They are rather experimental yet, and their API may change a bit in future
248 release, but you are already welcome to test them. Many examples are now also available in Python, and the missing ones are on their way.
249
250 This new bindings further deprecates the old MSG and Java interfaces, which are still provided (and will remain so for a few years at least
251 for the existing users). Their examples are now hidden in deprecated/ Please switch to S4U if you like C++ or to Python if not.
252
253 This new version also introduce a heavy load of internal cleanups. Fred converted more internals to real C++, with more classes and less
254 procedural cruft. Henri and the other Wrench developers reported many bugs around activity canceling and resource failures, and we fixed
255 quite a bit of them, but many dark snakes remain in that lake. Fred and Martin converted more doc to the new system (the platform chapter
256 is not finished, but it's not worse than the old one either) while Augustin completed the tutorial for MPI applications. Augustin also
257 added several non-blocking collectives to SMPI, even if Martin finally decided to release right before he could complete the last ones
258 (sorry). We continued cutting on XBT, replacing many functions and modules by their standard counterparts in C++11 or in Boost. We are
259 now using Catch2 for our unit testing. These cleanups may speedup your simulations by something like 10%.
260
261 Version 3.23 (June 25. 2019)
262 ----------------------------
263
264 Main change in the "Exotic Solstice" Release:
265
266 .. rst-class:: compact-list
267
268   * Support for Solaris and Haiku OSes. Just for fun :)
269   * SMPI: more of MPI3.1; some MPI/IO and async collectives.
270   * Python bindings can now be installed from pip.
271   * (+ many many bug fixes and internal refactorings)
272
273 Version 3.24 (October 10. 2019)
274 -------------------------------
275
276 This is the Clean Disk Release:
277
278 .. rst-class:: compact-list
279
280   * Introduce an experimental Wifi network model.
281   * Introduce <disk> (cleaner logic than <storage>).
282   * SMPI: Implement Errhandlers and some more MPI3.1 calls.
283   * (+ many bug fixes and internal refactorings)
284
285 Since June, we continued our new release schema: v3.23.2 got released at some point as an interim release for people wanting something
286 between stable releases (tested on many systems but coming at most once per quarter) and git version (almost always working but you never
287 know). We plan to do so more often in the future, maybe with one interim version per month. Between interim versions, we use an odd
288 version number: v3.23.1 then 3.23.3 until yesterday, and soon 3.24.1.
289
290 As a user, there is no urgency to upgrade, even if you should not wait more than 9 months to upgrade to another stable version: our policy is
291 to keep backward compatibility and nice upgrading patches for 3 stable versions.  v3.24 removes symbols that got deprecated in v3.20, last
292 year. It deprecates things that will continue to work until v3.27.
293
294 Speaking of deprecation, we would like to hear from you if you are using the Java bindings under Windows without the WSL installed.
295 Maintaining these native bindings are rather tedious, and we are wondering whether having Java+WSL would be sufficient.
296
297 In any case, please remember that we like to hear success stories, i.e. reports of the nice things you did with SimGrid. Not only bug
298 reports are welcome :)
299
300 Version 3.25 (Feb 2. 2020)
301 --------------------------
302
303 This is the "Palindrome Day" release (today is 02 02 2020).
304
305 .. rst-class:: compact-list
306
307    * Improve the Python usability (stability and documentation). |br|
308      A nasty synchronization bug (due to a bad handling of the GIL) was ironed out, so that no known bug remains in Python examples.
309      The Python documentation is now integrated with the C++ one, also along with the C bindings that were previously not documented.
310      The API documentation is now split by theme in the hope to keep it readable.
311
312    * Further deprecate MSG: you now have to pass -Denable_msg=ON to cmake. |br|
313      This is OFF by default (also disabling the Java API that is still based on MSG).
314      The plan is to completely remove MSG by 2020Q4 or 2021Q1.
315
316    * SimDAG++: Automatic dependencies on S4U activities (experimental). |br|
317      This implements some features of SimDAG within S4U, but not all of them: you cannot block an activity until it's scheduled on a resource 
318      and there is no heterogeneous wait_any() that would mix Exec/Comm/Io activities. See ``examples/s4u/{io,exec,comm}-dependent`` for what's already there.
319
320 Since last fall, we continued to push toward the future SimGrid4 release. This requires to remove MSG and SimDAG once all users have
321 migrated to S4U. The two old interfaces are still here, but this release gives another gentle incentive toward the migration. You now
322 have to explicitly ask for MSG to be compiled in (and it may be removed by Q42020 or Q12021 along with the current Java bindings), and
323 this release proposes a nice S4U replacement for some parts of SimDAG.
324
325 Since last release also, we had no answer of potential users of the Java bindings on Windows without the WSL installed. We will probably
326 drop this architecture in the near future, then. Simplifying our settings is mandatory to continue to push SimGrid forward.
327
328 Version 3.26 (Dec 16. 2020)
329 ---------------------------
330
331 To celebrate the ease of the lockdown in France, we decided to bring another version of SimGrid to the world.
332 This is the "Release" release. Indeed a small contribution to the event, but this release was long overdue anyway.
333
334 .. rst-class:: compact-list
335
336   * SMPI: improved support of the proxy apps (including those using petsc)
337   * WiFi: easier description in XML; energy plugin; more examples.
338   * ns-3: Many bug fixes, can use the wifi models too.
339   * (+ many bug fixes, documentation improvement and internal refactoring)
340
341 Version 3.27 (March 29. 2021)
342 -----------------------------
343
344 To celebrate the 1176th anniversary of the siege of Paris by Vikings in 845, we just released another version of SimGrid, the Ragnar Release.
345 Yeah, that's a stupid release name, but we already had 4 "spring release" in the past, so we needed another name.
346
347 .. rst-class:: compact-list
348
349   * SMPI: can now report leaks and hint about the mallocs and kernels hindering simulation scalability.
350   * Doc: Several new sections in the user manual, and start documenting the internals.
351   * S4U: Direct comms from host to host, without mailboxes.
352
353 In some sense, these changes are just the tip of the iceberg, as we had many refactoring and internal cleanups in this release cycle too. Actually, we have 3
354 main ongoing refactoring that should bring us closer to SimGrid4, that will eventually occur.
355
356 The first change is dubbed SimDAG++. We want to make it possible to use S4U in the same spirit as SimDAG: centralized scheduling of tasks with dependencies. We
357 need to allow the maestro thread (the one that currently only call engine->run() in the main) to create asynchronous activities, chain them by declaring
358 dependencies, and run the simulation until some event of interest occurs.
359
360 Previous release introduced inter-activity dependency in s4u, this release introduces direct host-to-host communications (bypassing the mailboxes), but we
361 are not there yet: maestro cannot create asynchronous activities, and there is no way to run the simulation up to a certain point only.
362
363 The second ongoing refactoring is about the platform creation. Our goal is to provide a C++ API to create your platform from your code, without relying on
364 XML. There is a real possibility that this one will be part of the 3.28 release, in three months. Will see.
365
366 And the third front is about modernizing the model checker implementation. The current state is very difficult to work with, and we hope that once it's
367 simplified, we will be able to implement more efficient state space reduction techniques, and also allow more synchronization mechanism to be used in the
368 model checker (for now, our dpor algorithm cannot cope with mutexes).
369
370 In parallel to these refactoring, the work on SMPI stability and robustness peacefully continued. The list of MPI applications that can now work with
371 absolutely no change on top of SMPI really gets impressive... Check it yourself: https://framagit.org/simgrid/SMPI-proxy-apps
372
373 If you want to speak about it (or other SimGrid-related matter), please join us on Mattermost: https://framateam.org/simgrid/channels/town-square
374 Come! You don't even have to accept the cookies for that!
375
376 Version 3.28 (July 14. 2021)
377 ----------------------------
378
379 To celebrate the birthday of Crown Princess Victoria, we just released another version of SimGrid, the "Victoriadagarna" release.
380
381 .. rst-class:: compact-list
382
383   * Programmatic platform description (only C++ for now).
384   * New plugin to simplify producer/consumer applications.
385   * MC: new tutorial and associated docker image.
386   * SMPI: improve error handling for incorrect advanced usages.
387   * Many internal cleanups and refactoring to prepare the future.
388
389 As usual, even the full changelog is only the tip of the iceberg, given the amount of changes in the backstage.
390
391 This release is the big one for the programmatic platform descriptions, that are now fully usable from C++. XML will not
392 disappear anytime soon, but it is unlikely that we continue developing it in the future. When starting a new project, you should
393 probably go for the programmatic platforms. Or you could wait for the next release, where we hope to introduce the Python bindings of the
394 programmatic platforms. A platform in Python and an application in C++ may provide a better separation of concern (when it will be possible).
395
396 On the Model-Checking front, the code base did not evolve a lot, but we now provide a brand new tutorial and docker image for those wanting
397 to start using this feature. We are still not done with the refactoring required to unlock the future of Mc SimGrid and still
398 consider that it's less robust than the rest of SimGrid. We're working on it, and you may even find it useful as is anyway.
399
400 On the SimDag++ front (integrating the SimDAG interface to S4U), some work occurred in the backstage, but we were too busy with the
401 programmatic platforms to make this happen in this release. Maybe next season?
402
403 On the SMPI front, the work was on improving the usability. SMPI is now better at hinting the problem in buggy and almost-correct
404 applications, and it can assist the user in abstracting parts of the application to improve the simulation performance. Check the SMPI
405 tutorial for details.
406
407 Finally, we pursued our quest for a better codebase by following the hints of SonarCloud and other static analyzers. This is what it takes
408 to fight the technical debt and ensure that you'll still enjoy SimGrid in a decade. Along the same line, we removed the symbols that were
409 deprecated since 3 releases, as usual.
410
411 Version 3.29 (October 7. 2021)
412 ------------------------------
413
414 To celebrate the "Ask a stupid question" release, we wish that every user ask one question about SimGrid.
415 On `Mattermost <https://framateam.org/simgrid/channels/town-square>`_,
416 `Stack Overflow <https://stackoverflow.com/questions/tagged/simgrid>`_,
417 or using the `issues tracker <https://framagit.org/simgrid/simgrid/-/issues>`_.
418
419 .. rst-class:: compact-list
420
421    * Python bindings for the platform creation API
422    * Introduce non-linear resource sharing, allowing decay models
423    * New documentation section on realistic I/O modeling
424    * (+ many bug fixes and internal refactoring)
425
426 This release finishes the work on programmatic platforms, that was ongoing since 3.27. It is now possible to define a complete platform in either C++
427 or python, and the XML approach is now deprecated. It will probably remain around for a long time, but no evolution is planned. New features will not
428 be ported to the XML parser (unless you provide a patch, of course).
429
430 This release also paves the way for new models, with the introduction of two new features to the model solver:
431
432 .. rst-class:: compact-list
433
434    * Non-linear resource sharing was introduced, allowing to model resource whose performance heavily degrades with contention. This may be used in the
435      future for Wi-Fi links, where the total amount of data exchanged in a cell drops when the amount of stations reaches a threshold.
436    * Dynamic factors model variability in the speed of activities. This can be used to model an overhead (e.g., there is a 20 bytes header in a 480
437      bytes TCP packet so the factor 0.9583) but the novelty is this factor can now easily be adjusted depending on activity's and resources
438      characteristics. |br|
439      This existed for network (e.g., the effective bandwidth depends on the message in SMPI piecewise-linear network model) but it is now more general
440      (the factor may depend on the source and destination and thus account to different behaviors for intra-node communications and extra-node
441      communications) and is available for CPUs (e.g., if you want to model an affinity as in the "Unrelated Machines" problem in scheduling) and disks
442      (e.g., if you want to model a stochastic capacity) too. |br|
443      The same mechanism is also available for the latency, which allows to easily introduce complex variability patterns.
444
445 These new features are not used yet in the provided models, but this will probably change in future releases.
446
447 Version 3.30 (January 30. 2022)
448 -------------------------------
449
450 The Sunday Bloody Sunday release.
451
452 In may 2016, the future organization of the S4U activities was drafted on a Hawaiian whiteboard. We defined the life cycle of activities, their types,
453 and the way to combine them. All of this had been implemented since, but one piece was still missing: the capacity to express dependencies and vetoes
454 that can prevent an activity to start. The underlying idea was to be able to manage application DAGs, a la SimDag, through the S4U API, and have
455 maestro to handle the execution of such DAGs.
456
457 This release finishes this work, which is presented in a new set of examples (``examples/cpp/dag-*``). The direct consequences on the code base of this
458 new feature are:
459
460  * The SimDag API for the simulation of the scheduling of Directed Acyclic Graphs has been finally dropped. It was marked as deprecated for a couple
461    of years.
462  * The removal of SimDag led us to also remove the export to Jedule files that was tightly coupled to SimDag. The instrumentation of DAG simulation
463    is still possible through the regular instrumentation API based on the Paje format.
464  
465 On the bindings front, we dropped the Lua bindings to create new platforms, as the C++ and Python interfaces are much better to that extend. 
466 Also, the algorithm tutorial can now be taken in Python, for those of you allergic to C++.
467
468 Finally, on the SMPI front, we introduced a :ref:`new documentation section <models_calibration>` on calibrating the SMPI models from your
469 measurements and fixed some issues with the replay mechanism.
470
471 Version 3.31 (March 22. 2022)
472 -----------------------------
473
474 **On the model checking front**, the long awaited big bang finally occurred, greatly simplifying future evolution.
475
476 A formal verification with Mc SimGrid implies two processes: a verified application that is an almost regular SimGrid simulation, and a checker that
477 is an external process guiding the verified application to ensure that it explores every possible execution scenario. When formal verification was
478 initially introduced in SimGrid 15 years ago, both processes were intertwined in the same system process, but the mandated system tricks made it
479 impossible to use gdb or valgrind on that Frankenstein process. Having two heaps in one process is not usually supported.
480
481 The design was simplified in v3.12 (2015) by splitting the application and the checker in separate system processes. But both processes remained tightly
482 coupled: when the checker needed some information (such as the mailbox implied in a send operation, to compute whether this operation `commutes
483 with another one <https://en.wikipedia.org/wiki/Partial_order_reduction>`_), the checker was directly reading the memory of the other system process.
484 This was efficient and nice in C, but it prevented us from using C++ features such as opaque ``std::function`` data types. As such, it hindered the
485 ongoing SimDAG++ code reorganization toward SimGrid4, where all activity classes should be homogeneously written in modern C++.
486
487 This release introduces a new design, where the simcalls are given object-oriented ``Observers`` that can serialize the relevant information over the wire. 
488 This information is used on the checker side to build ``Transition`` objects that the application simcalls. The checker code is now much simpler, as the 
489 formal logic is not spoiled with system-level tricks to retrieve the needed information.
490
491 This cleaned design allowed us to finally implement the support for mutexes, semaphores and barriers in the model-checker (condition variables are still
492 missing). This enables in particular the verification of RMA primitives with Mc SimGrid, as their implementation in SMPI is based on mutexes and barriers.
493 Simix, a central element of the SimGrid 3 design, was also finally removed: the last bits are deprecated and will be removed in 3.35. We also replaced the
494 old, non-free ISP test suite by the one from the `MPI Bug Initiative <https://hal.archives-ouvertes.fr/hal-03474762>`_ (not all tests are activated yet).
495 This will eventually help improving the robustness of Mc SimGrid.
496
497 These changes unlock the future of Mc SimGrid. For the next releases, we plan to implement another exploration algorithm based on event unfoldings (using 
498 `The Anh Pham's thesis <https://tel.archives-ouvertes.fr/tel-02462074/document>`_), the exploration of scenarios where the actors get killed and/or where
499 communications timeout, and the addition of a `wrapper to pthreads <https://hal.inria.fr/hal-02449080>`, opening the path to the verification classical
500 multithreaded applications.
501
502
503 **On the model front,** we continued our quest for the modeling of parallel tasks (ptasks for short). Parallel tasks are intended to be an extension
504 of the max-min fairness model (that computes the sharing of communication flows or computation tasks) to tasks mixing resource kinds (e.g., a MPI
505 computationnal kernel with computations and communications, or a video stream with IO read, network transfer and decompression on the CPU). Just
506 specify the amount of computation for each involved host, the amount of data to transfer between each host pair, and you're set. The model will
507 identify bottleneck resources and fairly share them across activities within a ptask. From a user-level perspective, SimGrid handles ptasks just like
508 every other activity except that the usual SimGrid models (LV08 or SMPI) rely on an optimized algorithm that cannot handle ptasks. You must
509 activate :ref:`the L07 model <s4u_ex_ptasks>` on :ref:`the command line <options_model_select>`. This "model" remains a sort of hack since its introduction 15 years ago, as
510 it has never been well defined. We never succeded to unify L07 and max-min based models: Fairness is still to be defined in this context that mixes
511 flops and communicated bytes. The resulting activity rates are then specific to ptasks. Furthermore, unlike our network models, this model were not
512 thoroughly validated with respect to real experiments before `the thesis of Adrien Faure <https://tel.archives-ouvertes.fr/tel-03155702>`_ (and the
513 outcome was quite disappointing). Recent articles by Bonald and Roberts `properly define <https://hal.inria.fr/hal-01243985>`_ the allocation
514 objective we had in mind (under the name Bounded MaxMin Fairness -- BMF) and `study the convergence <https://hal.archives-ouvertes.fr/hal-01552739>`_
515 of the microscopic dynamic model to a macroscopic equilibrium, but this convergence could only be proved in rather simple cases. Even worse, there is
516 no known algorithm to efficiently compute a BMF!
517
518 L07 should still be avoided as we have exhibited simple scenarios where its solution is irrelevant to the BMF one (that is mathematically sound). This
519 release thus introduces a new BMF model to finally unify both classical and parallel tasks, but this is still ongoing work. The implemented
520 heuristic works very well for most SimGrid tests, but we have found some (not so prevalent) corner cases where our code fails to solve the sharing
521 problem in over 10 minutes... So this all should still be considered an ongoing research effort. We expect to have a better understanding of this issue
522 by the next release.
523
524 On a related topic, this release introduces :cpp:func:`simgrid::s4u::this_actor::thread_execute`, which allows creating a computation that comprises
525 several threads, and thus capable of utilizing more cores than a classical :cpp:func:`simgrid::s4u::this_actor::execute` action. The goal is to make
526 it straightforward to model multithreaded computational kernels, and it comes with an illustrating example. It can be seen as a simplified ptask, but
527 since it does not mix bytes and flops and has a homogeneous consumption over a single CPU, it perfectly fits with the classical SimGrid model.
528
529 This release also introduces steadily progress **on the bindings front**, introducing in particular the Mutex, Barrier and Semaphore to your python scripts.
530
531 .. |br| raw:: html
532
533    <br />