X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a9ab9eaa4865e6b19550cc7519d7f534c4df2f0f..f5f38e5b9cdacbf1ba1705bb7ed592b59f8e8712:/examples/cpp/exec-ptask-multicore/s4u-exec-ptask-multicore.tesh diff --git a/examples/cpp/exec-ptask-multicore/s4u-exec-ptask-multicore.tesh b/examples/cpp/exec-ptask-multicore/s4u-exec-ptask-multicore.tesh index 9d3172a0f5..889ff1ba2a 100644 --- a/examples/cpp/exec-ptask-multicore/s4u-exec-ptask-multicore.tesh +++ b/examples/cpp/exec-ptask-multicore/s4u-exec-ptask-multicore.tesh @@ -4,13 +4,18 @@ $ ${bindir:=.}/s4u-exec-ptask-multicore ${platfdir}/energy_platform.xml --cfg=ho > [ 0.000000] Configuration change: Set 'host/model' to 'ptask_L07' > [ 0.000000] Switching to the L07 model to handle parallel tasks. > [ 10.000000] Computed 2-core activity on two different hosts. Took 10 s -> [ 30.000000] Computed 2-core activity one 1-core host. Took 20 s -> [ 40.000000] Computed 2-core activity on one 2-core host. Took 10 s -> [ 55.000000] Computed 6-core activity of a 4-core host. Took 15 s +> [ 30.000000] Computed 2-core activity a 1-core host. Took 20 s +> [ 40.000000] Computed 2-core activity on a 4-core host. Took 10 s +> [ 55.000000] Computed 6-core activity on a 4-core host. Took 15 s > [ 65.000000] Computed 2-core activity on a 4-core host with some communication. Took 10 s > [ 65.000000] Switching machine multicore to pstate 1. > [ 65.000000] Switching back to pstate 0. -> [ 75.000000] Computed 2-core activity on one 4-core host. Took 10 s +> [ 75.000000] Computed 2-core activity on a 4-core host. Took 10 s > [ 85.000000] Computed 2-core activity on two different hosts. Took 10 s -> [ 85.000000] Simulation done. -> [ 55.000000] Simulation done. \ No newline at end of file +> [ 85.000000] Start a 1-core background task on the 4-core host. +> [ 95.000000] Computed 2-core activity on the 4-core host. Took 10 s +> [ 95.000000] Remaining amount of work for the background task: 80% +> [ 95.000000] Switching to pstate 1 while background task is still running. +> [115.000000] Computed again the same 2-core activity on it. Took 20 s +> [175.000000] The background task has ended. +> [175.000000] Simulation done.