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
f2a67deb
"configs/git@developer.sourcefind.cn:OpenDAS/opencompass.git" did not exist on "7d346000bb8f1f7611f88dc8e003bdf8c9ae3ece"
Commit
f2a67deb
authored
May 13, 2022
by
Jonas Kaufmann
Committed by
Antoine Kaufmann
May 26, 2022
Browse files
remove TODOs in simulator_utils
parent
d0d47866
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
experiments/simbricks/simulator_utils.py
experiments/simbricks/simulator_utils.py
+2
-4
No files found.
experiments/simbricks/simulator_utils.py
View file @
f2a67deb
...
@@ -82,8 +82,7 @@ def create_multinic_hosts(
...
@@ -82,8 +82,7 @@ def create_multinic_hosts(
ip_start
:
int
=
1
,
ip_start
:
int
=
1
,
ip_prefix
:
int
=
24
ip_prefix
:
int
=
24
):
):
# TODO modify docstring
"""Creates and configures multiple hosts to be simulated using the given parameters. These hosts use multiple NICs.
"""Creates and configures multiple hosts to be simulated using the given parameters.
Args:
Args:
num: number of hosts to create
num: number of hosts to create
...
@@ -131,8 +130,7 @@ def create_dctcp_hosts(
...
@@ -131,8 +130,7 @@ def create_dctcp_hosts(
mtu
:
int
,
mtu
:
int
,
ip_start
:
int
=
1
ip_start
:
int
=
1
):
):
# TODO modify docstring
"""Creates and configures multiple hosts to be simulated in a DCTCP experiment using the given parameters.
"""Creates and configures multiple hosts to be simulated using the given parameters.
Args:
Args:
num: number of hosts to create
num: number of hosts to create
...
...
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