Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
properly remove the old signals and prevent MC to fire Comm::on_this_completion
[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 CommOp(comm) finished (1)
6 > [14.62726462889908] Operation ExecOp(exec) finished (1)
7 > [101.52041761201747] Operation CommOp(comm) finished (2)
8 > [114.62726462889908] Operation ExecOp(exec) finished (2)
9 > [201.52041761201744] Operation CommOp(comm) finished (3)
10 > [214.62726462889907] Operation ExecOp(exec) finished (3)
11 > --- Heavy load ---
12 > [1301.5204176120174] Operation CommOp(comm) finished (4)
13 > [1303.0408352240347] Operation CommOp(comm) finished (5)
14 > [1304.561252836052] Operation CommOp(comm) finished (6)
15 > [1314.627264628899] Operation ExecOp(exec) finished (4)
16 > [1327.7341116457806] Operation ExecOp(exec) finished (5)
17 > [1340.8409586626622] Operation ExecOp(exec) finished (6)
18
19