Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Stop lying. Really activate privatization by default (when supported)
[simgrid.git] / examples / smpi / replay / replay.tesh
1 # use the tested library, not the installed one
2 # (since we want to pass it to the child, it has to be redefined before each command)
3 # Go for the first test
4
5 p Test of trace replay with SMPI (one trace for all processes)
6
7 < replay/actions_bcast.txt
8 $ mkfile replay/one_trace
9 ! timeout 60
10
11 $ ../../smpi_script/bin/smpirun -ext smpi_replay --log=replay.thresh:critical --log=smpi_replay.thresh:verbose --log=no_loc --cfg=smpi/simulate-computation:no -np 3 -platform ${srcdir:=.}/../platforms/small_platform.xml -hostfile ${srcdir:=.}/hostfile ./replay/smpi_replay replay/one_trace --log=smpi_kernel.thres:warning
12 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'surf/precision' to '1e-9'
13 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI'
14 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP-gamma' to '4194304'
15 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/simulate-computation' to 'no'
16 > [Tremblay:0:(1) 0.000000] [smpi_replay/VERBOSE] 0 bcast 5e4 0.000000
17 > [Jupiter:1:(2) 0.015036] [smpi_replay/VERBOSE] 1 bcast 5e4 0.015036
18 > [Fafard:2:(3) 0.015676] [smpi_replay/VERBOSE] 2 bcast 5e4 0.015676
19 > [Jupiter:1:(2) 2.636405] [smpi_replay/VERBOSE] 1 compute 2e8 2.621369
20 > [Tremblay:0:(1) 5.097100] [smpi_replay/VERBOSE] 0 compute 5e8 5.097100
21 > [Tremblay:0:(1) 5.097100] [smpi_replay/VERBOSE] 0 bcast 5e4 0.000000
22 > [Jupiter:1:(2) 5.112136] [smpi_replay/VERBOSE] 1 bcast 5e4 2.475730
23 > [Fafard:2:(3) 6.569099] [smpi_replay/VERBOSE] 2 compute 5e8 6.553424
24 > [Fafard:2:(3) 6.584775] [smpi_replay/VERBOSE] 2 bcast 5e4 0.015676
25 > [Jupiter:1:(2) 7.733505] [smpi_replay/VERBOSE] 1 compute 2e8 2.621369
26 > [Tremblay:0:(1) 10.194200] [smpi_replay/VERBOSE] 0 compute 5e8 5.097100
27 > [Fafard:2:(3) 13.138198] [smpi_replay/VERBOSE] 2 compute 5e8 6.553424
28 > [Jupiter:1:(2) 14.286929] [smpi_replay/VERBOSE] 1 reduce 5e4 5e8 6.553424
29 > [Tremblay:0:(1) 18.250974] [smpi_replay/VERBOSE] 0 reduce 5e4 5e8 8.056774
30 > [Fafard:2:(3) 19.691622] [smpi_replay/VERBOSE] 2 reduce 5e4 5e8 6.553424
31 > [Fafard:2:(3) 19.691622] [smpi_replay/INFO] Simulation time 19.691622
32
33 $ rm -f replay/one_trace
34
35 p The same with tracing activated
36
37 < replay/actions_bcast.txt
38 $ mkfile replay/one_trace
39
40 $ ../../smpi_script/bin/smpirun -ext smpi_replay --log=replay.thresh:critical --log=no_loc  --cfg=tracing:yes --cfg=tracing/smpi:yes --cfg=tracing/smpi/computing:yes --cfg=smpi/simulate-computation:no -np 3 -platform ${srcdir:=.}/../platforms/small_platform.xml -hostfile ${srcdir:=.}/hostfile ./replay/smpi_replay replay/one_trace --log=smpi_kernel.thres:warning
41 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'surf/precision' to '1e-9'
42 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI'
43 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP-gamma' to '4194304'
44 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing' to 'yes'
45 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/smpi' to 'yes'
46 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'tracing/smpi/computing' to 'yes'
47 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/simulate-computation' to 'no'
48 > [Fafard:2:(3) 19.691622] [smpi_replay/INFO] Simulation time 19.691622
49
50 $ rm -f replay/one_trace
51
52 $ tail -n +3 ./simgrid.trace
53 > %EventDef PajeDefineContainerType 0
54 > %       Alias string
55 > %       Type string
56 > %       Name string
57 > %EndEventDef
58 > %EventDef PajeDefineVariableType 1
59 > %       Alias string
60 > %       Type string
61 > %       Name string
62 > %       Color color
63 > %EndEventDef
64 > %EventDef PajeDefineStateType 2
65 > %       Alias string
66 > %       Type string
67 > %       Name string
68 > %EndEventDef
69 > %EventDef PajeDefineEventType 3
70 > %       Alias string
71 > %       Type string
72 > %       Name string
73 > %EndEventDef
74 > %EventDef PajeDefineLinkType 4
75 > %       Alias string
76 > %       Type string
77 > %       StartContainerType string
78 > %       EndContainerType string
79 > %       Name string
80 > %EndEventDef
81 > %EventDef PajeDefineEntityValue 5
82 > %       Alias string
83 > %       Type string
84 > %       Name string
85 > %       Color color
86 > %EndEventDef
87 > %EventDef PajeCreateContainer 6
88 > %       Time date
89 > %       Alias string
90 > %       Type string
91 > %       Container string
92 > %       Name string
93 > %EndEventDef
94 > %EventDef PajeDestroyContainer 7
95 > %       Time date
96 > %       Type string
97 > %       Name string
98 > %EndEventDef
99 > %EventDef PajeSetVariable 8
100 > %       Time date
101 > %       Type string
102 > %       Container string
103 > %       Value double
104 > %EndEventDef
105 > %EventDef PajeAddVariable 9
106 > %       Time date
107 > %       Type string
108 > %       Container string
109 > %       Value double
110 > %EndEventDef
111 > %EventDef PajeSubVariable 10
112 > %       Time date
113 > %       Type string
114 > %       Container string
115 > %       Value double
116 > %EndEventDef
117 > %EventDef PajeSetState 11
118 > %       Time date
119 > %       Type string
120 > %       Container string
121 > %       Value string
122 > %EndEventDef
123 > %EventDef PajePushState 12
124 > %       Time date
125 > %       Type string
126 > %       Container string
127 > %       Value string
128 > %EndEventDef
129 > %EventDef PajePopState 13
130 > %       Time date
131 > %       Type string
132 > %       Container string
133 > %EndEventDef
134 > %EventDef PajeResetState 14
135 > %       Time date
136 > %       Type string
137 > %       Container string
138 > %EndEventDef
139 > %EventDef PajeStartLink 15
140 > %       Time date
141 > %       Type string
142 > %       Container string
143 > %       Value string
144 > %       StartContainer string
145 > %       Key string
146 > %EndEventDef
147 > %EventDef PajeEndLink 16
148 > %       Time date
149 > %       Type string
150 > %       Container string
151 > %       Value string
152 > %       EndContainer string
153 > %       Key string
154 > %EndEventDef
155 > %EventDef PajeNewEvent 17
156 > %       Time date
157 > %       Type string
158 > %       Container string
159 > %       Value string
160 > %EndEventDef
161 > 0 1 0 MPI
162 > 2 2 1 MPI_STATE
163 > 4 3 0 1 1 MPI_LINK
164 > 6 0 1 1 0 "rank-0"
165 > 5 4 2 computing "0 1 1"
166 > 5 5 2 smpi_replay_run_init "0 1 0"
167 > 6 0 2 1 0 "rank-1"
168 > 6 0 3 1 0 "rank-2"
169 > 12 0 2 1 4
170 > 12 0 2 1 5
171 > 13 0 2 1
172 > 12 0 2 2 4
173 > 12 0 2 2 5
174 > 13 0 2 2
175 > 12 0 2 3 4
176 > 12 0 2 3 5
177 > 13 0 2 3
178 > 5 6 2 action_bcast "0 0.78 0.39"
179 > 12 0 2 1 6
180 > 12 0 2 3 6
181 > 12 0 2 2 6
182 > 13 0 2 1
183 > 12 0 2 1 4
184 > 13 0.015036 2 2
185 > 12 0.015036 2 2 4
186 > 13 0.015676 2 3
187 > 12 0.015676 2 3 4
188 > 13 2.636405 2 2
189 > 12 2.636405 2 2 6
190 > 13 5.097100 2 1
191 > 12 5.097100 2 1 6
192 > 13 5.097100 2 1
193 > 12 5.097100 2 1 4
194 > 5 7 2 action_reduce "0 1 0"
195 > 13 5.112136 2 2
196 > 12 5.112136 2 2 4
197 > 13 6.569099 2 3
198 > 12 6.569099 2 3 6
199 > 13 6.584775 2 3
200 > 12 6.584775 2 3 4
201 > 13 7.733505 2 2
202 > 12 7.733505 2 2 7
203 > 13 10.194200 2 1
204 > 12 10.194200 2 1 7
205 > 13 13.138198 2 3
206 > 12 13.138198 2 3 7
207 > 5 8 2 smpi_replay_run_finalize "0 1 0"
208 > 13 14.286929 2 2
209 > 12 14.286929 2 2 8
210 > 13 18.250974 2 1
211 > 12 18.250974 2 1 8
212 > 13 19.691622 2 3
213 > 12 19.691622 2 3 8
214 > 13 19.691622 2 3
215 > 7 19.691622 1 3
216 > 13 19.691622 2 2
217 > 7 19.691622 1 2
218 > 13 19.691622 2 1
219 > 7 19.691622 1 1
220
221 $ rm -f ./simgrid.trace
222
223 p Another test of trace replay with SMPI (one trace per process)
224
225 < replay/actions0.txt
226 < replay/actions1.txt
227 $ mkfile ./split_traces_tesh
228
229 $ ../../smpi_script/bin/smpirun -ext smpi_replay --log=smpi_replay.thresh:verbose --log=no_loc --cfg=smpi/simulate-computation:no -np 2 -platform ${srcdir:=.}/../platforms/small_platform.xml -hostfile ${srcdir:=.}/hostfile ./replay/smpi_replay ./split_traces_tesh --log=smpi_kernel.thres:warning
230 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'surf/precision' to '1e-9'
231 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI'
232 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP-gamma' to '4194304'
233 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/simulate-computation' to 'no'
234 > [Tremblay:0:(1) 0.164463] [smpi_replay/VERBOSE] 0 send 1 1e6 0.164463
235 > [Jupiter:1:(2) 0.164463] [smpi_replay/VERBOSE] 1 recv 0 1e6 0.164463
236 > [Jupiter:1:(2) 13.271310] [smpi_replay/VERBOSE] 1 compute 1e9 13.106847
237 > [Jupiter:1:(2) 13.271310] [smpi_replay/VERBOSE] 1 Isend 0 1e6 0.000000
238 > [Jupiter:1:(2) 13.271310] [smpi_replay/VERBOSE] 1 Irecv 0 1e6 0.000000
239 > [Tremblay:0:(1) 13.435773] [smpi_replay/VERBOSE] 0 recv 1 1e6 13.271310
240 > [Jupiter:1:(2) 13.600235] [smpi_replay/VERBOSE] 1 wait 0.328926
241 > [Tremblay:0:(1) 13.600235] [smpi_replay/VERBOSE] 0 send 1 1e6 0.164463
242 > [Jupiter:1:(2) 13.600235] [smpi_replay/INFO] Simulation time 13.600235
243
244 $ rm -f ./split_traces_tesh
245
246 p Test of barrier replay with SMPI (one trace for all processes)
247
248 < replay/actions_barrier.txt
249 $ mkfile replay/one_trace
250
251 $ ../../smpi_script/bin/smpirun -ext smpi_replay --log=replay.thresh:critical --log=smpi_replay.thresh:verbose --log=no_loc --cfg=smpi/simulate-computation:no -np 3 -platform ${srcdir:=.}/../platforms/small_platform.xml -hostfile ${srcdir:=.}/hostfile ./replay/smpi_replay replay/one_trace --log=smpi_kernel.thres:warning
252 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'surf/precision' to '1e-9'
253 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI'
254 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP-gamma' to '4194304'
255 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/simulate-computation' to 'no'
256 > [Tremblay:0:(1) 1.491472] [smpi_replay/VERBOSE] 0 send 1 1e7 1.491472
257 > [Jupiter:1:(2) 1.491472] [smpi_replay/VERBOSE] 1 recv 0 1e7 1.491472
258 > [Tremblay:0:(1) 1.493448] [smpi_replay/VERBOSE] 0 barrier 0.001976
259 > [Jupiter:1:(2) 1.494910] [smpi_replay/VERBOSE] 1 barrier 0.003438
260 > [Fafard:2:(3) 1.495424] [smpi_replay/VERBOSE] 2 barrier 1.495424
261 > [Tremblay:0:(1) 2.493448] [smpi_replay/VERBOSE] 0 compute 98095000 1.000000
262 > [Jupiter:1:(2) 2.494910] [smpi_replay/VERBOSE] 1 compute 76296000 1.000000
263 > [Fafard:2:(3) 2.495424] [smpi_replay/VERBOSE] 2 compute 76296000 1.000000
264 > [Fafard:2:(3) 2.495424] [smpi_replay/INFO] Simulation time 2.495424
265
266 $ rm -f replay/one_trace
267
268 p Test of Isend replay with SMPI (one trace for all processes)
269
270 < replay/actions_with_isend.txt
271 $ mkfile replay/one_trace
272
273 $ ../../smpi_script/bin/smpirun -ext smpi_replay --log=replay.thresh:critical --log=smpi_replay.thresh:verbose --log=no_loc --cfg=smpi/simulate-computation:no -np 3 -platform ${srcdir:=.}/../platforms/small_platform.xml -hostfile ${srcdir:=.}/hostfile ./replay/smpi_replay replay/one_trace --log=smpi_kernel.thres:warning
274 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'surf/precision' to '1e-9'
275 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI'
276 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP-gamma' to '4194304'
277 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/simulate-computation' to 'no'
278 > [Jupiter:1:(2) 0.000000] [smpi_replay/VERBOSE] 1 Irecv 0 1e6 0.000000
279 > [Jupiter:1:(2) 6.553424] [smpi_replay/VERBOSE] 1 compute 5e8 6.553424
280 > [Jupiter:1:(2) 6.553524] [smpi_replay/VERBOSE] 1 test 0.000100
281 > [Tremblay:0:(1) 10.194200] [smpi_replay/VERBOSE] 0 compute 1e9 10.194200
282 > [Tremblay:0:(1) 10.358662] [smpi_replay/VERBOSE] 0 send 1 1e6 0.164463
283 > [Jupiter:1:(2) 13.106947] [smpi_replay/VERBOSE] 1 compute 5e8 6.553424
284 > [Jupiter:1:(2) 13.106947] [smpi_replay/VERBOSE] 1 wait 0.000000
285 > [Tremblay:0:(1) 20.552862] [smpi_replay/VERBOSE] 0 compute 1e9 10.194200
286 > [Fafard:2:(3) 26.213694] [smpi_replay/VERBOSE] 2 compute 2e9 26.213694
287 > [Fafard:2:(3) 26.213694] [smpi_replay/VERBOSE] 2 Irecv 1 1e6 0.000000
288 > [Jupiter:1:(2) 26.401165] [smpi_replay/VERBOSE] 1 send 2 1e6 13.294218
289 > [Fafard:2:(3) 29.490406] [smpi_replay/VERBOSE] 2 compute 2.5e8 3.276712
290 > [Fafard:2:(3) 29.490606] [smpi_replay/VERBOSE] 2 test 0.000200
291 > [Fafard:2:(3) 32.767318] [smpi_replay/VERBOSE] 2 compute 2.5e8 3.276712
292 > [Fafard:2:(3) 32.767318] [smpi_replay/VERBOSE] 2 Isend 0 1e6 0.000000
293 > [Tremblay:0:(1) 32.920633] [smpi_replay/VERBOSE] 0 recv 2 1e6 12.367771
294 > [Fafard:2:(3) 39.320741] [smpi_replay/VERBOSE] 2 compute 5e8 6.553424
295 > [Fafard:2:(3) 39.320741] [smpi_replay/INFO] Simulation time 39.320741
296
297 $ rm -f replay/one_trace
298
299 p Test of Isend replay with SMPI (one trace for all processes)
300
301 < replay/actions_allReduce.txt
302 $ mkfile replay/one_trace
303
304 $ ../../smpi_script/bin/smpirun -ext smpi_replay --log=replay.thresh:critical --log=smpi_replay.thresh:verbose --log=no_loc --cfg=smpi/simulate-computation:no -np 3 -platform ${srcdir:=.}/../platforms/small_platform.xml -hostfile ${srcdir:=.}/hostfile ./replay/smpi_replay replay/one_trace --log=smpi_kernel.thres:warning
305 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'surf/precision' to '1e-9'
306 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI'
307 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP-gamma' to '4194304'
308 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/simulate-computation' to 'no'
309 > [Tremblay:0:(1) 5.112775] [smpi_replay/VERBOSE] 0 allReduce 5e4 5e8 5.112775
310 > [Jupiter:1:(2) 6.584135] [smpi_replay/VERBOSE] 1 allReduce 5e4 5e8 6.584135
311 > [Fafard:2:(3) 6.584775] [smpi_replay/VERBOSE] 2 allReduce 5e4 5e8 6.584775
312 > [Tremblay:0:(1) 10.209875] [smpi_replay/VERBOSE] 0 compute 5e8 5.097100
313 > [Jupiter:1:(2) 13.137559] [smpi_replay/VERBOSE] 1 compute 5e8 6.553424
314 > [Fafard:2:(3) 13.138198] [smpi_replay/VERBOSE] 2 compute 5e8 6.553424
315 > [Fafard:2:(3) 13.138198] [smpi_replay/INFO] Simulation time 13.138198
316
317 $ rm -f replay/one_trace
318
319 p Test of AllToAll replay with SMPI (one trace for all processes)
320
321 < replay/actions_alltoall.txt
322 $ mkfile replay/one_trace
323
324 $ ../../smpi_script/bin/smpirun -ext smpi_replay --log=replay.thresh:critical --log=smpi_replay.thresh:verbose --log=no_loc --cfg=smpi/simulate-computation:no -np 3 -platform ${srcdir:=.}/../platforms/small_platform.xml -hostfile ${srcdir:=.}/hostfile ./replay/smpi_replay replay/one_trace --log=smpi_kernel.thres:warning
325 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'surf/precision' to '1e-9'
326 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI'
327 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP-gamma' to '4194304'
328 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/simulate-computation' to 'no'
329 > [Tremblay:0:(1) 0.004041] [smpi_replay/VERBOSE] 0 allToAll 500 500 0.004041
330 > [Fafard:2:(3) 0.006920] [smpi_replay/VERBOSE] 2 allToAll 500 500 0.006920
331 > [Jupiter:1:(2) 0.006920] [smpi_replay/VERBOSE] 1 allToAll 500 500 0.006920
332 > [Jupiter:1:(2) 0.006920] [smpi_replay/INFO] Simulation time 0.006920
333
334
335
336 $ rm -f replay/one_trace
337
338 p Test of AllToAllv replay with SMPI (one trace for all processes)
339
340 < replay/actions_alltoallv.txt
341 $ mkfile replay/one_trace
342
343 $ ../../smpi_script/bin/smpirun -ext smpi_replay --log=replay.thresh:critical --log=smpi_replay.thresh:verbose --log=no_loc --cfg=smpi/simulate-computation:no -np 3 -platform ${srcdir:=.}/../platforms/small_platform.xml -hostfile ${srcdir:=.}/hostfile ./replay/smpi_replay replay/one_trace --log=smpi_kernel.thres:warning
344 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'surf/precision' to '1e-9'
345 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI'
346 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP-gamma' to '4194304'
347 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/simulate-computation' to 'no'
348 > [Tremblay:0:(1) 0.003999] [smpi_replay/VERBOSE] 0 allToAllV 100 1 40 30 1000 1 80 100 0.003999
349 > [Jupiter:1:(2) 0.006934] [smpi_replay/VERBOSE] 1 allToAllV 1000 80 1 40 1000 40 1 30 0.006934
350 > [Fafard:2:(3) 0.006936] [smpi_replay/VERBOSE] 2 allToAllV 1000 100 30 1 1000 30 40 1 0.006936
351 > [Fafard:2:(3) 0.006936] [smpi_replay/INFO] Simulation time 0.006936
352
353 $ rm -f replay/one_trace
354
355 p Test of AllGatherv replay with SMPI (one trace for all processes)
356
357 < replay/actions_allgatherv.txt
358 $ mkfile replay/one_trace
359
360 $ ../../smpi_script/bin/smpirun -ext smpi_replay --log=replay.thresh:critical --log=smpi_replay.thresh:verbose --log=no_loc --cfg=smpi/simulate-computation:no -np 3 -platform ${srcdir:=.}/../platforms/small_platform.xml -hostfile ${srcdir:=.}/hostfile ./replay/smpi_replay replay/one_trace --log=smpi_kernel.thres:warning
361 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'surf/precision' to '1e-9'
362 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI'
363 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP-gamma' to '4194304'
364 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/simulate-computation' to 'no'
365 > [Tremblay:0:(1) 0.882872] [smpi_replay/VERBOSE] 0 allGatherV 275427 275427 275427 275427 204020 0 0 0.882872
366 > [Fafard:2:(3) 1.300605] [smpi_replay/VERBOSE] 2 allGatherV 275427 275427 275427 275427 204020 0 0 1.300605
367 > [Jupiter:1:(2) 1.300605] [smpi_replay/VERBOSE] 1 allGatherV 275427 275427 275427 275427 204020 0 0 1.300605
368 > [Jupiter:1:(2) 1.300605] [smpi_replay/INFO] Simulation time 1.300605
369
370 $ rm -f replay/one_trace
371
372 p Test of waitall replay with SMPI (one trace for all processes)
373
374 < replay/actions_waitall.txt
375 $ mkfile replay/one_trace
376
377 ! output sort 19
378 $ ../../smpi_script/bin/smpirun -ext smpi_replay --log=replay.thresh:critical --log=smpi_replay.thresh:verbose --log=no_loc --cfg=smpi/simulate-computation:no -np 3 -platform ${srcdir:=.}/../platforms/small_platform.xml -hostfile ${srcdir:=.}/hostfile ./replay/smpi_replay replay/one_trace --log=smpi_kernel.thres:warning
379 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'surf/precision' to '1e-9'
380 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'SMPI'
381 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/TCP-gamma' to '4194304'
382 > [0.000000] [xbt_cfg/INFO] Configuration change: Set 'smpi/simulate-computation' to 'no'
383 > [Fafard:2:(3) 0.000000] [smpi_replay/VERBOSE] 2 Irecv 1 3000 0.000000
384 > [Fafard:2:(3) 0.000000] [smpi_replay/VERBOSE] 2 Isend 0 3000 0.000000
385 > [Jupiter:1:(2) 0.000000] [smpi_replay/VERBOSE] 1 Isend 0 2000 0.000000
386 > [Jupiter:1:(2) 0.000000] [smpi_replay/VERBOSE] 1 Isend 2 3000 0.000000
387 > [Jupiter:1:(2) 0.000000] [smpi_replay/VERBOSE] 1 waitAll 0.000000
388 > [Tremblay:0:(1) 0.000000] [smpi_replay/VERBOSE] 0 Irecv 1 2000 0.000000
389 > [Tremblay:0:(1) 0.000000] [smpi_replay/VERBOSE] 0 Irecv 2 3000 0.000000
390 > [Tremblay:0:(1) 0.003787] [smpi_replay/VERBOSE] 0 waitAll 0.003787
391 > [Fafard:2:(3) 0.006220] [smpi_replay/VERBOSE] 2 waitAll 0.006220
392 > [Fafard:2:(3) 0.006220] [smpi_replay/INFO] Simulation time 0.006220
393
394 $ rm -f replay/one_trace