Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / examples / python / task-switch-host / task-switch-host.tesh
1 #!/usr/bin/env tesh
2
3 $ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${srcdir:=.}/task-switch-host.py --platform ${platfdir}/small_platform.xml
4 > [1.5204176120174615] CommTask(comm0) finished (1)
5 > [2.873012467069035] CommTask(comm0) finished (2)
6 > [4.393430079086497] CommTask(comm0) finished (3)
7 > [5.74602493413807] CommTask(comm0) finished (4)
8 > [14.62726462889908] ExecTask(exec1) finished (1)
9 > [15.979859483950655] ExecTask(exec2) finished (1)
10 > [16.14768224091654] CommTask(comm1) finished (1)
11 > [17.33245433900223] CommTask(comm2) finished (1)
12 > [27.7341116457807] ExecTask(exec1) finished (2)
13 > [29.086706500832275] ExecTask(exec2) finished (2)
14 > [29.25452925779816] CommTask(comm1) finished (2)
15 > [30.43930135588385] CommTask(comm2) finished (2)