bug-parallel
[Top][All Lists]
Advanced

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

Re: GNU Parallel Bug Reports Use of uninitialized value $swap_out in pat


From: Rhys Ulerich
Subject: Re: GNU Parallel Bug Reports Use of uninitialized value $swap_out in pattern match
Date: Wed, 24 Oct 2012 16:58:04 -0500

I've added the mailing list back to the CC...

> It seems you have 17 fields. Try changing NF==16 to NF==17.
>
> If that works, then try
>
>  ( vmstat 1 2 || vm_stat 1 ) | awk 'NR!=4{next} NF==16||NF==17{print
> $7*$8} NF==11{print $10*$11} {exit}'

It does.

> If that works change it in GNU Parallel.

Changing it in my copy of parallel causes my 'ls | parallel --noswap
echo' to work as expected.

Thank you,
Rhys



reply via email to

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