Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix compilation with tracing and new network_element_t
[simgrid.git] / examples / gras / mutual_exclusion / simple_token / test_rl.tesh
1 & $SG_TEST_EXENV ./simple_token_node$EXEEXT 4100 127.0.0.1 4110 --create-token --log=root.fmt:%m%n $@ 
2 > Launch node listening on 4100 (successor on 127.0.0.1:4110)
3 > Create the token (with value 0) and send it to 127.0.0.1:4110
4 > Begin a new loop. Still to do: 2
5 > Begin a new loop. Still to do: 1
6 > Begin a new loop. Still to do: 0
7 > Shut down the token-ring. There was 17 hops.
8 > Exiting GRAS
9
10 & $SG_TEST_EXENV ./simple_token_node$EXEEXT 4110 127.0.0.1 4120 --log=root.fmt:%m%n $@ 
11 > Launch node listening on 4110 (successor on 127.0.0.1:4120)
12 > Exiting GRAS
13
14 & $SG_TEST_EXENV ./simple_token_node$EXEEXT 4120 127.0.0.1 4130 --log=root.fmt:%m%n $@ 
15 > Launch node listening on 4120 (successor on 127.0.0.1:4130)
16 > Exiting GRAS
17
18 & $SG_TEST_EXENV ./simple_token_node$EXEEXT 4130 127.0.0.1 4141 --log=root.fmt:%m%n $@ 
19 > Launch node listening on 4130 (successor on 127.0.0.1:4141)
20 > Exiting GRAS
21
22 & $SG_TEST_EXENV ./simple_token_node$EXEEXT 4141 127.0.0.1 4150 --log=root.fmt:%m%n $@ 
23 > Launch node listening on 4141 (successor on 127.0.0.1:4150)
24 > Exiting GRAS
25
26 & $SG_TEST_EXENV ./simple_token_node$EXEEXT 4150 127.0.0.1 4100 --log=root.fmt:%m%n $@ 
27 > Launch node listening on 4150 (successor on 127.0.0.1:4100)
28 > Exiting GRAS