output dir changes to python files
util/pbs/job.py: pass output dir to m5 directly --HG-- extra : convert_revision : 00d1568bb2da3b3e646fc75b4884314bf4cb2d71
This commit is contained in:
parent
538d7d19c8
commit
b1ab7b53c3
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ if __name__ == '__main__':
|
|||
|
||||
os.symlink(joinpath(jobdir, 'output'), 'status.out')
|
||||
|
||||
args = [ joinpath(basedir, 'm5'), joinpath(basedir, 'run.mpy') ]
|
||||
args = [ joinpath(basedir, 'm5'), '-d', '%s' % jobdir, joinpath(basedir, 'run.mpy') ]
|
||||
if not len(args):
|
||||
sys.exit("no arguments")
|
||||
|
||||
|
|
Loading…
Reference in a new issue