diff options
author | Sree Harsha Totakura <totakura@in.tum.de> | 2013-05-02 14:21:04 +0000 |
---|---|---|
committer | Sree Harsha Totakura <totakura@in.tum.de> | 2013-05-02 14:21:04 +0000 |
commit | 9f344d13ecaade85c52c9ba79dbbe7cc11bb7d17 (patch) | |
tree | bfa51603eb7895f65f91f439384212b2f232e26b /contrib | |
parent | 6ee0469b03acf196d81104e1aa6aa5e53820cacc (diff) |
- supermuc config
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/testbed_supermuc.conf | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/contrib/testbed_supermuc.conf b/contrib/testbed_supermuc.conf index 6758c5c3f..de9a3c945 100644 --- a/contrib/testbed_supermuc.conf +++ b/contrib/testbed_supermuc.conf @@ -1,14 +1,16 @@ [testbed] AUTOSTART = NO PORT = 12113 -ACCEPT_FROM = 127.0.0.1; 192.168.1.0/24, 10.0.0.0/8; +ACCEPT_FROM = 127.0.0.1;10.0.0.0/8; HOSTNAME = localhost MAX_PARALLEL_TOPOLOGY_CONFIG_OPERATIONS = 5 -OVERLAY_TOPOLOGY = RANDOM -OVERLAY_RANDOM_LINKS = 100000 +OVERLAY_TOPOLOGY = 2D_TORUS +OVERLAY_RANDOM_LINKS = 4000 OPERATION_TIMEOUT = 45 s # LOG_FILE = /tmp/testbed.log #PREFIX = xterm -geometry 100x85 -T peer1 -e libtool --mode=execute gdb --args +MAX_OPEN_FDS=512 +SETUP_TIMEOUT = 30 m [fs] AUTOSTART = NO |