Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new example of dag with I/Os
[simgrid.git] / ChangeLog
index bba357bdd412f0b5b1af56f69c19da6832dfafe2..37d20a15f201f33fb78f200bf7c43ad90034515a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
 
 SimGrid (3.29.1) NOT RELEASED YET (v3.30 expected December 21. 2021, 15:59 UTC)
 
+S4U:
+ - New function: Engine::run_until(date), to split the simulation.
+ - New signal: Activity::on_veto, to detect when an activity fails to start.
+ - New function: Engine::track_vetoed_activities() to interrupt run()
+   when an activity fails to start, and to keep track of such activities.
+   Please see the corresponding example for more info.
+
 SMPI:
  - Dynamic costs for MPI operations: New API to allow users to dynamically
  change injected costs for MPI_Recv, MPI_Send and MPI_Isend operations.