Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document a bit the MC changes
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 12 Apr 2023 15:49:30 +0000 (17:49 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 12 Apr 2023 15:50:46 +0000 (17:50 +0200)
ChangeLog

index 7cb4558..9fc7013 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -57,6 +57,10 @@ Model checking:
  - Synchronize the MBI tests with upstream.
  - Show the full actor bactraces when replaying a MC trace (with model-check/replay)
    and the status of all actors on deadlocks in MC mode.
+ - The safety/stateless aspects of the MC are now enabled by default in all simgrid builds. 
+   Liveness and stateful aspects are still controled by the enabling_model-checking 
+   configuration option.
+ - Stateless model-checking is now usable on any system, including Mac OSX and ARM processors.
 
 XBT:
  - simgrid::xbt::cmdline and simgrid::xbt::binary_name are gone.