Searched refs:cptdir (Results 1 - 5 of 5) sorted by relevance

/gem5/util/
H A Dcheckpoint-tester.py98 cptdir = os.path.join(top_dir, 'm5out') variable
101 subprocess.call([m5_binary] + ['-red', cptdir] + options + initial_args)
103 dirs = os.listdir(cptdir)
121 ['--max-checkpoints' , '1', '--checkpoint-dir', cptdir,
127 '%s/%s' % (cptdir, cpt_name),
/gem5/configs/common/
H A DSimulation.py120 def findCptDir(options, cptdir, testsys):
137 if not isdir(cptdir):
138 fatal("checkpoint dir %s does not exist!", cptdir)
149 checkpoint_dir = joinpath(cptdir, "cpt.%s.%s" % (options.bench, inst))
156 dirs = listdir(cptdir)
169 checkpoint_dir = joinpath(cptdir, cpts[cpt_num - 1])
190 dirs = listdir(cptdir)
205 checkpoint_dir = joinpath(cptdir, "cpt.%s" % cpts[cpt_num - 1])
209 def scriptCheckpoints(options, maxtick, cptdir):
228 m5.checkpoint(joinpath(cptdir, "cp
[all...]
/gem5/configs/example/arm/
H A Dstarter_fs.py179 cptdir = m5.options.outdir
181 print("Checkpoint directory: %s" % cptdir)
/gem5/util/batch/
H A Dsend.py256 cptdir = JobDir(joinpath(rootdir, job.checkpoint.name))
257 path = str(cptdir)
261 cptjob = cptdir.readval('.batch_jobid')
/gem5/util/pbs/
H A Dsend.py254 cptdir = JobDir(joinpath(conf.rootdir, job.checkpoint.name))
255 cptjob = cptdir.readval('.pbs_jobid')

Completed in 10 milliseconds