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
8c9c3ede
Commit
8c9c3ede
authored
Jun 29, 2021
by
Antoine Kaufmann
Browse files
experiments: stop gem5 after taking checkpoint (avoids hanging)
parent
af8bafcb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
experiments/simbricks/simulators.py
experiments/simbricks/simulators.py
+2
-1
No files found.
experiments/simbricks/simulators.py
View file @
8c9c3ede
...
@@ -197,10 +197,11 @@ class Gem5Host(HostSim):
...
@@ -197,10 +197,11 @@ class Gem5Host(HostSim):
f
'--num-cpus=
{
self
.
node_config
.
cores
}
'
f
'--num-cpus=
{
self
.
node_config
.
cores
}
'
'--ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 '
)
'--ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 '
)
if
(
env
.
no_simbricks
):
if
(
env
.
no_simbricks
):
cmd
+=
'--no-simbricks '
cmd
+=
'--no-simbricks '
if
env
.
create_cp
:
cmd
+=
'--max-checkpoints=1 '
if
env
.
restore_cp
:
if
env
.
restore_cp
:
cmd
+=
'-r 0 '
cmd
+=
'-r 0 '
...
...
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