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
4780f54a
Commit
4780f54a
authored
Jan 22, 2024
by
Hejing Li
Browse files
add homa bigger scale experiment
parent
35fcd5b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
experiments/pyexps/homa.py
experiments/pyexps/homa.py
+2
-2
experiments/simbricks/orchestration/nodeconfig.py
experiments/simbricks/orchestration/nodeconfig.py
+1
-0
No files found.
experiments/pyexps/homa.py
View file @
4780f54a
# Copyright 202
1
Max Planck Institute for Software Systems, and
# Copyright 202
4
Max Planck Institute for Software Systems, and
# National University of Singapore
#
# Permission is hereby granted, free of charge, to any person obtaining
...
...
@@ -37,7 +37,7 @@ experiments = []
# be filtered later.
for
host_type
in
host_types
:
for
net_type
in
net_types
:
for
n
in
num_node
:
for
n
in
num_node
:
e
=
exp
.
Experiment
(
'homa-'
+
host_type
+
'-'
+
net_type
+
f
'-
{
n
}
'
)
...
...
experiments/simbricks/orchestration/nodeconfig.py
View file @
4780f54a
...
...
@@ -535,6 +535,7 @@ class HomaServerNode(AppConfig):
# cmd.append('cat /root/homa/util/server.tt')
return
cmd
class
IdleHost
(
AppConfig
):
def
run_cmds
(
self
,
node
:
NodeConfig
)
->
tp
.
List
[
str
]:
...
...
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