X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d2870500ed94896ec3b064fa67af8d729920c007..35df179b2e3676de81d6864c54a6ebd16ef74902:/examples/simdag/throttling/sd_throttling.tesh diff --git a/examples/simdag/throttling/sd_throttling.tesh b/examples/simdag/throttling/sd_throttling.tesh index aeffa60916..e58c296f78 100644 --- a/examples/simdag/throttling/sd_throttling.tesh +++ b/examples/simdag/throttling/sd_throttling.tesh @@ -1,14 +1,16 @@ #! ./tesh p Modify the rate of communication tasks even when they are auto-scheduled -$ $SG_TEST_EXENV ./throttling/sd_throttling --cfg=network/TCP-gamma:4194304 ${srcdir:=.}/../platforms/2clusters.xml -> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP-gamma' to '4194304' +# We need to sort this out because the order changes with the sanitizers (at least) +! output sort + +$ $SG_TEST_EXENV ./throttling/sd_throttling ${srcdir:=.}/../platforms/two_clusters.xml > [0.000000] [xbt_cfg/INFO] Switching to the L07 model to handle parallel tasks. -> [1.000000] [sd_comm_throttling/INFO] Simulation stopped after 1.0000 seconds -> [1.000000] [sd_comm_throttling/INFO] Task 'Task A' start time: 0.000000, finish time: 1.000000 -> [2.080300] [sd_comm_throttling/INFO] Simulation stopped after 2.0803 seconds -> [2.080300] [sd_comm_throttling/INFO] Task 'Task B' start time: 1.000000, finish time: 1.080300 -> [2.080300] [sd_comm_throttling/INFO] Task 'Task C' start time: 1.080300, finish time: 2.080300 -> [3.240600] [sd_comm_throttling/INFO] Simulation stopped after 3.2406 seconds -> [3.240600] [sd_comm_throttling/INFO] Task 'Task D' start time: 2.080300, finish time: 2.240600 -> [3.240600] [sd_comm_throttling/INFO] Task 'Task E' start time: 2.240600, finish time: 3.240600 +> [5.000000] [sd_comm_throttling/INFO] Simulation stopped after 5.0000 seconds +> [5.000000] [sd_comm_throttling/INFO] Task 'Task A' start time: 0.000000, finish time: 5.000000 +> [10.080600] [sd_comm_throttling/INFO] Simulation stopped after 10.0806 seconds +> [10.080600] [sd_comm_throttling/INFO] Task 'Task B' start time: 5.000000, finish time: 5.080600 +> [10.080600] [sd_comm_throttling/INFO] Task 'Task C' start time: 5.080600, finish time: 10.080600 +> [15.241200] [sd_comm_throttling/INFO] Simulation stopped after 15.2412 seconds +> [15.241200] [sd_comm_throttling/INFO] Task 'Task D' start time: 10.080600, finish time: 10.241200 +> [15.241200] [sd_comm_throttling/INFO] Task 'Task E' start time: 10.241200, finish time: 15.241200