Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
switch repr to Class(objectname). fix python operation tests.
[simgrid.git] / examples / python / operation-io / operation-io.tesh
1 #!/usr/bin/env tesh
2
3 $ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${srcdir:=.}/operation-io.py --platform ${platfdir}/hosts_with_disks.xml
4 > [1.0] Operation ExecOp(exec1) finished (1)
5 > [1.25] Operation IoOp(write) finished (1)
6 > [1.35] Operation IoOp(read) finished (1)
7 > [2.0] Operation ExecOp(exec1) finished (2)
8 > [2.25] Operation IoOp(write) finished (2)
9 > [2.35] Operation ExecOp(exec2) finished (1)
10 > [2.35] Operation IoOp(read) finished (2)
11 > [3.35] Operation ExecOp(exec2) finished (2)
12