gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r24410 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r24410 - gnunet/contrib
Date: Fri, 19 Oct 2012 01:04:28 +0200

Author: harsha
Date: 2012-10-19 01:04:28 +0200 (Fri, 19 Oct 2012)
New Revision: 24410

Added:
   gnunet/contrib/testbed_cleanup.sh
Modified:
   gnunet/contrib/infiniband_cluster.hosts
   gnunet/contrib/testbed_infiniband.conf
Log:
- script to clean up testbed run when it crashes
- lowered parallel overlay connect operations
- added more infiniband cluster nodes 



Modified: gnunet/contrib/infiniband_cluster.hosts
===================================================================
--- gnunet/contrib/infiniband_cluster.hosts     2012-10-18 23:02:11 UTC (rev 
24409)
+++ gnunet/contrib/infiniband_cluster.hosts     2012-10-18 23:04:28 UTC (rev 
24410)
@@ -17,3 +17,14 @@
 address@hidden:22
 address@hidden:22
 address@hidden:22
address@hidden:22
address@hidden:22
address@hidden:22
address@hidden:22
address@hidden:22
address@hidden:22
address@hidden:22
address@hidden:22
address@hidden:22
address@hidden:22
+

Added: gnunet/contrib/testbed_cleanup.sh
===================================================================
--- gnunet/contrib/testbed_cleanup.sh                           (rev 0)
+++ gnunet/contrib/testbed_cleanup.sh   2012-10-18 23:04:28 UTC (rev 24410)
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+###################################################################################
+# Script to clean a previous run of testbed which has crashed. This scripts 
kills #
+# the peers and cleans the temporary files created for those peers             
  #
+#                                                                              
  #
+# Author: Sree Harsha Totakura                                                 
  #
+###################################################################################
+
+for host in `cut -d : -f 1 < infiniband_cluster.hosts`
+do
+    echo "ssh --> $host"
+    ssh $host 'pkill gnunet; rm -rf /tmp/gnunet-pipe*; rm -rf /tmp/testbed*'
+done


Property changes on: gnunet/contrib/testbed_cleanup.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Modified: gnunet/contrib/testbed_infiniband.conf
===================================================================
--- gnunet/contrib/testbed_infiniband.conf      2012-10-18 23:02:11 UTC (rev 
24409)
+++ gnunet/contrib/testbed_infiniband.conf      2012-10-18 23:04:28 UTC (rev 
24410)
@@ -4,7 +4,7 @@
 ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24;
 HOSTNAME = localhost
 MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5
-MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 50
+MAX_PARALLEL_OVERLAY_CONNECT_OPERATIONS = 30
 #PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
 
 [fs]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]