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
aaf4c1c1
Commit
aaf4c1c1
authored
Jan 18, 2024
by
Hejing Li
Browse files
change homa experiment name
parent
741ca616
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
experiments/pyexps/homa_simple_ping.py
experiments/pyexps/homa_simple_ping.py
+3
-2
No files found.
experiments/pyexps/homa_simple_ping.py
View file @
aaf4c1c1
...
...
@@ -32,8 +32,8 @@ from simbricks.orchestration.nodeconfig import (
)
from
simbricks.orchestration.simulators
import
QemuHost
,
Gem5Host
,
I40eNIC
,
SwitchNet
e
=
Experiment
(
name
=
'simple_
ping
'
)
e
.
checkpoint
=
Tru
e
# use checkpoint and restore to speed up simulation
e
=
Experiment
(
name
=
'simple_
homa
'
)
e
.
checkpoint
=
Fals
e
# use checkpoint and restore to speed up simulation
# create client
client_config
=
I40eLinuxNode
()
# boot Linux with i40e NIC driver
...
...
@@ -59,6 +59,7 @@ server_config.app = HomaServerNode()
server
=
QemuHost
(
server_config
)
server
.
sync
=
True
server
.
name
=
'server'
# server.wait = True
e
.
add_host
(
server
)
# attach server's NIC
...
...
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