Skip to content
Snippets Groups Projects
Commit ec2f4717 authored by Albert Vilella's avatar Albert Vilella
Browse files

adding -o /dev/null

parent f4531084
No related branches found
No related tags found
No related merge requests found
......@@ -517,7 +517,7 @@ sub run_autonomously {
} else {
$lsf_job_name .= "HL$loopCount";
}
$cmd = "bsub -J\"$lsf_job_name\"";
$cmd = "bsub -o /dev/null -J\"$lsf_job_name\"";
$cmd .= " " . $self->{'lsf_options'} if ($self->{'lsf_options'});
$cmd .= " ".$worker_cmd;
......
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