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:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user