Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "Replace xbt_heap by boost::heap::fibonacci_heap"
[simgrid.git] / examples / msg / kademlia / kademlia.tesh
1 #! ./tesh
2
3 p Testing the Kademlia implementation with MSG
4
5 ! output sort
6 $ $SG_TEST_EXENV ${bindir:=.}/kademlia ${srcdir:=.}/../msg_platform.xml ${srcdir:=.}/kademlia.xml "--log=root.fmt:[%10.6r]%e(%02i:%P@%h)%e%m%n"
7 > [  0.000000] ( 1:node@Jacquelin) Hi, I'm going to create the network with id 00000000
8 > [  0.000000] ( 2:node@Boivin) Hi, I'm going to join the network with id 00000001
9 > [  0.000000] ( 3:node@Jean_Yves) Hi, I'm going to join the network with id 00000003
10 > [  0.000000] ( 4:node@TeX) Hi, I'm going to join the network with id 00000007
11 > [  0.000000] ( 5:node@Geoff) Hi, I'm going to join the network with id 0000000f
12 > [  0.000000] ( 6:node@Disney) Hi, I'm going to join the network with id 0000001f
13 > [  0.000000] ( 7:node@iRMX) Hi, I'm going to join the network with id 0000003f
14 > [  0.000000] ( 8:node@McGee) Hi, I'm going to join the network with id 0000007f
15 > [  0.000000] ( 9:node@Gatien) Hi, I'm going to join the network with id 000000ff
16 > [  0.000000] (10:node@Laroche) Hi, I'm going to join the network with id 000001ff
17 > [  0.000000] (11:node@Tanguay) Hi, I'm going to join the network with id 000003ff
18 > [  0.000000] (12:node@Morin) Hi, I'm going to join the network with id 000007ff
19 > [  0.000000] (13:node@Ethernet) Hi, I'm going to join the network with id 00000fff
20 > [900.000000] ( 0:@) Messages created: 1277
21 > [900.000000] ( 0:@) Simulated time: 900
22 > [900.000000] ( 1:node@Jacquelin) 8/8 FIND_NODE have succeeded
23 > [900.000000] ( 2:node@Boivin) 7/7 FIND_NODE have succeeded
24 > [900.000000] ( 3:node@Jean_Yves) 6/6 FIND_NODE have succeeded
25 > [900.000000] ( 4:node@TeX) 6/6 FIND_NODE have succeeded
26 > [900.000000] ( 5:node@Geoff) 6/6 FIND_NODE have succeeded
27 > [900.000000] ( 6:node@Disney) 6/6 FIND_NODE have succeeded
28 > [900.000000] ( 7:node@iRMX) 6/6 FIND_NODE have succeeded
29 > [900.000000] ( 8:node@McGee) 7/7 FIND_NODE have succeeded
30 > [900.000000] ( 9:node@Gatien) 6/6 FIND_NODE have succeeded
31 > [900.000000] (10:node@Laroche) 6/6 FIND_NODE have succeeded
32 > [900.000000] (11:node@Tanguay) 6/6 FIND_NODE have succeeded
33 > [900.000000] (12:node@Morin) 7/7 FIND_NODE have succeeded
34 > [900.000000] (13:node@Ethernet) 7/7 FIND_NODE have succeeded