Re: Problems with GNU Parallel and ulimit

2018-08-11 Thread Arun Isaac
> This is fixed by 4e7950fdce5b83db018c44a80ec4a4059612d716 (it adds a > wrap-program phase). I just verified this. It works. Thanks! :-)

Re: Problems with GNU Parallel and ulimit

2018-06-21 Thread Clément Lassieur
Eric Bavier writes: > Sending response to the list this time... > >> Arun Isaac writes: >> >> > Leo Famulari writes: >> > >> >> On Mon, Aug 14, 2017 at 12:46:25PM +1000, Ben Woodcroft wrote: >> >>> On 14/08/17 12:31, Arun Isaac wrote: >> >>> > Does `parallel' work for anybody? When I run >>

Re: Problems with GNU Parallel and ulimit

2017-08-17 Thread Arun Isaac
Eric Bavier writes: > The problem appears if you do not have 'perl' available in $PATH. GNU > parallel calls it recursively for a few tasks: This is correct. I have verified it. When I have perl in my PATH, GNU parallel works fine. > There is some path patching that goes on in the package

Re: Problems with GNU Parallel and ulimit

2017-08-15 Thread Eric Bavier
Sending response to the list this time... > Arun Isaac writes: > > > Leo Famulari writes: > > > >> On Mon, Aug 14, 2017 at 12:46:25PM +1000, Ben Woodcroft wrote: > >>> On 14/08/17 12:31, Arun Isaac wrote: > >>> > Does `parallel' work for anybody? When I run > >>> > > >>> > $ ls

Re: Problems with GNU Parallel and ulimit

2017-08-15 Thread ericbavier
> On 08/15/2017 at 00:14 Arun Isaac writes: > >> Leo Famulari writes: >> >>> On Mon, Aug 14, 2017 at 12:46:25PM +1000, Ben Woodcroft wrote: On 14/08/17 12:31, Arun Isaac wrote: > Does `parallel' work for anybody? When I run > > $ ls | parallel echo > > I get the

Re: Problems with GNU Parallel and ulimit

2017-08-14 Thread myglc2
On 08/15/2017 at 00:14 Arun Isaac writes: > Leo Famulari writes: > >> On Mon, Aug 14, 2017 at 12:46:25PM +1000, Ben Woodcroft wrote: >>> On 14/08/17 12:31, Arun Isaac wrote: >>> > Does `parallel' work for anybody? When I run >>> > >>> > $ ls | parallel echo >>> > >>> > I get the following error

Re: Problems with GNU Parallel and ulimit

2017-08-14 Thread Marius Bakke
Arun Isaac writes: > Leo Famulari writes: > >> On Mon, Aug 14, 2017 at 12:46:25PM +1000, Ben Woodcroft wrote: >>> On 14/08/17 12:31, Arun Isaac wrote: >>> > Does `parallel' work for anybody? When I run >>> > >>> > $ ls | parallel echo >>> > >>> > I get the following

Re: Problems with GNU Parallel and ulimit

2017-08-14 Thread Arun Isaac
Leo Famulari writes: > On Mon, Aug 14, 2017 at 12:46:25PM +1000, Ben Woodcroft wrote: >> On 14/08/17 12:31, Arun Isaac wrote: >> > Does `parallel' work for anybody? When I run >> > >> > $ ls | parallel echo >> > >> > I get the following error message, and nothing happens. >> It works fine for