Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix test pmm_rl by synchronizing the slaves [Arnaud Giersch]
[simgrid.git] / examples / gras / pmm / test_rl
1 # Ignore the output of slaves since it depends on the order of connexion
2
3 ! timeout no
4 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 0 --log=root.fmt:%m%n
5 > Sensor 0 starting
6 > Receive my pos and assignment
7 > Exiting GRAS
8
9 ! timeout no
10 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 1 --log=root.fmt:%m%n
11 > Sensor 1 starting
12 > Receive my pos and assignment
13 > Exiting GRAS
14
15 ! timeout no
16 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 2 --log=root.fmt:%m%n
17 > Sensor 2 starting
18 > Receive my pos and assignment
19 > Exiting GRAS
20
21 ! timeout no
22 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 3 --log=root.fmt:%m%n
23 > Sensor 3 starting
24 > Receive my pos and assignment
25 > Exiting GRAS
26
27 ! timeout no
28 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 4 --log=root.fmt:%m%n
29 > Sensor 4 starting
30 > Receive my pos and assignment
31 > Exiting GRAS
32
33 ! timeout no
34 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 5 --log=root.fmt:%m%n
35 > Sensor 5 starting
36 > Receive my pos and assignment
37 > Exiting GRAS
38
39 ! timeout no
40 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 6 --log=root.fmt:%m%n
41 > Sensor 6 starting
42 > Receive my pos and assignment
43 > Exiting GRAS
44
45 ! timeout no
46 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 7 --log=root.fmt:%m%n
47 > Sensor 7 starting
48 > Receive my pos and assignment
49 > Exiting GRAS
50
51 ! timeout no
52 & $SG_TEST_EXENV ./pmm_slave$EXEEXT 127.0.0.1:4242 8 --log=root.fmt:%m%n
53 > Sensor 8 starting
54 > Receive my pos and assignment
55 > Exiting GRAS
56
57 ! timeout no
58 & $SG_TEST_EXENV ./pmm_master$EXEEXT 4242 --log=root.fmt:%m%n
59 > Wait for peers for 2 sec
60 > Good. Got 9 pals
61 > XXXXXXXXXXXXXXXXXXXXXX begin Multiplication
62 > XXXXXXXXXXXXXXXXXXXXXX Ok, the result matches expectations
63 > Exiting GRAS