Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
gridtk
Commits
425950c5
Commit
425950c5
authored
Feb 13, 2014
by
Manuel Günther
Browse files
Corrected variable name in jman resubmit.
parent
a937c8f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
gridtk/script/jman.py
View file @
425950c5
...
...
@@ -112,7 +112,7 @@ def submit(args):
if
args
.
array
is
not
None
:
kwargs
[
'array'
]
=
get_array
(
args
.
array
)
if
args
.
log_dir
is
not
None
:
kwargs
[
'log_dir'
]
=
args
.
log_dir
if
args
.
dependencies
is
not
None
:
kwargs
[
'dependencies'
]
=
args
.
dependencies
if
args
.
q
ueu
e
!=
'all.q'
:
kwargs
[
'hvmem'
]
=
args
.
memory
if
args
.
q
nam
e
!=
'all.q'
:
kwargs
[
'hvmem'
]
=
args
.
memory
if
args
.
parallel
is
not
None
:
kwargs
[
'pe_opt'
]
=
"pe_mth %d"
%
args
.
parallel
kwargs
[
'memfree'
]
=
"%d%s"
%
(
int
(
args
.
memory
.
rstrip
(
string
.
ascii_letters
))
*
args
.
parallel
,
args
.
memory
.
lstrip
(
string
.
digits
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment