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-io / operation-io.tesh
index d7963639ffc8bf584f31fd67307e8ec942039568..b217012f6ada8f5616eca69121924a24aff0260b 100644 (file)
@@ -1,12 +1,12 @@
 #!/usr/bin/env tesh
 
 $ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${srcdir:=.}/operation-io.py --platform ${platfdir}/hosts_with_disks.xml
-> [1.0] Operation exec1 finished (1)
-> [1.25] Operation write finished (1)
-> [1.35] Operation read finished (1)
-> [2.0] Operation exec1 finished (2)
-> [2.25] Operation write finished (2)
-> [2.35] Operation exec2 finished (1)
-> [2.35] Operation read finished (2)
-> [3.35] Operation exec2 finished (2)
+> [1.0] Operation ExecOp(exec1) finished (1)
+> [1.25] Operation IoOp(write) finished (1)
+> [1.35] Operation IoOp(read) finished (1)
+> [2.0] Operation ExecOp(exec1) finished (2)
+> [2.25] Operation IoOp(write) finished (2)
+> [2.35] Operation ExecOp(exec2) finished (1)
+> [2.35] Operation IoOp(read) finished (2)
+> [3.35] Operation ExecOp(exec2) finished (2)