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
08e9cada
Commit
08e9cada
authored
Nov 06, 2015
by
Manuel Günther
Browse files
Fixed bug in jman command line option
parent
c707ee2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
gridtk/script/jman.py
View file @
08e9cada
...
...
@@ -125,7 +125,8 @@ def submit(args):
if
args
.
qname
!=
'all.q'
:
kwargs
[
'hvmem'
]
=
args
.
memory
if
args
.
parallel
is
not
None
:
kwargs
[
'pe_opt'
]
=
"pe_mth %d"
%
args
.
parallel
kwargs
[
'memfree'
]
=
get_memfree
(
args
.
memory
,
args
.
parallel
)
if
args
.
memory
is
not
None
:
kwargs
[
'memfree'
]
=
get_memfree
(
args
.
memory
,
args
.
parallel
)
kwargs
[
'dry_run'
]
=
args
.
dry_run
kwargs
[
'stop_on_failure'
]
=
args
.
stop_on_failure
...
...
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