Logo AND Algorithmique Numérique Distribuée

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