parallel
[Top][All Lists]
Advanced

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

Re: parallel error


From: Ole Tange
Subject: Re: parallel error
Date: Mon, 21 Mar 2011 09:59:30 +0100

On Mon, Mar 21, 2011 at 3:54 AM, Alex Copeland <accopeland@lbl.gov> wrote:
> Thanks.
> Maybe coincidence, but 8 is the number of cpus on the system which
> returns the errors below.

Do you have another machine you can test on? If so: Can you reproduce
the behaviour on that machine?

>> parallel --version
> GNU parallel 20110205

Looks fine.

>> parallel echo ::: 123

Try:

parallel --number-of-cores
parallel -S 8/: echo ::: 123
parallel -v echo ::: 123
parallel -t echo ::: 123
parallel -D echo ::: 123


/Ole



reply via email to

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