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
6ae1dc51
"...composable_kernel.git" did not exist on "4026fced1c85160f9879710fc676cf86ad30cbeb"
Unverified
Commit
6ae1dc51
authored
Jan 22, 2025
by
Jakob Görgen
Browse files
experiments/pyexps/simple_demo: removed namespace from script
parent
1fc1389c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
experiments/pyexps/simple_demo.py
experiments/pyexps/simple_demo.py
+1
-3
No files found.
experiments/pyexps/simple_demo.py
View file @
6ae1dc51
...
@@ -27,7 +27,6 @@ from simbricks.orchestration import system
...
@@ -27,7 +27,6 @@ from simbricks.orchestration import system
from
simbricks.orchestration
import
simulation
as
sim
from
simbricks.orchestration
import
simulation
as
sim
from
simbricks.orchestration
import
instantiation
as
inst
from
simbricks.orchestration
import
instantiation
as
inst
from
simbricks.utils
import
base
as
utils_base
from
simbricks.utils
import
base
as
utils_base
from
simbricks.client
import
provider
from
simbricks.client.opus
import
base
as
opus_base
from
simbricks.client.opus
import
base
as
opus_base
"""
"""
...
@@ -163,11 +162,10 @@ for rate in iperf_udp_rates:
...
@@ -163,11 +162,10 @@ for rate in iperf_udp_rates:
if
__name__
==
"__main__"
:
if
__name__
==
"__main__"
:
"""
"""
Simple method to submit and run
y
boves instantiations via a python script.
Simple method to submit and run
a
boves instantiations via a python script.
This is a simple demonsttration of how one could parse immediately parse the
This is a simple demonsttration of how one could parse immediately parse the
experiment output to create e.g. a plot.
experiment output to create e.g. a plot.
"""
"""
provider
.
client_provider
.
namespace
=
"Akhetonics/Customer"
async
def
submit_and_plot
():
async
def
submit_and_plot
():
averages
=
[]
averages
=
[]
...
...
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