Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix the tests that my cleanups in the config variable broke
[simgrid.git] / examples / msg / trace / trace.tesh
1 #! ./tesh
2
3 p Testing trace integration using file.trace and test1.xml, a < max(time), b < max(time)
4
5 ! output sort
6 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test1.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
7 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
8 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
9 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
10 > [  0.000000] (0:@) Ignoring redefinition of trace trace/file.trace
11 > [ 10.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
12 > [ 10.000000] (1:test_trace@CPU1) Task size: 400.000000
13 > [ 10.000000] (1:test_trace@CPU1) Task prio: 1.000000
14 > [ 40.000000] (1:test_trace@CPU1) Test finished
15
16 p Testing trace integration using file.trace and test2.xml, a < max(time), max(time) < b < 2 max(time) 
17
18 ! output sort
19 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test2.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
20 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
21 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
22 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
23 > [  0.000000] (0:@) Ignoring redefinition of trace trace/file.trace
24 > [ 10.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
25 > [ 10.000000] (1:test_trace@CPU1) Task size: 850.000000
26 > [ 10.000000] (1:test_trace@CPU1) Task prio: 1.000000
27 > [ 85.000000] (1:test_trace@CPU1) Test finished
28
29
30 p Testing trace integration using file.trace and test3.xml, a < max(time), b > 2 max(time) 
31
32 ! output sort
33 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test3.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
34 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
35 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
36 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
37 > [  0.000000] (0:@) Ignoring redefinition of trace trace/file.trace
38 > [ 10.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
39 > [ 10.000000] (1:test_trace@CPU1) Task size: 1980.000000
40 > [ 10.000000] (1:test_trace@CPU1) Task prio: 1.000000
41 > [178.000000] (1:test_trace@CPU1) Test finished
42
43 p Testing trace integration using file.trace and test4.xml, max(time) < a < 2max(time), max(time) < b < 2max(time)
44
45 ! output sort
46 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test4.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
47 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
48 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
49 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
50 > [  0.000000] (0:@) Ignoring redefinition of trace trace/file.trace
51 > [ 80.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
52 > [ 80.000000] (1:test_trace@CPU1) Task size: 400.000000
53 > [ 80.000000] (1:test_trace@CPU1) Task prio: 1.000000
54 > [110.000000] (1:test_trace@CPU1) Test finished
55
56 p Testing trace integration using file.trace and test5.xml, max(time) < a < 2max(time), 2max(time) < b < 3max(time)
57
58 ! output sort
59 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test5.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
60 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
61 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
62 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
63 > [  0.000000] (0:@) Ignoring redefinition of trace trace/file.trace
64 > [ 90.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
65 > [ 90.000000] (1:test_trace@CPU1) Task size: 850.000000
66 > [ 90.000000] (1:test_trace@CPU1) Task prio: 1.000000
67 > [162.500000] (1:test_trace@CPU1) Test finished
68
69 p Testing trace integration using file.trace and test6.xml, max(time) < a < 2max(time), b > 3max(time)
70
71 ! output sort
72 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test6.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
73 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
74 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
75 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
76 > [  0.000000] (0:@) Ignoring redefinition of trace trace/file.trace
77 > [ 80.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
78 > [ 80.000000] (1:test_trace@CPU1) Task size: 1980.000000
79 > [ 80.000000] (1:test_trace@CPU1) Task prio: 1.000000
80 > [248.000000] (1:test_trace@CPU1) Test finished
81
82 p Testing trace integration using file.trace and test7.xml, two process with same priority
83
84 ! output sort
85 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test7.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
86 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
87 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
88 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
89 > [  0.000000] (0:@) Ignoring redefinition of trace trace/file.trace
90 > [ 10.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
91 > [ 10.000000] (1:test_trace@CPU1) Task size: 400.000000
92 > [ 10.000000] (1:test_trace@CPU1) Task prio: 1.500000
93 > [ 20.000000] (2:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
94 > [ 20.000000] (2:test_trace@CPU1) Task size: 300.000000
95 > [ 20.000000] (2:test_trace@CPU1) Task prio: 1.500000
96 > [ 70.000000] (1:test_trace@CPU1) Test finished
97 > [ 70.000000] (2:test_trace@CPU1) Test finished
98
99 p Testing trace integration using file.trace and test8.xml, two process with different priority
100
101 ! output sort
102 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test8.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
103 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
104 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
105 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
106 > [  0.000000] (0:@) Ignoring redefinition of trace trace/file.trace
107 > [ 10.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
108 > [ 10.000000] (1:test_trace@CPU1) Task size: 400.000000
109 > [ 10.000000] (1:test_trace@CPU1) Task prio: 2.500000
110 > [ 10.000000] (2:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
111 > [ 10.000000] (2:test_trace@CPU1) Task size: 400.000000
112 > [ 10.000000] (2:test_trace@CPU1) Task prio: 1.000000
113 > [ 56.000000] (1:test_trace@CPU1) Test finished
114 > [ 80.000000] (2:test_trace@CPU1) Test finished
115
116 p Testing trace integration using file.trace and test9.xml, three process with same priority
117
118 ! output sort
119 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test9.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
120 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
121 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
122 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
123 > [  0.000000] (0:@) Ignoring redefinition of trace trace/file.trace
124 > [  0.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
125 > [  0.000000] (1:test_trace@CPU1) Task size: 400.000000
126 > [  0.000000] (1:test_trace@CPU1) Task prio: 1.000000
127 > [  0.000000] (2:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
128 > [  0.000000] (2:test_trace@CPU1) Task size: 400.000000
129 > [  0.000000] (2:test_trace@CPU1) Task prio: 1.000000
130 > [ 30.000000] (3:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
131 > [ 30.000000] (3:test_trace@CPU1) Task size: 2000.000000
132 > [ 30.000000] (3:test_trace@CPU1) Task prio: 1.000000
133 > [ 90.000000] (1:test_trace@CPU1) Test finished
134 > [ 90.000000] (2:test_trace@CPU1) Test finished
135 > [240.000000] (3:test_trace@CPU1) Test finished
136
137 p Testing trace integration using file.trace and test10.xml, three process with different priority
138
139 ! output sort
140 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test10.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
141 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
142 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
143 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
144 > [  0.000000] (0:@) Ignoring redefinition of trace trace/file.trace
145 > [  0.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
146 > [  0.000000] (1:test_trace@CPU1) Task size: 420.000000
147 > [  0.000000] (1:test_trace@CPU1) Task prio: 2.000000
148 > [  0.000000] (2:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
149 > [  0.000000] (2:test_trace@CPU1) Task size: 310.000000
150 > [  0.000000] (2:test_trace@CPU1) Task prio: 1.000000
151 > [ 50.000000] (3:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
152 > [ 50.000000] (3:test_trace@CPU1) Task size: 990.000000
153 > [ 50.000000] (3:test_trace@CPU1) Task prio: 9.000000
154 > [ 62.000000] (1:test_trace@CPU1) Test finished
155 > [152.000000] (2:test_trace@CPU1) Test finished
156 > [152.000000] (3:test_trace@CPU1) Test finished
157
158 p Testing trace integration using file.trace and test11.xml, three process with different priority. Changed timestep to 0.1.
159
160 ! output sort
161 $ $SG_TEST_EXENV ${bindir:=.}/trace/test_trace_integration$EXEEXT ./trace/test11.xml --cfg=workstation/model:compound --cfg=network/model:CM02 --cfg=cpu/optim:TI "--log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n"
162 > [  0.000000] (0:@) Configuration change: Set 'workstation/model' to 'compound'
163 > [  0.000000] (0:@) Configuration change: Set 'network/model' to 'CM02'
164 > [  0.000000] (0:@) Configuration change: Set 'cpu/optim' to 'TI'
165 > [  0.000000] (1:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
166 > [  0.000000] (1:test_trace@CPU1) Task size: 420.000000
167 > [  0.000000] (1:test_trace@CPU1) Task prio: 2.000000
168 > [  0.000000] (2:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
169 > [  0.000000] (2:test_trace@CPU1) Task size: 310.000000
170 > [  0.000000] (2:test_trace@CPU1) Task prio: 1.000000
171 > [ 50.000000] (3:test_trace@CPU1) Testing the trace integration cpu model: CpuTI
172 > [ 50.000000] (3:test_trace@CPU1) Task size: 990.000000
173 > [ 50.000000] (3:test_trace@CPU1) Task prio: 9.000000
174 > [ 62.000000] (1:test_trace@CPU1) Test finished
175 > [152.000000] (2:test_trace@CPU1) Test finished
176 > [152.000000] (3:test_trace@CPU1) Test finished