Logo AND Algorithmique Numérique Distribuée

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