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

2016-07-22 Thread com
Hi there, 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 myscript.py does some CPU-bound processing with

GNU Parallel 20160722 ('Brexit') released

2016-07-22 Thread Ole Tange
GNU Parallel 20160722 ('Brexit') has been released. It is available for download at: http://ftp.gnu.org/gnu/parallel/ Haiku of the month: Pipes are fast and good. Use them in your programs, too. Use GNU Parallel -- Ole Tange New in this release: * env_parallel is now ready