aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/testbed_cleanup.sh2
-rw-r--r--contrib/testbed_infiniband.conf4
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/testbed_cleanup.sh b/contrib/testbed_cleanup.sh
index b254c43c5..5e87de108 100755
--- a/contrib/testbed_cleanup.sh
+++ b/contrib/testbed_cleanup.sh
@@ -7,7 +7,7 @@
7# Author: Sree Harsha Totakura # 7# Author: Sree Harsha Totakura #
8################################################################################### 8###################################################################################
9 9
10for host in `cut -d : -f 1 < infiniband_cluster.hosts` 10for host in `cut -d : -f 1 < infiniband_cluster.hosts | cut -d @ -f 2`
11do 11do
12 echo "ssh --> $host" 12 echo "ssh --> $host"
13 ssh $host 'pkill gnunet; rm -rf /tmp/gnunet-pipe*; rm -rf /tmp/testbed*' 13 ssh $host 'pkill gnunet; rm -rf /tmp/gnunet-pipe*; rm -rf /tmp/testbed*'
diff --git a/contrib/testbed_infiniband.conf b/contrib/testbed_infiniband.conf
index 85acf48e4..4166b6a29 100644
--- a/contrib/testbed_infiniband.conf
+++ b/contrib/testbed_infiniband.conf
@@ -4,7 +4,7 @@ PORT = 12113
4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24; 4ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
5HOSTNAME = localhost 5HOSTNAME = localhost
6MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5 6MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
7MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 30 7MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 90
8#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args 8#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
9 9
10[fs] 10[fs]
@@ -44,7 +44,7 @@ AUTOSTART = YES
44 44
45[arm] 45[arm]
46DEFAULTSERVICES = core 46DEFAULTSERVICES = core
47PORT = 12366 47#PORT = 12366
48DEBUG = NO 48DEBUG = NO
49 49
50[transport-tcp] 50[transport-tcp]