Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add python bindings for operations
[simgrid.git] / examples / python / operation-simple / operation-simple.tesh
1 #!/usr/bin/env tesh
2
3 $ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${srcdir:=.}/operation-simple.py --platform ${platfdir}/small_platform.xml
4 > [10.194199500484224] Operation exec1 finished (1)
5 > [11.714617112501687] Operation comm finished (1)
6 > [20.388399000968448] Operation exec1 finished (2)
7 > [21.90881661298591] Operation comm finished (2)
8 > [24.82146412938331] Operation exec2 finished (1)
9 > [37.92831114626493] Operation exec2 finished (2)