Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'add_wait_for_to_py_comm_binding' into 'master'
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 6 Mar 2022 13:09:51 +0000 (13:09 +0000)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 6 Mar 2022 13:09:51 +0000 (13:09 +0000)
Add Comm::wait_for to Python bindings

See merge request simgrid/simgrid!79

1  2 
ChangeLog

diff --combined ChangeLog
+++ b/ChangeLog
@@@ -7,8 -7,6 +7,8 @@@ MC
   - Support mutex, semaphore and barrier in DPOR reduction
   - Seems to work on Arm64 architectures too.
   - Display a nice error message when ptrace is not usable.
 + - New test suite, imported from the MPI Bugs Initiative (MBI). Not all MBI generators are integrated yet.
 + - Remove the ISP test suite: it's not free software, and it's superseeded by MBI.
  
  SMPI:
   - fix for FG#100 by ensuring small asynchronous messages never overtake larger
@@@ -37,6 -35,10 +37,10 @@@ New plugin: the Chaos Monkey (killing a
  XBT:
   - Drop xbt_dynar_shrink().
  
+ Python:
+  - Added the following bindings: Comm.wait_for() and Comm.wait_any_for()
+    Example: examples/python/comm-waitfor/
  Fixed bugs (FG#.. -> FramaGit bugs; FG!.. -> FG merge requests)
   (FG: issues on Framagit; GH: issues on GitHub)
   - FG#57: Mc SimGrid should test whether ptrace is usable