aboutsummaryrefslogtreecommitdiff
path: root/contrib/testbed_infiniband.conf
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/testbed_infiniband.conf')
-rw-r--r--contrib/testbed_infiniband.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/contrib/testbed_infiniband.conf b/contrib/testbed_infiniband.conf
index 568ddf7c5..d4f105793 100644
--- a/contrib/testbed_infiniband.conf
+++ b/contrib/testbed_infiniband.conf
@@ -4,7 +4,9 @@ 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
7OVERLAY_TOPOLOGY = CLIQUE 7OVERLAY_TOPOLOGY = RANDOM
8OVERLAY_RANDOM_LINKS = 1000
9OPERATION_TIMEOUT = 5 s
8# LOG_FILE = /tmp/testbed.log 10# LOG_FILE = /tmp/testbed.log
9#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args 11#PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args
10 12
@@ -35,7 +37,7 @@ QUOTA = 1 MB
35DATABASE = sqlite 37DATABASE = sqlite
36 38
37[transport] 39[transport]
38PLUGINS = udp 40PLUGINS = unix
39DEBUG = NO 41DEBUG = NO
40ACCEPT_FROM6 = ::1; 42ACCEPT_FROM6 = ::1;
41ACCEPT_FROM = 127.0.0.1; 43ACCEPT_FROM = 127.0.0.1;