GNU Parallel 20210322 ('2002-01-06') released [stable]
GNU Parallel
GNU Parallel 20210322 ('2002-01-06') [stable] has been released.
No new functionality was introduced so this is a good candidate for a stable release.
An easy way to support GNU Parallel is to tip on LBRY.
Please help spreading GNU Parallel by making a testimonial video like Juan Sierra Pons: http://www.elsotanillo.net/wp-content/uploads/GnuParallel_JuanSierraPons.mp4
It does not have to be as detailed as Juan's. It is perfectly fine if you just say your name, and what field you are using GNU Parallel for.
Quote of the month:
GNU Parallel is my new favorite thing -- Will Tejeda @thewilltejeda
New in this release:
- Bug fixes and man page updates.
News about GNU Parallel:
The very first version of Parallel dated 2002-01-06 was found in an old backup:
#!/usr/bin/perl $processes=shift; chomp(@jobs=<>); for (@jobs) { $jobnr++; push @makefile, (".PHONY : job$jobnr\n", "job$jobnr :\n", "\t$_\n"); } unshift @makefile, "all : ",(map { "job$_ " } 1 .. $jobnr),"\n"; open (MAKE, "| make -k -f - -j $processes") || die; print MAKE @makefile; close MAKE;
Introduction to GNU Parallel https://www.youtube.com/watch?v=Kj-6JkAqw-8
Using GNU Parallel with GooseSLURM https://readthedocs.org/projects/gooseslurm/downloads/pdf/latest/#chapter.7
Why GNU-parallel? https://github.com/lijingbu/omics/blob/main/why_gnu_parallel.md
Get the book: GNU Parallel 2018 http://www.lulu.com/shop/ole-tange/gnu-parallel-2018/paperback/product-23558902.html
GNU Parallel - For people who live life in the parallel lane.
If you like GNU Parallel record a video testimonial: Say who you are, what you use GNU Parallel for, how it helps you, and what you like most about it. Include a command that uses GNU Parallel if you feel like it.
2233980 Bytes