Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ASan: yet another odr-violation to ignore.
[simgrid.git] / examples / python / operation-variable-load / operation-variable-load.tesh
1 #!/usr/bin/env tesh
2
3 $ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${srcdir:=.}/operation-variable-load.py --platform ${platfdir}/small_platform.xml
4 > --- Small load ---
5 > [1.5204176120174615] Operation comm finished (1)
6 > [14.62726462889908] Operation exec finished (1)
7 > [101.52041761201747] Operation comm finished (2)
8 > [114.62726462889908] Operation exec finished (2)
9 > [201.52041761201744] Operation comm finished (3)
10 > [214.62726462889907] Operation exec finished (3)
11 > --- Heavy load ---
12 > [1301.5204176120174] Operation comm finished (4)
13 > [1303.0408352240347] Operation comm finished (5)
14 > [1304.561252836052] Operation comm finished (6)
15 > [1314.627264628899] Operation exec finished (4)
16 > [1327.7341116457806] Operation exec finished (5)
17 > [1340.8409586626622] Operation exec finished (6)
18