projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12049dc
)
fix pbs dependency stuff
author
Nathan Binkert
<binkertn@umich.edu>
Wed, 19 Oct 2005 06:10:24 +0000
(
02:10
-0400)
committer
Nathan Binkert
<binkertn@umich.edu>
Wed, 19 Oct 2005 06:10:24 +0000
(
02:10
-0400)
util/pbs/pbs.py:
after -> afterok
--HG--
extra : convert_revision :
ee0af716bcc0f83c4103632bd277a5680b0d2c23
util/pbs/pbs.py
patch
|
blob
|
history
diff --git
a/util/pbs/pbs.py
b/util/pbs/pbs.py
index 292ddf1f9a9bd0b3edf934940ff3f5ccfb6d87d3..70a0c6bede059ebe6f8981ed0772cebdf5b5f733 100755
(executable)
--- a/
util/pbs/pbs.py
+++ b/
util/pbs/pbs.py
@@
-158,7
+158,7
@@
class qsub:
self.cmd.append('-q' + self.queue)
if self.afterok:
- self.cmd.append('-Wdepend=afterok:%s' % self.after)
+ self.cmd.append('-Wdepend=afterok:%s' % self.after
ok
)
self.cmd.extend(args)
self.script = script