I'm running GNU parallel 20131222 with --results outdir --jobs 4 and
getting 4 processors running at capacity but only getting the stdout
from two of the jobs. It looks as if the other two are buffering the
output since they are gaining memory while the other two jobs are at
constant memory.
On Wed, Feb 26, 2014 at 8:07 PM, Rob Sargent wrote:
> I'm running GNU parallel 20131222 with --results outdir --jobs 4 and getting
> 4 processors running at capacity but only getting the stdout from two of the
> jobs. It looks as if the other two are buffering the output since they are
> gaining