|
From: | Martin d'Anjou |
Subject: | Re: parallel + blast + LSF |
Date: | Wed, 15 Apr 2015 11:48:31 -0400 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 |
Hi,
Thanks for clarifying. I want to use GNU Parallel to bsub jobs. This way I can use GNU Parallel to throttle the number of jobs that are submitted to LSF, and it is easier than writing a loop. parallel -j 100 my_script [bsub options] ::: {1..2000} my_script (pseudo-code): #!/bin/bash ... bsub [bsub options] command ... post-process data This way I can submit jobs, say 100 at a time. When I submit all 2000 jobs, it gets problematic and I start hitting limits with file descriptors, etc. Thanks for sharing, Martin On 15-04-15 11:35 AM, Giuseppe Aprea wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |