Re: bug in parallel

2016-07-23 Thread Ole Tange
On Wed, Jul 20, 2016 at 5:15 AM, K.IEMURA wrote: >> 2016-07-14 10:50 GMT+02:00 jessin janice james peter >> : >>> I was trying to install paralell in my centos machine and ended up with >>> this bug. >>> >>> * The version number: 20150522 >>> * The bugid: pidtable format: 21170 1 [... example w

Re: How to debug error "Signal SIGCHLD received, but no signal handler set."?

2016-07-23 Thread Ole Tange
On Fri, Jul 22, 2016 at 2:50 PM, wrote: : > I use Cygwin (updated to latest packages) with the latest parallel version > (20160622). > My workflow looks like this: > > cat input.txt | parallel --pipe -N64 --blocksize 63K --joblog > joblog.txt --retries 3 --progress python myscript.py > > m