bug-parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNU Parallel Bug Reports --round and --linebuffer don't like each ot


From: Ole Tange
Subject: Re: GNU Parallel Bug Reports --round and --linebuffer don't like each other
Date: Thu, 13 Nov 2014 14:45:17 +0100

On Thu, Nov 13, 2014 at 5:08 AM, Kosta Eleftheriou <address@hidden> wrote:
> GNU parallel 20140922
>
> This works:
>
> $ seq 10000000000 | parallel --pipe --linebuffer cat | head
>
> But this does not (won't print until the jobs are finished):
>
> $ seq 10000000000 | parallel --pipe --linebuffer --round cat | head

Good call. https://savannah.gnu.org/bugs/index.php?43600

> Since --linebuffer is the default, this also does not work:
>
> $ seq 10000000000 | parallel --pipe --round cat | head

Almost correct: --group is default (not --linebuffer).

/Ole



reply via email to

[Prev in Thread] Current Thread [Next in Thread]