On Mon, Mar 21, 2011 at 3:54 AM, Alex Copeland <[email protected]> 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