Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Extend 1 unit test and add 1 other for multicore ptast exec. Both don't pass right...
[simgrid.git] / examples / cpp / exec-ptask-multicore-latency / s4u-exec-ptask-multicore-latency.tesh
1 #!/usr/bin/env tesh
2
3 $ ${bindir:=.}/s4u-exec-ptask-multicore-latency ${platfdir}/energy_cluster.xml --cfg=host/model:ptask_L07 --log=no_loc "--log=root.fmt:[%10.6r]%e%m%n"
4 > [  0.000000] Configuration change: Set 'host/model' to 'ptask_L07'
5 > [  0.000000] Switching to the L07 model to handle parallel tasks.
6 > [ 10.000000] Computed 2-core activity on two different hosts. Took 10 s
7 > [ 20.000000] Computed 2-core activity on one 4-core host. Took 10 s
8 > [ 35.000000] Computed 6-core activity on a 4-core host. Took 15 s
9 > [ 40.000600] Computed 2-core activity on a 4-core host with some communication. Took 10.0006 s
10 > [ 40.000600] Switching machine multicore to pstate 1.
11 > [ 40.000600] Switching back to pstate 0.
12 > [ 50.000600] Computed 2-core activity on one 4-core host. Took 10 s
13 > [ 60.000600] Computed 2-core activity on two different hosts. Took 10 s
14 > [ 60.000600] Simulation done.