Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add some peer traces.
[simgrid.git] / examples / gras / all2all / test_rl.tesh
1 # The receivers, waiting for 5 messages
2 ! timeout 20
3 & $SG_TEST_EXENV ./all2all_receiver$EXEEXT 4400 5 --log=root.fmt:%m%n
4 > Listening on port 4400 (expecting 5 messages)
5 > Got Data from 127.0.0.1:5005 (still 4 to go)
6 > Got Data from 127.0.0.1:5005 (still 3 to go)
7 > Got Data from 127.0.0.1:5005 (still 2 to go)
8 > Got Data from 127.0.0.1:5005 (still 1 to go)
9 > Got Data from 127.0.0.1:5005 (still 0 to go)
10 > Exiting GRAS
11
12 ! timeout 20
13 & $SG_TEST_EXENV ./all2all_receiver$EXEEXT 4401 5 --log=root.fmt:%m%n
14 > Listening on port 4401 (expecting 5 messages)
15 > Got Data from 127.0.0.1:5005 (still 4 to go)
16 > Got Data from 127.0.0.1:5005 (still 3 to go)
17 > Got Data from 127.0.0.1:5005 (still 2 to go)
18 > Got Data from 127.0.0.1:5005 (still 1 to go)
19 > Got Data from 127.0.0.1:5005 (still 0 to go)
20 > Exiting GRAS
21
22 ! timeout 20
23 & $SG_TEST_EXENV ./all2all_receiver$EXEEXT 4402 5 --log=root.fmt:%m%n
24 > Listening on port 4402 (expecting 5 messages)
25 > Got Data from 127.0.0.1:5005 (still 4 to go)
26 > Got Data from 127.0.0.1:5005 (still 3 to go)
27 > Got Data from 127.0.0.1:5005 (still 2 to go)
28 > Got Data from 127.0.0.1:5005 (still 1 to go)
29 > Got Data from 127.0.0.1:5005 (still 0 to go)
30 > Exiting GRAS
31
32 ! timeout 20
33 & $SG_TEST_EXENV ./all2all_receiver$EXEEXT 4403 5 --log=root.fmt:%m%n
34 > Listening on port 4403 (expecting 5 messages)
35 > Got Data from 127.0.0.1:5005 (still 4 to go)
36 > Got Data from 127.0.0.1:5005 (still 3 to go)
37 > Got Data from 127.0.0.1:5005 (still 2 to go)
38 > Got Data from 127.0.0.1:5005 (still 1 to go)
39 > Got Data from 127.0.0.1:5005 (still 0 to go)
40 > Exiting GRAS
41
42 ! timeout 20
43 & $SG_TEST_EXENV ./all2all_receiver$EXEEXT 4404 5 --log=root.fmt:%m%n
44 > Listening on port 4404 (expecting 5 messages)
45 > Got Data from 127.0.0.1:5005 (still 4 to go)
46 > Got Data from 127.0.0.1:5005 (still 3 to go)
47 > Got Data from 127.0.0.1:5005 (still 2 to go)
48 > Got Data from 127.0.0.1:5005 (still 1 to go)
49 > Got Data from 127.0.0.1:5005 (still 0 to go)
50 > Exiting GRAS
51
52 # give the receivers a chance to acquire the expected port numbers
53 $ $SG_TEST_EXENV sleep 1
54
55 # Five time a sender
56 $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1:4402 127.0.0.1:4403 127.0.0.1:4404 512 --log=root.fmt:%m%n
57 > Launch current node
58 >   Sent Data
59 >   Sent Data
60 >   Sent Data
61 >   Sent Data
62 >   Sent Data
63 > Exiting GRAS
64
65 $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1:4402 127.0.0.1:4403 127.0.0.1:4404 512 --log=root.fmt:%m%n
66 > Launch current node
67 >   Sent Data
68 >   Sent Data
69 >   Sent Data
70 >   Sent Data
71 >   Sent Data
72 > Exiting GRAS
73
74 $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1:4402 127.0.0.1:4403 127.0.0.1:4404 512 --log=root.fmt:%m%n
75 > Launch current node
76 >   Sent Data
77 >   Sent Data
78 >   Sent Data
79 >   Sent Data
80 >   Sent Data
81 > Exiting GRAS
82
83 $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1:4402 127.0.0.1:4403 127.0.0.1:4404 512 --log=root.fmt:%m%n
84 > Launch current node
85 >   Sent Data
86 >   Sent Data
87 >   Sent Data
88 >   Sent Data
89 >   Sent Data
90 > Exiting GRAS
91
92 $ $SG_TEST_EXENV ./all2all_sender$EXEEXT 127.0.0.1:4400 127.0.0.1:4401 127.0.0.1:4402 127.0.0.1:4403 127.0.0.1:4404 512 --log=root.fmt:%m%n
93 > Launch current node
94 >   Sent Data
95 >   Sent Data
96 >   Sent Data
97 >   Sent Data
98 >   Sent Data
99 > Exiting GRAS
100