Commit 207b0abd authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

experiments/dist_multinet: set nic start timestamp to speed up boot

parent 6449a50a
......@@ -27,9 +27,9 @@ import simbricks.nodeconfig as node
host_types = ['qemu', 'gem5', 'qt']
n_nets = [1, 2, 3, 4]
n_clients = 30
n_clients = 10
experiments = []
separate_net = True
separate_net = False
separate_server = True
for host_type in host_types:
......@@ -108,5 +108,8 @@ for host_type in host_types:
lp.add_n2n(switch_top, switch)
for c in clients + servers:
c.nics[0].start_tick = 580000000000
# add to experiments
experiments.append(e)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment