Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move an example to the right section, and document it
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 21 Jan 2023 17:04:34 +0000 (18:04 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sat, 21 Jan 2023 17:18:10 +0000 (18:18 +0100)
commitb8591d2706cfe9126731bcde7e6ac1c4ff67b13e
treedac71afcaf286b1c0933b937a16a0eae00211930
parentbf58a2961f376ffa8fcad1c2058f7366a747c7cf
Move an example to the right section, and document it

It was called comm-serialize, but it's more about using
Link::set_concurrency_limit() so it's now called platform-comm-serialize

Also document another example (was supposed to be in previous commit
but anyway)
MANIFEST.in
examples/README.rst
examples/cpp/CMakeLists.txt
examples/cpp/platform-comm-serialize/s4u-platform-comm-serialize.cpp [moved from examples/cpp/comm-serialize/s4u-comm-serialize.cpp with 87% similarity]
examples/cpp/platform-comm-serialize/s4u-platform-comm-serialize.tesh [moved from examples/cpp/comm-serialize/s4u-comm-serialize.tesh with 94% similarity]
examples/python/CMakeLists.txt
examples/python/platform-comm-serialize/platform-comm-serialize.py [moved from examples/python/comm-serialize/comm-serialize.py with 100% similarity]
examples/python/platform-comm-serialize/platform-comm-serialize.tesh [moved from examples/python/comm-serialize/comm-serialize.tesh with 91% similarity]