Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ASan: yet another odr-violation to ignore.
[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 exec1 finished (1)
5 > [1.25] Operation write finished (1)
6 > [1.35] Operation read finished (1)
7 > [2.0] Operation exec1 finished (2)
8 > [2.25] Operation write finished (2)
9 > [2.35] Operation exec2 finished (1)
10 > [2.35] Operation read finished (2)
11 > [3.35] Operation exec2 finished (2)
12