"vscode:/vscode.git/clone" did not exist on "42a3d8fcaa6777af3e4a1e6185b412b5f34c62de"
Commit 8c9c3ede authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

experiments: stop gem5 after taking checkpoint (avoids hanging)

parent af8bafcb
......@@ -197,10 +197,11 @@ class Gem5Host(HostSim):
f'--num-cpus={self.node_config.cores} '
'--ddio-enabled --ddio-way-part=8 --mem-type=DDR4_2400_16x4 ')
if (env.no_simbricks):
cmd += '--no-simbricks '
if env.create_cp:
cmd += '--max-checkpoints=1 '
if env.restore_cp:
cmd += '-r 0 '
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment