parallel
[Top][All Lists]
Advanced

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

Re: GNU Parallel seems to drop data


From: Ole Tange
Subject: Re: GNU Parallel seems to drop data
Date: Tue, 25 Sep 2012 18:07:13 +0200

On Tue, Sep 25, 2012 at 3:48 PM, Dirk Eddelbuettel <edd@debian.org> wrote:

> Yes, now that I am in the office and my actual data, that verification in the
> next step. I probably also need the '-k' switch [ does that have "significant"
> performance implications? ] to ensure the order is the same which is important
> for the subsequent "munging" of the appropriately split files.

The penalty for -k is <1 ms CPU time, few kb RAM + 2 filehandles for
each job output that is postponed. In other words for all normal jobs
there is no performance penalty by using -k.

But remember: -k only affects stdout/stderr. It does *not* affect
output into files (like you are doing).


/Ole



reply via email to

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