Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add link to documentation in Changelog
[simgrid.git] / examples / simdag / test_simdag_comm_throttling.tesh
1 #! ./tesh
2 p Modify the rate of communication tasks even when they are auto-scheduled
3
4 $ $SG_TEST_EXENV ./sd_comm_throttling --cfg=network/TCP_gamma:4194304 ${srcdir:=.}/2clusters.xml
5 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP_gamma' to '4194304'
6 > [0.000000] [surf_workstation/INFO] surf_workstation_model_init_ptask_L07
7 > [1.000000] [sd_comm_throttling/INFO] Simulation stopped after 1.0000 seconds
8 > [1.000000] [sd_comm_throttling/INFO] Task 'Task A' start time: 0.000000, finish time: 1.000000
9 > [2.080300] [sd_comm_throttling/INFO] Simulation stopped after 2.0803 seconds
10 > [2.080300] [sd_comm_throttling/INFO] Task 'Task B' start time: 1.000000, finish time: 1.080300
11 > [2.080300] [sd_comm_throttling/INFO] Task 'Task C' start time: 1.080300, finish time: 2.080300
12 > [3.240600] [sd_comm_throttling/INFO] Simulation stopped after 3.2406 seconds
13 > [3.240600] [sd_comm_throttling/INFO] Task 'Task D' start time: 2.080300, finish time: 2.240600
14 > [3.240600] [sd_comm_throttling/INFO] Task 'Task E' start time: 2.240600, finish time: 3.240600