aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/testbed_infiniband.conf3
-rw-r--r--src/nse/nse_infiniband.conf4
2 files changed, 4 insertions, 3 deletions
diff --git a/contrib/testbed_infiniband.conf b/contrib/testbed_infiniband.conf
index 5ca12a1a0..d05d60c9a 100644
--- a/contrib/testbed_infiniband.conf
+++ b/contrib/testbed_infiniband.conf
@@ -4,11 +4,12 @@ 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 = LINE 7OVERLAY_TOPOLOGY = 2D_TORUS
8OVERLAY_RANDOM_LINKS = 4000 8OVERLAY_RANDOM_LINKS = 4000
9OPERATION_TIMEOUT = 45 s 9OPERATION_TIMEOUT = 45 s
10# LOG_FILE = /tmp/testbed.log 10# LOG_FILE = /tmp/testbed.log
11#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
12SETUP_TIMEOUT = 30m
12 13
13[fs] 14[fs]
14AUTOSTART = NO 15AUTOSTART = NO
diff --git a/src/nse/nse_infiniband.conf b/src/nse/nse_infiniband.conf
index bb956d5d1..046b31f11 100644
--- a/src/nse/nse_infiniband.conf
+++ b/src/nse/nse_infiniband.conf
@@ -6,11 +6,11 @@ AUTOSTART = NO
6PORT = 12113 6PORT = 12113
7ACCEPT_FROM = 127.0.0.1; 10.6.0.0/16; 192.168.0.0/16; 7ACCEPT_FROM = 127.0.0.1; 10.6.0.0/16; 192.168.0.0/16;
8HOSTNAME = localhost 8HOSTNAME = localhost
9MAX_PARALLEL_OPERATIONS = 250 9MAX_PARALLEL_OPERATIONS = 400
10OVERLAY_TOPOLOGY = 2D_TORUS 10OVERLAY_TOPOLOGY = 2D_TORUS
11OVERLAY_RANDOM_LINKS = 1000 11OVERLAY_RANDOM_LINKS = 1000
12OPERATION_TIMEOUT = 45 s 12OPERATION_TIMEOUT = 45 s
13SETUP_TIMEOUT = 15m 13SETUP_TIMEOUT = 30m
14 14
15[nse] 15[nse]
16PORT = 12114 16PORT = 12114