aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/infiniband_cluster.hosts11
-rwxr-xr-xcontrib/testbed_cleanup.sh14
-rw-r--r--contrib/testbed_infiniband.conf2
3 files changed, 26 insertions, 1 deletions
diff --git a/contrib/infiniband_cluster.hosts b/contrib/infiniband_cluster.hosts
index 3b6ccc0dc..2fedc2814 100644
--- a/contrib/infiniband_cluster.hosts
+++ b/contrib/infiniband_cluster.hosts
@@ -17,3 +17,14 @@ totakura@192.168.1.17:22
17totakura@192.168.1.18:22 17totakura@192.168.1.18:22
18totakura@192.168.1.19:22 18totakura@192.168.1.19:22
19totakura@192.168.1.20:22 19totakura@192.168.1.20:22
20totakura@192.168.1.21:22
21totakura@192.168.1.22:22
22totakura@192.168.1.23:22
23totakura@192.168.1.24:22
24totakura@192.168.1.25:22
25totakura@192.168.1.26:22
26totakura@192.168.1.27:22
27totakura@192.168.1.28:22
28totakura@192.168.1.29:22
29totakura@192.168.1.30:22
30
diff --git a/contrib/testbed_cleanup.sh b/contrib/testbed_cleanup.sh
new file mode 100755
index 000000000..b254c43c5
--- /dev/null
+++ b/contrib/testbed_cleanup.sh
@@ -0,0 +1,14 @@
1#!/bin/bash
2
3###################################################################################
4# Script to clean a previous run of testbed which has crashed. This scripts kills #
5# the peers and cleans the temporary files created for those peers #
6# #
7# Author: Sree Harsha Totakura #
8###################################################################################
9
10for host in `cut -d : -f 1 < infiniband_cluster.hosts`
11do
12 echo "ssh --> $host"
13 ssh $host 'pkill gnunet; rm -rf /tmp/gnunet-pipe*; rm -rf /tmp/testbed*'
14done
diff --git a/contrib/testbed_infiniband.conf b/contrib/testbed_infiniband.conf
index 818aba097..85acf48e4 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 = 50 7MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 30
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]