Commit aaf4c1c1 authored by Hejing Li's avatar Hejing Li
Browse files

change homa experiment name

parent 741ca616
...@@ -32,8 +32,8 @@ from simbricks.orchestration.nodeconfig import ( ...@@ -32,8 +32,8 @@ from simbricks.orchestration.nodeconfig import (
) )
from simbricks.orchestration.simulators import QemuHost, Gem5Host, I40eNIC, SwitchNet from simbricks.orchestration.simulators import QemuHost, Gem5Host, I40eNIC, SwitchNet
e = Experiment(name='simple_ping') e = Experiment(name='simple_homa')
e.checkpoint = True # use checkpoint and restore to speed up simulation e.checkpoint = False # use checkpoint and restore to speed up simulation
# create client # create client
client_config = I40eLinuxNode() # boot Linux with i40e NIC driver client_config = I40eLinuxNode() # boot Linux with i40e NIC driver
...@@ -59,6 +59,7 @@ server_config.app = HomaServerNode() ...@@ -59,6 +59,7 @@ server_config.app = HomaServerNode()
server = QemuHost(server_config) server = QemuHost(server_config)
server.sync = True server.sync = True
server.name = 'server' server.name = 'server'
# server.wait = True
e.add_host(server) e.add_host(server)
# attach server's NIC # attach server's NIC
......
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