Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix graphviz tests after the host order change in sg_host_list
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 1 Nov 2016 00:01:39 +0000 (01:01 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 1 Nov 2016 00:04:31 +0000 (01:04 +0100)
examples/simdag/dag-dotload/sd_dag-dotload.tesh
examples/simdag/schedule-dotload/sd_schedule-dotload.tesh

index e1fc0a1..f29b07d 100644 (file)
@@ -186,30 +186,30 @@ $ $SG_TEST_EXENV ${bindir:=.}/dag-dotload/sd_dag-dotload --log=no_loc ${srcdir:=
 > [0.000000] [sd_task/INFO]     7->end
 > [0.000000] [test/INFO] ------------------- Schedule tasks ---------------------------
 > [0.000000] [test/INFO] ------------------- Run the schedule ---------------------------
-> [110.006082] [test/INFO] ------------------- Produce the trace file---------------------------
-> [110.006082] [test/INFO] Producing the trace of the run into dag.trace
+> [110.005082] [test/INFO] ------------------- Produce the trace file---------------------------
+> [110.005082] [test/INFO] Producing the trace of the run into dag.trace
 
 $ cat ${srcdir:=.}/dag-dotload/dag.trace
-> [0.000000->0.000000] node-3.acme.org compute 0.000000 flops # root
-> [0.000000->10.000000] node-7.acme.org compute 10000000129.452715 flops # 0
+> [0.000000->0.000000] node-0.acme.org compute 0.000000 flops # root
+> [0.000000->10.000000] node-1.acme.org compute 10000000129.452715 flops # 0
 > [10.001680->20.001680] node-10.acme.org compute 10000000131.133657 flops # 1
-> [20.002360->30.002360] node-14.acme.org compute 10000000121.124870 flops # 2
-> [30.003040->40.003041] node-18.acme.org compute 10000000230.608025 flops # 3
-> [40.003041->50.003041] node-0.acme.org compute 10000000004.994019 flops # 4
-> [50.003721->60.003721] node-4.acme.org compute 10000000046.016401 flops # 5
-> [60.003721->70.003721] node-8.acme.org compute 10000000091.598791 flops # 6
-> [70.005401->80.005401] node-11.acme.org compute 10000000040.679438 flops # 7
-> [80.006081->90.006081] node-15.acme.org compute 10000000250.490017 flops # 8
-> [90.006081->100.006081] node-19.acme.org compute 10000000079.267649 flops # 9
-> [10.000000 -> 10.001680] node-7.acme.org -> node-10.acme.org transfer of 10001 bytes # 0->1
-> [20.001680 -> 20.002360] node-10.acme.org -> node-14.acme.org transfer of 10004 bytes # 1->2
-> [30.002360 -> 30.003040] node-14.acme.org -> node-18.acme.org transfer of 10002 bytes # 2->3
-> [50.003041 -> 50.003721] node-0.acme.org -> node-4.acme.org transfer of 10029 bytes # 4->5
-> [70.003721 -> 70.005401] node-8.acme.org -> node-11.acme.org transfer of 10005 bytes # 6->7
-> [80.005401 -> 80.006081] node-11.acme.org -> node-15.acme.org transfer of 10000 bytes # 7->8
-> [80.005401 -> 80.087113] node-11.acme.org -> node-3.acme.org transfer of 10014000 bytes # 7->end
-> [0.000000 -> 0.080712] node-3.acme.org -> node-4.acme.org transfer of 10014000 bytes # root->5
-> [100.006081->110.006082] node-3.acme.org compute 10000000129.452715 flops # end
+> [20.002360->30.002360] node-11.acme.org compute 10000000121.124870 flops # 2
+> [30.003040->40.003041] node-12.acme.org compute 10000000230.608025 flops # 3
+> [40.003041->50.003041] node-13.acme.org compute 10000000004.994019 flops # 4
+> [50.003721->60.003721] node-14.acme.org compute 10000000046.016401 flops # 5
+> [60.003721->70.003721] node-15.acme.org compute 10000000091.598791 flops # 6
+> [70.004401->80.004401] node-16.acme.org compute 10000000040.679438 flops # 7
+> [80.005081->90.005081] node-17.acme.org compute 10000000250.490017 flops # 8
+> [90.005081->100.005081] node-18.acme.org compute 10000000079.267649 flops # 9
+> [10.000000 -> 10.001680] node-1.acme.org -> node-10.acme.org transfer of 10001 bytes # 0->1
+> [20.001680 -> 20.002360] node-10.acme.org -> node-11.acme.org transfer of 10004 bytes # 1->2
+> [30.002360 -> 30.003040] node-11.acme.org -> node-12.acme.org transfer of 10002 bytes # 2->3
+> [50.003041 -> 50.003721] node-13.acme.org -> node-14.acme.org transfer of 10029 bytes # 4->5
+> [70.003721 -> 70.004401] node-15.acme.org -> node-16.acme.org transfer of 10005 bytes # 6->7
+> [80.004401 -> 80.005081] node-16.acme.org -> node-17.acme.org transfer of 10000 bytes # 7->8
+> [80.004401 -> 80.086113] node-16.acme.org -> node-0.acme.org transfer of 10014000 bytes # 7->end
+> [0.000000 -> 0.081712] node-0.acme.org -> node-14.acme.org transfer of 10014000 bytes # root->5
+> [100.005081->110.005082] node-0.acme.org compute 10000000129.452715 flops # end
 
 $ rm -f ${srcdir:=.}/dag-dotload/dag.trace ${srcdir:=.}/dot.dot
 
index 1399aa8..b5ba1c3 100644 (file)
@@ -216,26 +216,26 @@ $ $SG_TEST_EXENV ${bindir:=.}/schedule-dotload/sd_schedule-dotload --log=no_loc
 > [100.003561] [test/INFO] Producing the trace of the run into dag_with_good_schedule.trace
 
 $ cat ${srcdir:=.}/schedule-dotload/dag_with_good_schedule.trace
-> [0.000000->0.000000] node-3.acme.org compute 0.000000 flops # root
-> [0.000000->10.000000] node-7.acme.org compute 10000000129.452715 flops # 0
-> [0.000000->10.000000] node-3.acme.org compute 10000000131.133657 flops # 1
-> [10.000760->20.000760] node-7.acme.org compute 10000000121.124870 flops # 2
-> [20.001440->30.001441] node-7.acme.org compute 10000000230.608025 flops # 3
-> [30.001441->40.001441] node-3.acme.org compute 10000000004.994019 flops # 4
-> [40.002121->50.002121] node-3.acme.org compute 10000000046.016401 flops # 5
-> [50.002121->60.002121] node-3.acme.org compute 10000000091.598791 flops # 6
-> [60.002801->70.002801] node-3.acme.org compute 10000000040.679438 flops # 7
-> [70.003561->80.003561] node-7.acme.org compute 10000000250.490017 flops # 8
-> [80.003561->90.003561] node-7.acme.org compute 10000000079.267649 flops # 9
-> [0.000000 -> 0.080712] node-3.acme.org -> node-3.acme.org transfer of 10014000 bytes # root->5
-> [10.000000 -> 10.000760] node-7.acme.org -> node-7.acme.org transfer of 10001 bytes # 0->2
-> [10.000000 -> 10.000760] node-3.acme.org -> node-7.acme.org transfer of 10004 bytes # 1->2
-> [20.000760 -> 20.001440] node-7.acme.org -> node-7.acme.org transfer of 10002 bytes # 2->3
-> [40.001441 -> 40.002121] node-3.acme.org -> node-3.acme.org transfer of 10029 bytes # 4->5
-> [60.002121 -> 60.002801] node-3.acme.org -> node-3.acme.org transfer of 10005 bytes # 6->7
-> [70.002801 -> 70.003561] node-3.acme.org -> node-7.acme.org transfer of 10000 bytes # 7->8
-> [70.002801 -> 70.083593] node-3.acme.org -> node-3.acme.org transfer of 10014000 bytes # 7->end
-> [90.003561->100.003561] node-3.acme.org compute 10000000129.452715 flops # end
+> [0.000000->0.000000] node-0.acme.org compute 0.000000 flops # root
+> [0.000000->10.000000] node-1.acme.org compute 10000000129.452715 flops # 0
+> [0.000000->10.000000] node-0.acme.org compute 10000000131.133657 flops # 1
+> [10.000760->20.000760] node-1.acme.org compute 10000000121.124870 flops # 2
+> [20.001440->30.001441] node-1.acme.org compute 10000000230.608025 flops # 3
+> [30.001441->40.001441] node-0.acme.org compute 10000000004.994019 flops # 4
+> [40.002121->50.002121] node-0.acme.org compute 10000000046.016401 flops # 5
+> [50.002121->60.002121] node-0.acme.org compute 10000000091.598791 flops # 6
+> [60.002801->70.002801] node-0.acme.org compute 10000000040.679438 flops # 7
+> [70.003561->80.003561] node-1.acme.org compute 10000000250.490017 flops # 8
+> [80.003561->90.003561] node-1.acme.org compute 10000000079.267649 flops # 9
+> [0.000000 -> 0.080712] node-0.acme.org -> node-0.acme.org transfer of 10014000 bytes # root->5
+> [10.000000 -> 10.000760] node-1.acme.org -> node-1.acme.org transfer of 10001 bytes # 0->2
+> [10.000000 -> 10.000760] node-0.acme.org -> node-1.acme.org transfer of 10004 bytes # 1->2
+> [20.000760 -> 20.001440] node-1.acme.org -> node-1.acme.org transfer of 10002 bytes # 2->3
+> [40.001441 -> 40.002121] node-0.acme.org -> node-0.acme.org transfer of 10029 bytes # 4->5
+> [60.002121 -> 60.002801] node-0.acme.org -> node-0.acme.org transfer of 10005 bytes # 6->7
+> [70.002801 -> 70.003561] node-0.acme.org -> node-1.acme.org transfer of 10000 bytes # 7->8
+> [70.002801 -> 70.083593] node-0.acme.org -> node-0.acme.org transfer of 10014000 bytes # 7->end
+> [90.003561->100.003561] node-0.acme.org compute 10000000129.452715 flops # end
 
 $ rm -f ${srcdir:=.}/schedule-dotload/dag_with_good_schedule.trace