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') 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