Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Python: complex cluster example
authorBruno Donassolo <bruno.donassolo@inria.fr>
Wed, 11 Aug 2021 17:37:40 +0000 (19:37 +0200)
committerBruno Donassolo <bruno.donassolo@inria.fr>
Mon, 16 Aug 2021 08:58:53 +0000 (10:58 +0200)
commit6e98ea9c2fbe5dc22f444d8f22dddbb8eea69a7c
treee99c4b620363836c0aa1db90f8f3da1d2d3dbc02
parent3dac5ff35d86983862226dd0ecf222c22f87b9d4
Python: complex cluster example

Adds examples of fat-tree, dragonfly and torus cluster using python
bindinds.

New python bindings have been added.
MANIFEST.in
examples/python/CMakeLists.txt
examples/python/clusters-multicpu/clusters-multicpu.py [new file with mode: 0644]
examples/python/clusters-multicpu/clusters-multicpu.tesh [new file with mode: 0644]
examples/python/network-nonlinear/network-nonlinear.py
src/bindings/python/simgrid_python.cpp