Re: Huge consumption of tmpdir while running parallel

2014-06-14 Thread Ole Tange
On Sat, Jun 14, 2014 at 2:13 AM, Antoine Drochon (perso) wrote: > I am running into an disk space issue when I run a parallel command (GNU > parallel 20140322). > > The pseudo code is as defined below: Please do not use pseudo code, but make a working example that shows the problem as per Repor

Re: --linebuffer implemented

2014-06-14 Thread Ole Tange
On Tue, Jul 30, 2013 at 5:20 PM, Ole Tange wrote: > --linebuffer guards against having half a line coming from job1 and > half a line coming from job2, but prints out when it has a full line. > It is slower than --group and much slower than --ungroup. Alas, I was wrong. This is what happens when