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
e7d43634
Commit
e7d43634
authored
Feb 02, 2024
by
Hejing Li
Browse files
set host benchmark proto to homa
parent
066bfe11
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
experiments/pyexps/e2e_bg_homa.py
experiments/pyexps/e2e_bg_homa.py
+6
-6
No files found.
experiments/pyexps/e2e_bg_homa.py
View file @
e7d43634
...
...
@@ -60,16 +60,16 @@ for h in types_of_host:
HostClass
=
qemu_timing
elif
h
==
'gem5'
:
HostClass
=
sim
.
Gem5Host
e
.
checkpoint
=
Tru
e
e
.
checkpoint
=
Fals
e
else
:
raise
NameError
(
h
)
topology
=
DCFatTree
(
n_spine_sw
=
1
,
n_agg_bl
=
1
,
n_agg_bl
=
2
,
n_agg_sw
=
1
,
n_agg_racks
=
1
,
h_per_rack
=
4
,
n_agg_racks
=
4
,
h_per_rack
=
10
,
)
...
...
@@ -89,7 +89,7 @@ for h in types_of_host:
client_config
.
disk_image
=
'homa'
client_config
.
ip
=
'10.0.0.1'
client_config
.
app
=
node
.
HomaClientNode
()
client_config
.
app
.
protocol
=
p
client_config
.
app
.
protocol
=
'homa'
client
=
HostClass
(
client_config
)
# client.sync = False
client
.
name
=
'client'
...
...
@@ -106,7 +106,7 @@ for h in types_of_host:
server_config
.
disk_image
=
'homa'
server_config
.
ip
=
'10.0.0.2'
server_config
.
app
=
node
.
HomaServerNode
()
server_config
.
app
.
protocol
=
p
server_config
.
app
.
protocol
=
'homa'
server
=
HostClass
(
server_config
)
# server.sync = False
server
.
name
=
'server'
...
...
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