Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix all Task examples to support the new Task format with dispatcher and collector
[simgrid.git] / examples / python / task-simple / task-simple.tesh
1 #!/usr/bin/env tesh
2
3 $ ${pythoncmd:=python3} ${PYTHON_TOOL_OPTIONS:=} ${srcdir:=.}/task-simple.py --platform ${platfdir}/small_platform.xml
4 > [10.194199500484224] ExecTask(exec1) finished (1)
5 > [11.714617112501687] CommTask(comm) finished (1)
6 > [20.388399000968448] ExecTask(exec1) finished (2)
7 > [21.90881661298591] CommTask(comm) finished (2)
8 > [24.821464129383305] ExecTask(exec2) finished (1)
9 > [37.928311146264925] ExecTask(exec2) finished (2)