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
9aa93461
Unverified
Commit
9aa93461
authored
Dec 09, 2024
by
Jakob Görgen
Browse files
experiments/pyexps/netperf_sysconf: added artifact creation example
parent
c594d000
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
experiments/pyexps/netperf_sysconf.py
experiments/pyexps/netperf_sysconf.py
+5
-3
No files found.
experiments/pyexps/netperf_sysconf.py
View file @
9aa93461
...
...
@@ -121,8 +121,8 @@ for host_type in host_types:
else
:
raise
NameError
(
net_type
)
host_inst0
=
sim
.
Gem5Sim
(
simulation
)
#
host_inst0 = sim.QemuSim(simulation)
#
host_inst0 = sim.Gem5Sim(simulation)
host_inst0
=
sim
.
QemuSim
(
simulation
)
host_inst0
.
add
(
host0
)
host_inst0
.
name
=
"Client-Host"
# host_inst0.wait_terminate = True
...
...
@@ -161,5 +161,7 @@ for host_type in host_types:
instance
=
inst
.
Instantiation
(
sim
=
simulation
)
instance
.
preserve_tmp_folder
=
False
instance
.
create_checkpoint
=
True
instance
.
create_checkpoint
=
False
instance
.
artifact_paths
=
[
"simbricks-workdir/output"
]
instantiations
.
append
(
instance
)
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