parallel errors

2015-09-23 Thread alberto magi
I installed gnu_parrallel in suse os and it gives me the following error just by typing parallel: parallel: This should not happen. You have found a bug. Please contact and include: * The version number: 20150522 * The bugid: pidtable format: 5056 1 * The command line being run * The files bein

Re: parallel errors

2015-09-23 Thread Ole Tange
On Wed, Sep 23, 2015 at 7:09 PM, alberto magi wrote: > I installed gnu_parrallel in suse os and it gives me the following error > just by typing parallel: Post the output of: ps -ef | perl -ane '1..1 and /^(.*)CO?MM?A?N?D/ and $s=length $1; s/^.{$s}//; print "@F[1,2] $_"' /Ole