Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
switch repr to Class(objectname). fix python operation tests.
[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 ExecOp(exec1) finished (1)
5 > [11.714617112501687] Operation CommOp(comm) finished (1)
6 > [20.388399000968448] Operation ExecOp(exec1) finished (2)
7 > [21.90881661298591] Operation CommOp(comm) finished (2)
8 > [24.82146412938331] Operation ExecOp(exec2) finished (1)
9 > [37.92831114626493] Operation ExecOp(exec2) finished (2)