Searched refs:rootdir (Results 1 - 8 of 8) sorted by relevance

/gem5/configs/splash2/
H A Drun.py64 parser.add_option("--rootdir",
84 cwd = options.rootdir + '/kernels/cholesky'
85 executable = options.rootdir + '/kernels/cholesky/CHOLESKY'
87 options.rootdir + '/kernels/cholesky/inputs/tk23.O']
90 cwd = options.rootdir + '/kernels/fft'
91 executable = options.rootdir + '/kernels/fft/FFT'
95 executable = options.rootdir + '/kernels/lu/contiguous_blocks/LU'
97 cwd = options.rootdir + '/kernels/lu/contiguous_blocks'
100 executable = options.rootdir + '/kernels/lu/non_contiguous_blocks/LU'
102 cwd = options.rootdir
[all...]
H A Dcluster.py67 parser.add_option("--rootdir",
83 executable = options.rootdir + '/kernels/cholesky/CHOLESKY'
85 + options.rootdir + '/kernels/cholesky/inputs/tk23.O'
88 executable = options.rootdir + 'kernels/fft/FFT'
92 executable = options.rootdir + 'kernels/lu/contiguous_blocks/LU'
96 executable = options.rootdir + 'kernels/lu/non_contiguous_blocks/LU'
100 executable = options.rootdir + 'kernels/radix/RADIX'
104 executable = options.rootdir + 'apps/barnes/BARNES'
106 input = options.rootdir + 'apps/barnes/input.p' + str(options.numcpus)
109 executable = options.rootdir
[all...]
/gem5/ext/mcpat/regression/
H A Dregression.py178 rootdir = args[0]; variable
179 if not os.path.exists(rootdir):
180 print "ERROR: Regressions directory does not exist: %s" % rootdir
184 # The specified rootdir must exist since we got here
186 list = os.listdir(rootdir)
194 regression_test = os.path.join(rootdir, file)
196 rootdir, "region%s.out.ref" % region_index)
207 print "ERROR: Invalid test directory: %s" % rootdir
213 if has_power_region_files(rootdir):
215 if is_valid_test_directory(rootdir) o
[all...]
/gem5/util/batch/
H A Dsend.py86 -j <jobfile> specify the jobfile (default is <rootdir>/Test.py)
90 -j <jobfile> specify the jobfile (default is <rootdir>/Test.py)
200 jobdir = JobDir(joinpath(conf.rootdir, job.name))
250 rootdir = conf.rootdir variable
251 script = joinpath(rootdir, 'Base', 'job.py')
254 jobdir = JobDir(joinpath(rootdir, job.name))
256 cptdir = JobDir(joinpath(rootdir, job.checkpoint.name))
279 #qsub.env['ROOTDIR'] = conf.rootdir
H A Djob.py151 rootdir = env.setdefault('ROOTDIR', os.path.dirname(cwd)) variable
155 basedir = joinpath(rootdir, 'Base')
157 jobfile = env.setdefault('JOBFILE', joinpath(rootdir, 'Test.py'))
/gem5/util/pbs/
H A Dsend.py87 -j <jobfile> specify the jobfile (default is <rootdir>/Test.py)
91 -j <jobfile> specify the jobfile (default is <rootdir>/Test.py)
201 jobdir = JobDir(joinpath(conf.rootdir, job.name))
252 jobdir = JobDir(joinpath(conf.rootdir, job.name))
254 cptdir = JobDir(joinpath(conf.rootdir, job.checkpoint.name))
269 qsub.env['ROOTDIR'] = conf.rootdir
H A Djob.py147 rootdir = env.setdefault('ROOTDIR', os.getcwd()) variable
150 basedir = joinpath(rootdir, 'Base')
152 jobfile = env.setdefault('JOBFILE', joinpath(rootdir, 'Test.py'))
153 outdir = env.setdefault('OUTPUT_DIR', joinpath(rootdir, jobname))
/gem5/util/stats/
H A Dprofile.py473 profile.inputdir(jobfile.rootdir)

Completed in 14 milliseconds