Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'add_missing_comm_python_bindings' into 'master'
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 30 Mar 2022 21:30:16 +0000 (21:30 +0000)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 30 Mar 2022 21:30:16 +0000 (21:30 +0000)
Add remaining Comm bindings and examples

See merge request simgrid/simgrid!93

1  2 
ChangeLog
MANIFEST.in
docs/source/app_s4u.rst
src/s4u/s4u_Engine.cpp

diff --cc ChangeLog
+++ b/ChangeLog
@@@ -1,11 -1,24 +1,28 @@@
  SimGrid (3.31.1) NOT RELEASED YET (v3.32 expected June 21. 2022, 09:13 UTC)
  
+ Python:
+   - Added the following bindings / examples:
+     - Comm (now 100% covers the C++ interface):
+       - Comm.dst_data_size, Comm.mailbox, Comm.sender, Comm.start_time, Comm.finish_time
+       - Comm.state_str [examples: examples/python/comm-failure/, examples/python/comm-host2host/]
+       - Comm.remaining [examples: examples/python/comm-host2host/, examples/python/comm-suspend/]
+       - Comm.set_payload_size [example: examples/python/comm-host2host/]
+       - Comm.set_rate [example: examples/python/comm-throttling/]
+       - Comm.sendto, Comm.sendto_init, Comm.sendto_async [example: examples/python/comm-host2host/]
+       - Comm.start, Comm.suspend, Comm.resume [example: examples/python/comm-host2host/]
+       - Comm.test_any [example: examples/python/comm-testany/]
+       - Comm.wait_until [example: examples/python/comm-waituntil/]
+     - Engine:
+       - Engine.host_by_name [example: examples/python/comm-host2host/]
+       - Engine.mailbox_by_name_or_create [example: examples/python/comm-pingpong/]
+     - Mailbox: Mailbox.ready [example: examples/python/comm-ready/]
  ----------------------------------------------------------------------------
  
 +S4U:
 + - kill signal Comm::on_completion that was not working anyway.
 + - Expose signals Activity::on_suspend and Activity::on_resume
 +
  SimGrid (3.31) March 22. 2022.
  
  The ненасильство release. We stand against war.
diff --cc MANIFEST.in
Simple merge
Simple merge
Simple merge