Skip to content
Snippets Groups Projects
Commit 8de26717 authored by Leo Gordon's avatar Leo Gordon
Browse files

pulling in the "pending independently" patch from version/2.0

parents 2ea243db 7c15f499
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,8 @@ sub count_pending_workers_by_rc_name {
my ($self) = @_;
my $jnp = $self->job_name_prefix();
my $cmd = "bjobs -w -J '${jnp}*' -u all 2>/dev/null | grep PEND";
my $cmd = "bjobs -w -J '${jnp}*' 2>/dev/null | grep PEND"; # "-u all" has been removed to ensure one user's PEND processes
# do not affect another user helping to run the same pipeline.
# warn "LSF::count_pending_workers_by_rc_name() running cmd:\n\t$cmd\n";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment