Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'actor-yield' of github.com:Takishipp/simgrid into actor-yield
[simgrid.git] / teshsuite / msg / task_progress / task_progress.tesh
1 $ ./task_progress ${srcdir:=.}/../../../examples/platforms/small_platform.xml
2 > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks.
3 > [Tremblay:sequential:(1) 0.000000] [msg_test/INFO] get the progress of simple before the task starts
4 > [Tremblay:sequential:(1) 0.000000] [msg_test/INFO] Executing task: "simple"
5 > [Tremblay:parallel:(2) 0.000000] [msg_test/INFO] get the progress of ptask before the task starts
6 > [Tremblay:parallel:(2) 0.000000] [msg_test/INFO] Executing task: "ptask"
7 > [Tremblay:get_progress:(3) 0.200000] [msg_test/INFO] Progress of "simple": 0.802376
8 > [Tremblay:get_progress:(3) 0.400000] [msg_test/INFO] Progress of "simple": 0.606186
9 > [Tremblay:get_progress:(3) 0.600000] [msg_test/INFO] Progress of "simple": 0.409996
10 > [Tremblay:get_progress:(3) 0.800000] [msg_test/INFO] Progress of "ptask": 0.608337
11 > [Tremblay:get_progress:(3) 1.000000] [msg_test/INFO] Progress of "ptask": 0.510242
12 > [Tremblay:sequential:(1) 1.017958] [msg_test/INFO] get the progress of simple after the task finishes
13 > [Tremblay:sequential:(1) 1.017958] [msg_test/INFO] Goodbye now!
14 > [Tremblay:get_progress:(3) 1.200000] [msg_test/INFO] Progress of "ptask": 0.362543
15 > [Tremblay:parallel:(2) 1.675180] [msg_test/INFO] get the progress of ptask after the task finishes
16 > [Tremblay:parallel:(2) 1.675180] [msg_test/INFO] Goodbye now!
17 > [1.675180] [msg_test/INFO] Simulation time 1.67518
18