Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
b55b52b5
Commit
b55b52b5
authored
Aug 30, 2021
by
Antoine Kaufmann
Browse files
experiments: more parameter combos for dist_memcached experiment
parent
511d00c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
experiments/pyexps/dist_memcache.py
experiments/pyexps/dist_memcache.py
+2
-2
No files found.
experiments/pyexps/dist_memcache.py
View file @
b55b52b5
...
...
@@ -28,10 +28,10 @@ import simbricks.proxy as proxy
import
simbricks.nodeconfig
as
node
host_types
=
[
'qemu'
,
'gem5'
,
'qt'
]
n_nets
=
[
1
,
2
,
3
,
4
]
n_nets
=
[
1
,
2
,
3
,
4
,
8
,
16
,
32
]
n_hosts
=
[
2
,
10
,
20
,
30
,
40
,
50
]
experiments
=
[]
separate_net
=
Fals
e
separate_net
=
Tru
e
def
select_servers
(
i
,
j
,
racks
,
n
,
n_host
):
nc
=
int
(
n_host
/
2
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment