Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix example
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Sat, 21 Mar 2020 13:17:59 +0000 (14:17 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Sat, 21 Mar 2020 13:22:11 +0000 (14:22 +0100)
examples/c/dht-kademlia/dht-kademlia.tesh

index ead6bf5..b118289 100644 (file)
@@ -3,7 +3,7 @@
 p Testing the Kademlia implementation
 
 ! output sort 19
-$ ${bindir:=.}/dht-kademlia-c ${platfdir}/cluster_backbone.xml ${srcdir}/dht-kademlia_d.xml "--log=root.fmt:[%10.6r]%e(%02i:%P@%h)%e%m%n"
+$ ${bindir:=.}/dht-kademlia-c ${platfdir}/cluster_backbone.xml ${srcdir:=.}/dht-kademlia_d.xml "--log=root.fmt:[%10.6r]%e(%02i:%P@%h)%e%m%n"
 > [  0.000000] ( 1:node@node-0.simgrid.org) Hi, I'm going to create the network with id 0
 > [  0.000000] ( 2:node@node-1.simgrid.org) Hi, I'm going to join the network with id 1
 > [  0.000000] ( 3:node@node-2.simgrid.org) Hi, I'm going to join the network with id 3