diff --git a/NEWS b/NEWS index 144844ea..d63a16e4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,37 @@ +20200722 + +New in this release: + +* No new functionality + +* Bug fixes and man page updates. + +News about GNU Parallel: + +* Tips for Running Jobs on your VM + https://support.ehelp.edu.au/support/solutions/articles/6000089713-tips-for-running-jobs-on-your-vm#parallel + +* Introduction to GNU Parallel: Parallelizing Massive Individual Tasks + https://www.youtube.com/watch?v=QSFLTEyCKvo + +* Slides for same + http://www.hpc.lsu.edu/training/weekly-materials/2020-Spring/GNUParallel_Spring_2020.pdf + +* Linux-Fu: Parallel Universe + https://hackaday.com/2020/06/29/linux-fu-parallel-universe/ + +* Resumable batch jobs with gnu parallel https://igor.io/parallel/ + +* Introducing Parallel into Shell + https://www.petelawson.com/post/parallel-in-shell/ + +* AV1 encoding parallelization with GNU Parallel + https://www.reddit.com/r/AV1/comments/fjvqp9/av1_encoding_parallelization_with_gnu_parallel/ + +* Beschleunigte Befehlsbearbeitung mit GNU Parallel + https://www.linux-community.de/ausgaben/linuxuser/2013/06/beschleunigte-befehlsbearbeitung-mit-gnu-parallel/ + + 20200622 New in this release: diff --git a/README b/README index fee63972..97ef6e0a 100644 --- a/README +++ b/README @@ -57,11 +57,11 @@ document. Full installation of GNU Parallel is as simple as: - wget https://ftpmirror.gnu.org/parallel/parallel-20200622.tar.bz2 - wget https://ftpmirror.gnu.org/parallel/parallel-20200622.tar.bz2.sig - gpg parallel-20200622.tar.bz2.sig - bzip2 -dc parallel-20200622.tar.bz2 | tar xvf - - cd parallel-20200622 + wget https://ftpmirror.gnu.org/parallel/parallel-20200722.tar.bz2 + wget https://ftpmirror.gnu.org/parallel/parallel-20200722.tar.bz2.sig + gpg parallel-20200722.tar.bz2.sig + bzip2 -dc parallel-20200722.tar.bz2 | tar xvf - + cd parallel-20200722 ./configure && make && sudo make install @@ -70,11 +70,11 @@ Full installation of GNU Parallel is as simple as: If you are not root you can add ~/bin to your path and install in ~/bin and ~/share: - wget https://ftpmirror.gnu.org/parallel/parallel-20200622.tar.bz2 - wget https://ftpmirror.gnu.org/parallel/parallel-20200622.tar.bz2.sig - gpg parallel-20200622.tar.bz2.sig - bzip2 -dc parallel-20200622.tar.bz2 | tar xvf - - cd parallel-20200622 + wget https://ftpmirror.gnu.org/parallel/parallel-20200722.tar.bz2 + wget https://ftpmirror.gnu.org/parallel/parallel-20200722.tar.bz2.sig + gpg parallel-20200722.tar.bz2.sig + bzip2 -dc parallel-20200722.tar.bz2 | tar xvf - + cd parallel-20200722 ./configure --prefix=$HOME && make && make install Or if your system lacks 'make' you can simply copy src/parallel @@ -122,8 +122,8 @@ will love you for it. When using programs that use GNU Parallel to process data for publication please cite: - Tange, O. (2020, June 22). GNU Parallel 20200622 ('Floyd'). - Zenodo. https://doi.org/10.5281/zenodo.3903853 + Tange, O. (2020, July 22). GNU Parallel 20200722 ('Privacy Shield'). + Zenodo. https://doi.org/10.5281/zenodo.3956817 = New versions = diff --git a/configure b/configure index ae8e8ecc..d22f6920 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for parallel 20200622. +# Generated by GNU Autoconf 2.69 for parallel 20200722. # # Report bugs to . # @@ -579,8 +579,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='parallel' PACKAGE_TARNAME='parallel' -PACKAGE_VERSION='20200622' -PACKAGE_STRING='parallel 20200622' +PACKAGE_VERSION='20200722' +PACKAGE_STRING='parallel 20200722' PACKAGE_BUGREPORT='bug-parallel@gnu.org' PACKAGE_URL='' @@ -1214,7 +1214,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures parallel 20200622 to adapt to many kinds of systems. +\`configure' configures parallel 20200722 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1281,7 +1281,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of parallel 20200622:";; + short | recursive ) echo "Configuration of parallel 20200722:";; esac cat <<\_ACEOF @@ -1357,7 +1357,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -parallel configure 20200622 +parallel configure 20200722 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1374,7 +1374,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by parallel $as_me 20200622, which was +It was created by parallel $as_me 20200722, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2237,7 +2237,7 @@ fi # Define the identity of the package. PACKAGE='parallel' - VERSION='20200622' + VERSION='20200722' cat >>confdefs.h <<_ACEOF @@ -2880,7 +2880,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by parallel $as_me 20200622, which was +This file was extended by parallel $as_me 20200722, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2942,7 +2942,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -parallel config.status 20200622 +parallel config.status 20200722 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 8e3c9fdd..83e976eb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([parallel], [20200622], [bug-parallel@gnu.org]) +AC_INIT([parallel], [20200722], [bug-parallel@gnu.org]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([ diff --git a/doc/release_new_version b/doc/release_new_version index d3a7aeca..4d578338 100644 --- a/doc/release_new_version +++ b/doc/release_new_version @@ -35,8 +35,8 @@ gpl v3 [Save] -DOINO=3841377 -TAG=Kraftwerk +DOINO=3956817 +TAG='PrivacyShield' # Update version . packager/releasescripts/updateversion @@ -189,7 +189,7 @@ from:tange@gnu.org to:parallel@gnu.org, bug-parallel@gnu.org stable-bcc: Jesse Alama -Subject: GNU Parallel 20200622 ('Floyd') released <<[stable]>> +Subject: GNU Parallel 20200722 ('Privacy Shield') released <<[stable]>> GNU Parallel 20200622 ('') <<[stable]>> has been released. It is available for download at: http://ftpmirror.gnu.org/parallel/ @@ -207,23 +207,22 @@ New in this release: News about GNU Parallel: -* GNU Parallel is used at NERSC: https://www.nersc.gov/assets/Uploads/08-Workflows-20200616.pdf +* Tips for Running Jobs on your VM https://support.ehelp.edu.au/support/solutions/articles/6000089713-tips-for-running-jobs-on-your-vm#parallel -* Resumable batch jobs with GNU Parallel https://igor.io/parallel/ +* Introduction to GNU Parallel: Parallelizing Massive Individual Tasks https://www.youtube.com/watch?v=QSFLTEyCKvo -* Lab Meeting technical talk https://www.slideshare.net/hoffmanlab/gnu-parallel-194030490 +* Slides for same http://www.hpc.lsu.edu/training/weekly-materials/2020-Spring/GNUParallel_Spring_2020.pdf -* Open Sky Software Website Credits https://www.openskysoftware.com/site-credits.htm +* Linux-Fu: Parallel Universe https://hackaday.com/2020/06/29/linux-fu-parallel-universe/ -* Speed up your Python Scripts using Ubuntu and GNU Parallel https://ecce.esri.ca/wpecce/2019/12/24/speed-up-your-python-scripts-using-ubuntu-and-gnu-parallel/ +* Resumable batch jobs with gnu parallel https://igor.io/parallel/ -* Indispensable command-line tools https://negfeedback.blogspot.com/2020/05/indispensable-command-line-tools.html +* Introducing Parallel into Shell https://www.petelawson.com/post/parallel-in-shell/ -* GNU Parallel for simulations http://pdebuyl.be/blog/2020/gnu-parallel-for-simulations.html +* AV1 encoding parallelization with GNU Parallel https://www.reddit.com/r/AV1/comments/fjvqp9/av1_encoding_parallelization_with_gnu_parallel/ -* Introduction to GNU parallel https://bioinformaticsworkbook.org/Appendix/GNUparallel/GNU_parallel_examples.html +* Beschleunigte Befehlsbearbeitung mit GNU Parallel https://www.linux-community.de/ausgaben/linuxuser/2013/06/beschleunigte-befehlsbearbeitung-mit-gnu-parallel/ -* Bug fixes and man page updates. Get the book: GNU Parallel 2018 http://www.lulu.com/shop/ole-tange/gnu-parallel-2018/paperback/product-23558902.html diff --git a/packager/obs/home:tange/parallel/.osc/_files b/packager/obs/home:tange/parallel/.osc/_files index 467ead11..da283c77 100644 --- a/packager/obs/home:tange/parallel/.osc/_files +++ b/packager/obs/home:tange/parallel/.osc/_files @@ -1,8 +1,10 @@ - - + + - - + + + + diff --git a/packager/obs/home:tange/parallel/.osc/parallel.spec b/packager/obs/home:tange/parallel/.osc/parallel.spec index 834d388f..0c49f1c7 100644 --- a/packager/obs/home:tange/parallel/.osc/parallel.spec +++ b/packager/obs/home:tange/parallel/.osc/parallel.spec @@ -1,7 +1,7 @@ Summary: Shell tool for executing jobs in parallel Name: parallel -Version: 20200622 +Version: 20200722 Release: 1.3 License: GPL-3.0-or-later Group: Productivity/File utilities diff --git a/src/niceload b/src/niceload index 4aef380f..4028b043 100755 --- a/src/niceload +++ b/src/niceload @@ -23,7 +23,7 @@ use strict; use Getopt::Long; $Global::progname="niceload"; -$Global::version = 20200623; +$Global::version = 20200722; Getopt::Long::Configure("bundling","require_order"); get_options_from_array(\@ARGV) || die_usage(); if($opt::version) { diff --git a/src/parallel b/src/parallel index 7d2d6937..eed4b61b 100755 --- a/src/parallel +++ b/src/parallel @@ -2157,7 +2157,7 @@ sub check_invalid_option_combinations() { sub init_globals() { # Defaults: - $Global::version = 20200623; + $Global::version = 20200722; $Global::progname = 'parallel'; $::name = "GNU Parallel"; $Global::infinity = 2**31; @@ -4907,8 +4907,8 @@ sub usage() { "If you use programs that use GNU Parallel to process data for an article in a", "scientific publication, please cite:", "", - " Tange, O. (2020, June 22). GNU Parallel 20200622 ('Floyd').", - " Zenodo. https://doi.org/10.5281/zenodo.3903853", + " Tange, O. (2020, July 22). GNU Parallel 20200722 ('Privacy Shield').", + " Zenodo. https://doi.org/10.5281/zenodo.3956817", "", # Before changing this line, please read # https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice @@ -4938,8 +4938,8 @@ sub citation_notice() { "If you use programs that use GNU Parallel to process data for an article in a", "scientific publication, please cite:", "", - " Tange, O. (2020, June 22). GNU Parallel 20200622 ('Floyd').", - " Zenodo. https://doi.org/10.5281/zenodo.3903853", + " Tange, O. (2020, July 22). GNU Parallel 20200722 ('Privacy Shield').", + " Zenodo. https://doi.org/10.5281/zenodo.3956817", "", # Before changing this line, please read # https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice and @@ -5052,20 +5052,20 @@ sub citation() { "If you use programs that use GNU Parallel to process data for an article in a", "scientific publication, please cite:", "", - "\@software{tange_2020_3903853,", + "\@software{tange_2020_3956817,", " author = {Tange, Ole},", - " title = {GNU Parallel 20200622 ('Floyd')},", - " month = Jun,", + " title = {GNU Parallel 20200722 ('Privacy Shield')},", + " month = Jul,", " year = 2020,", " note = {{GNU Parallel is a general parallelizer to run", " multiple serial command line programs in parallel", " without changing them.}},", " publisher = {Zenodo},", - " doi = {10.5281/zenodo.3903853},", - " url = {https://doi.org/10.5281/zenodo.3903853}", + " doi = {10.5281/zenodo.3956817},", + " url = {https://doi.org/10.5281/zenodo.3956817}", "}", "", - "(Feel free to use \\nocite{tange_2020_3903853})", + "(Feel free to use \\nocite{tange_2020_3956817})", "", # Before changing this line, please read # https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice and diff --git a/src/sql b/src/sql index 161c2645..ead5c85e 100755 --- a/src/sql +++ b/src/sql @@ -574,7 +574,7 @@ $Global::Initfile && unlink $Global::Initfile; exit ($err); sub parse_options { - $Global::version = 20200623; + $Global::version = 20200722; $Global::progname = 'sql'; # This must be done first as this may exec myself