On Fri, Dec 16, 2011 at 12:45 PM, Ole Tange <[email protected]> wrote:
> On Fri, Dec 16, 2011 at 9:01 AM, rambach <[email protected]> wrote:
>> On 12/15/2011 11:35 PM, Ole Tange wrote:
>>> On Wed, Dec 14, 2011 at 2:35 PM, rambach<[email protected]> wrote:
>>>> On 12/12/2011 11:07 PM, Ole Tange wrote:
>
>>>>> I am thinking of re-using --joblog and adding --resume. I see at least
>>>>> 2 approaches:
>>>>>
>>>>> * Only look for the job-number.
This is now implemented. You can do:
timeout -k 1 1 parallel -j2 --resume --joblog /tmp/joblog2 sleep {}
::: 1.1 2.2 3.3 4.4
parallel -j2 --resume --joblog /tmp/joblog2 sleep {} ::: 1.1 2.2 3.3 4.4;
Please test it.
/Ole