Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
137109e1
Commit
137109e1
authored
Sep 01, 2010
by
Leo Gordon
Browse files
the worker_pid may contain index part and should be enquoted
parent
2c14887e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/Bio/EnsEMBL/Hive/Meadow/LSF.pm
modules/Bio/EnsEMBL/Hive/Meadow/LSF.pm
+1
-1
No files found.
modules/Bio/EnsEMBL/Hive/Meadow/LSF.pm
View file @
137109e1
...
...
@@ -80,7 +80,7 @@ sub kill_worker {
sub
find_out_cause
{
my
(
$self
,
$worker_pid
)
=
@_
;
my
$diagnostic_output
=
`
bacct -l
$worker_pid
`;
my
$diagnostic_output
=
`
bacct -l
'
$worker_pid
'
`;
if
(
$diagnostic_output
=~
/TERM_MEMLIMIT: job killed/i
)
{
return
'
MEMLIMIT
';
}
elsif
(
$diagnostic_output
=~
/TERM_RUNLIMIT: job killed/i
)
{
...
...
Write
Preview
Markdown
is supported
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