bug-parallel
[Top][All Lists]
Advanced

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

Re: GNU Parallel Bug Reports Problem with --nice in 20111022


From: Ole Tange
Subject: Re: GNU Parallel Bug Reports Problem with --nice in 20111022
Date: Sun, 13 Nov 2011 13:26:53 +0100

On Tue, Nov 1, 2011 at 4:58 PM, Bill Wyatt <address@hidden> wrote:
> OS: CentOS 5.7, kernel 2.6.18-274.1.1.el5 (AMD Opteron 2222SE)
>
> Version 20111022 seems to have broken --nice. Version 20110822 works.
>
> Example:
>   parallel --nice 8 echo ::: *
>   nice: Badly formed number.
>   [... once for each copy of echo forked ...]

I cannot reproduce this (I run Debian). Can you run:

  seq 1 2 | parallel -D --nice 8 echo

/Ole



reply via email to

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