Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove cvs files.
[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 # Five time a sender
53 $ $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
54 > Launch current node
55 >   Sent Data
56 >   Sent Data
57 >   Sent Data
58 >   Sent Data
59 >   Sent Data
60 > Exiting GRAS
61
62 $ $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
63 > Launch current node
64 >   Sent Data
65 >   Sent Data
66 >   Sent Data
67 >   Sent Data
68 >   Sent Data
69 > Exiting GRAS
70
71 $ $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
72 > Launch current node
73 >   Sent Data
74 >   Sent Data
75 >   Sent Data
76 >   Sent Data
77 >   Sent Data
78 > Exiting GRAS
79
80 $ $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
81 > Launch current node
82 >   Sent Data
83 >   Sent Data
84 >   Sent Data
85 >   Sent Data
86 >   Sent Data
87 > Exiting GRAS
88
89 $ $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
90 > Launch current node
91 >   Sent Data
92 >   Sent Data
93 >   Sent Data
94 >   Sent Data
95 >   Sent Data
96 > Exiting GRAS
97