remove username part
authorSree Harsha Totakura <totakura@in.tum.de>
Mon, 22 Oct 2012 11:57:33 +0000 (11:57 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Mon, 22 Oct 2012 11:57:33 +0000 (11:57 +0000)
contrib/testbed_cleanup.sh
contrib/testbed_infiniband.conf

index b254c43c5f815bb3eec87b6921894b88df618ec5..5e87de10815c459a616a03a8b5d93f705a585d5b 100755 (executable)
@@ -7,7 +7,7 @@
 # Author: Sree Harsha Totakura                                                   #
 ###################################################################################
 
-for host in `cut -d : -f 1 < infiniband_cluster.hosts`
+for host in `cut -d : -f 1 < infiniband_cluster.hosts | cut -d @ -f 2`
 do
     echo "ssh --> $host"
     ssh $host 'pkill gnunet; rm -rf /tmp/gnunet-pipe*; rm -rf /tmp/testbed*'
index 85acf48e422e041b7d9dcbceb1f57bc0eaed1a6b..4166b6a29b886b4497b5a98123404e4a21d2624c 100644 (file)
@@ -4,7 +4,7 @@ PORT = 12113
 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
 HOSTNAME = localhost
 MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
-MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 30
+MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 90
 #PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
 
 [fs]
@@ -44,7 +44,7 @@ AUTOSTART = YES
 
 [arm]
 DEFAULTSERVICES = core
-PORT = 12366
+#PORT = 12366
 DEBUG = NO
 
 [transport-tcp]