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
2c14887e
Commit
2c14887e
authored
Sep 01, 2010
by
Leo Gordon
Browse files
small fix
parent
c9b4cacb
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 @
2c14887e
...
...
@@ -39,7 +39,7 @@ sub status_of_all_our_workers { # returns a hashref
my
(
$self
)
=
@_
;
my
$jnp
=
$self
->
job_name_prefix
();
my
$cmd
=
qq{bjobs -w -J '${jnp}*' -u all 2>
&1 | grep -v 'No unfinished job found'
| grep -v JOBID | grep -v DONE | grep -v EXIT}
;
my
$cmd
=
qq{bjobs -w -J '${jnp}*' -u all 2>
/dev/null
| grep -v JOBID | grep -v DONE | grep -v EXIT}
;
my
%status_hash
=
();
foreach
my
$line
(`
$cmd
`)
{
...
...
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