Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
switch repr to Class(objectname). fix python operation tests.
[simgrid.git] / examples / python / operation-switch-host / operation-switch-host.tesh
1 #!/usr/bin/env tesh
2
3 $ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${srcdir:=.}/operation-switch-host.py --platform ${platfdir}/small_platform.xml
4 > [1.5204176120174615] Operation CommOp(comm0) finished (1)
5 > [2.873012467069035] Operation CommOp(comm0) finished (2)
6 > [4.393430079086497] Operation CommOp(comm0) finished (3)
7 > [5.74602493413807] Operation CommOp(comm0) finished (4)
8 > [14.62726462889908] Operation ExecOp(exec1) finished (1)
9 > [15.979859483950655] Operation ExecOp(exec2) finished (1)
10 > [16.14768224091654] Operation CommOp(comm1) finished (1)
11 > [17.33245433900223] Operation CommOp(comm2) finished (1)
12 > [27.7341116457807] Operation ExecOp(exec1) finished (2)
13 > [29.086706500832275] Operation ExecOp(exec2) finished (2)
14 > [29.25452925779816] Operation CommOp(comm1) finished (2)
15 > [30.43930135588385] Operation CommOp(comm2) finished (2)