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
f252575f
Commit
f252575f
authored
Sep 07, 2010
by
Leo Gordon
Browse files
*** empty log message ***
parent
35fcc20d
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 @
f252575f
...
...
@@ -27,7 +27,7 @@ sub count_pending_workers {
my
(
$self
)
=
@_
;
my
$jnp
=
$self
->
job_name_prefix
();
my
$cmd
=
qq{bjobs -w -J '${jnp}*' -u all | grep -c PEND}
;
my
$cmd
=
qq{bjobs -w -J '${jnp}*' -u all
2>/dev/null
| grep -c PEND}
;
my
$pend_count
=
qx/$cmd/
;
chomp
(
$pend_count
);
...
...
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