Searched refs:jobdir (Results 1 - 4 of 4) sorted by relevance

/gem5/util/batch/
H A Dsend.py200 jobdir = JobDir(joinpath(conf.rootdir, job.name)) variable
201 if jobdir.exists():
203 status = jobdir.getstatus()
214 sys.exit('job directory %s not clean!' % jobdir)
216 jobdir.clean()
254 jobdir = JobDir(joinpath(rootdir, job.name)) variable in class:NameHack
264 jobdir.create()
265 os.chdir(str(jobdir))
266 os.environ['PWD'] = str(jobdir)
269 print 'Job directory: %s' % jobdir
[all...]
H A Djob.py171 jobdir = JobDir(outdir) variable
174 jobdir.echofile('.running', started)
175 jobdir.rmfile('.queued')
176 jobdir.echofile('.host', host)
178 jobdir.setstatus('running on %s on %s' % (host, started))
196 os.symlink(jobdir.file('output'), 'status.out')
211 fd = os.open(jobdir.file("output"),
244 jobdir.echofile('.%s' % status, complete)
245 jobdir.rmfile('.running')
246 jobdir
[all...]
/gem5/util/pbs/
H A Dsend.py201 jobdir = JobDir(joinpath(conf.rootdir, job.name)) variable
202 if jobdir.exists():
204 status = jobdir.getstatus()
215 sys.exit('job directory %s not clean!' % jobdir)
217 jobdir.clean()
252 jobdir = JobDir(joinpath(conf.rootdir, job.name)) variable in class:NameHack
258 jobdir.create()
261 print 'Job directory: %s' % jobdir
265 qsub.stdout = jobdir.file('jobout')
287 jobdir
[all...]
H A Djob.py166 jobdir = JobDir(outdir) variable
169 jobdir.echofile('.running', started)
170 jobdir.rmfile('.queued')
171 jobdir.echofile('.host', host)
173 jobdir.setstatus('running on %s on %s' % (host, started))
191 os.symlink(jobdir.file('output'), 'status.out')
206 fd = os.open(jobdir.file("output"),
239 jobdir.echofile('.%s' % status, complete)
240 jobdir.rmfile('.running')
241 jobdir
[all...]

Completed in 8 milliseconds