From 34cd579c982176d23a54d19213d6b64f9f5e3760 Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Sun, 22 Sep 2019 09:12:28 +0200 Subject: [PATCH] Released as 20190922 ('Stallman') --- NEWS | 42 +++++++++++++++++++ README | 20 ++++----- configure | 20 ++++----- configure.ac | 2 +- packager/obs/home:tange/parallel/.osc/_files | 10 ++--- .../home:tange/parallel/.osc/parallel.spec | 2 +- .../obs/home:tange/parallel/parallel.spec | 2 +- src/niceload | 2 +- src/parallel | 2 +- src/sql | 2 +- testsuite/wanted-results/parallel-local-ssh9 | 11 ----- 11 files changed, 73 insertions(+), 42 deletions(-) diff --git a/NEWS b/NEWS index 151bb434..89537fcd 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,47 @@ 20190822 +* --nice is now inherited by the nice level that GNU Parallel is + started at. So 'nice -n10 parallel' will also cause remote jobs to + be run at nice level 10. + +* --delay is now accurate to within 10 ms + +* GNU Parallel will be presented at Driving IT 2019: + https://ida.dk/arrangementer-og-kurser/konferencer/driving-it/tools + +* Greenland Ice Sheet solid ice discharge from 1986 through 2017 https://www.earth-syst-sci-data.net/11/769/2019/essd-11-769-2019.pdf + +* App Center Cloud Build Machines > Installed Software > Utilities https://docs.microsoft.com/en-us/appcenter/build/software + +* Curryfinger - SNI & Host header spoofing utility + https://dualuse.io/blog/curryfinger/ + +* Hyak parallel-sql + https://wiki.cac.washington.edu/display/hyakusers/Hyak+parallel-sql + +* A meditation on analysing data with Perl in parallel using GNU Parallel + https://www.reddit.com/r/perl/comments/cyo2qc/a_meditation_on_analysing_data_with_perl_in/ + +* Accélérer ses tâches avec GNU Parallel et les lots de tâches (UL) + https://www.eventbrite.ca/e/inscription-accelerer-ses-taches-avec-gnu-parallel-et-les-lots-de-taches-ul-71412840729 + +* RMACC Summit GNU Parallel + https://curc.readthedocs.io/en/latest/software/GNUParallel.html + +* Introducing Parallel into Shell + https://petelawson.com/post/parallel-in-shell/ + +* Linux Productivity Tools + https://www.usenix.org/conference/lisa19/presentation/maheshwari + +* Gnu/parallel + Nfs 实现共享文件网络的并发计算等操作 + http://atomicer.cn/2018/01/18/gnu-parallel-nfs-%E5%AE%9E%E7%8E%B0%E5%85%B1%E4%BA%AB%E6%96%87%E4%BB%B6%E7%BD%91%E7%BB%9C%E7%9A%84%E5%B9%B6%E5%8F%91%E8%AE%A1%E7%AE%97%E7%AD%89%E6%93%8D%E4%BD%9C/#more + +* Bug fixes and man page updates. + + +20190822 + * GNU Parallel will be presented at Driving IT 2019: https://ida.dk/arrangementer-og-kurser/konferencer/driving-it#beskrivelse diff --git a/README b/README index fbcd5de8..bd7e0d1e 100644 --- a/README +++ b/README @@ -54,11 +54,11 @@ document. Full installation of GNU Parallel is as simple as: - wget https://ftpmirror.gnu.org/parallel/parallel-20190822.tar.bz2 - wget https://ftpmirror.gnu.org/parallel/parallel-20190822.tar.bz2.sig - gpg parallel-20190822.tar.bz2.sig - bzip2 -dc parallel-20190822.tar.bz2 | tar xvf - - cd parallel-20190822 + wget https://ftpmirror.gnu.org/parallel/parallel-20190922.tar.bz2 + wget https://ftpmirror.gnu.org/parallel/parallel-20190922.tar.bz2.sig + gpg parallel-20190922.tar.bz2.sig + bzip2 -dc parallel-20190922.tar.bz2 | tar xvf - + cd parallel-20190922 ./configure && make && sudo make install @@ -67,11 +67,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-20190822.tar.bz2 - wget https://ftpmirror.gnu.org/parallel/parallel-20190822.tar.bz2.sig - gpg parallel-20190822.tar.bz2.sig - bzip2 -dc parallel-20190822.tar.bz2 | tar xvf - - cd parallel-20190822 + wget https://ftpmirror.gnu.org/parallel/parallel-20190922.tar.bz2 + wget https://ftpmirror.gnu.org/parallel/parallel-20190922.tar.bz2.sig + gpg parallel-20190922.tar.bz2.sig + bzip2 -dc parallel-20190922.tar.bz2 | tar xvf - + cd parallel-20190922 ./configure --prefix=$HOME && make && make install Or if your system lacks 'make' you can simply copy src/parallel diff --git a/configure b/configure index ca421217..28e8d67f 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 20190822. +# Generated by GNU Autoconf 2.69 for parallel 20190922. # # Report bugs to . # @@ -579,8 +579,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='parallel' PACKAGE_TARNAME='parallel' -PACKAGE_VERSION='20190822' -PACKAGE_STRING='parallel 20190822' +PACKAGE_VERSION='20190922' +PACKAGE_STRING='parallel 20190922' 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 20190822 to adapt to many kinds of systems. +\`configure' configures parallel 20190922 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 20190822:";; + short | recursive ) echo "Configuration of parallel 20190922:";; 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 20190822 +parallel configure 20190922 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 20190822, which was +It was created by parallel $as_me 20190922, 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='20190822' + VERSION='20190922' 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 20190822, which was +This file was extended by parallel $as_me 20190922, 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 20190822 +parallel config.status 20190922 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 1344d377..280e10ec 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([parallel], [20190822], [bug-parallel@gnu.org]) +AC_INIT([parallel], [20190922], [bug-parallel@gnu.org]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([ diff --git a/packager/obs/home:tange/parallel/.osc/_files b/packager/obs/home:tange/parallel/.osc/_files index a871ac2b..ecc06cef 100644 --- a/packager/obs/home:tange/parallel/.osc/_files +++ b/packager/obs/home:tange/parallel/.osc/_files @@ -1,6 +1,6 @@ - - - - - + + + + + diff --git a/packager/obs/home:tange/parallel/.osc/parallel.spec b/packager/obs/home:tange/parallel/.osc/parallel.spec index c2414bde..17645abd 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: 20190822 +Version: 20190922 Release: 1.3 License: GPL-3.0-or-later Group: Productivity/File utilities diff --git a/packager/obs/home:tange/parallel/parallel.spec b/packager/obs/home:tange/parallel/parallel.spec index c2414bde..17645abd 100644 --- a/packager/obs/home:tange/parallel/parallel.spec +++ b/packager/obs/home:tange/parallel/parallel.spec @@ -1,7 +1,7 @@ Summary: Shell tool for executing jobs in parallel Name: parallel -Version: 20190822 +Version: 20190922 Release: 1.3 License: GPL-3.0-or-later Group: Productivity/File utilities diff --git a/src/niceload b/src/niceload index 2c2f97f7..383ad545 100755 --- a/src/niceload +++ b/src/niceload @@ -23,7 +23,7 @@ use strict; use Getopt::Long; $Global::progname="niceload"; -$Global::version = 20190823; +$Global::version = 20190922; 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 e39820b6..18374773 100755 --- a/src/parallel +++ b/src/parallel @@ -2051,7 +2051,7 @@ sub check_invalid_option_combinations() { sub init_globals() { # Defaults: - $Global::version = 20190823; + $Global::version = 20190922; $Global::progname = 'parallel'; $Global::infinity = 2**31; $Global::debug = 0; diff --git a/src/sql b/src/sql index 26c3a112..12f87d41 100755 --- a/src/sql +++ b/src/sql @@ -574,7 +574,7 @@ $Global::Initfile && unlink $Global::Initfile; exit ($err); sub parse_options { - $Global::version = 20190823; + $Global::version = 20190922; $Global::progname = 'sql'; # This must be done first as this may exec myself diff --git a/testsuite/wanted-results/parallel-local-ssh9 b/testsuite/wanted-results/parallel-local-ssh9 index 91d1c4f9..8c70b861 100644 --- a/testsuite/wanted-results/parallel-local-ssh9 +++ b/testsuite/wanted-results/parallel-local-ssh9 @@ -6,10 +6,7 @@ par_zsh_embed your par_zsh_embed code par_zsh_embed here par_zsh_embed parallel_OK -par_zsh_embed /home/zsh/.zshenv:.:1: no such file or directory: env_parallel.zsh par_zsh_embed env_parallel --env OK -par_zsh_embed /home/zsh/.zshenv:.:1: no such file or directory: env_parallel.zsh -par_zsh_embed /home/zsh/.zshenv:.:1: no such file or directory: env_parallel.zsh par_zsh_embed _which_PAR:13: argument list too long: perl par_zsh_embed env_parallel: Error: Your environment is too big. par_zsh_embed env_parallel: Error: You can try 3 different approaches: @@ -22,17 +19,9 @@ par_zsh_embed env_parallel: Error: And then use '--env _' par_zsh_embed env_parallel: Error: For details see: man env_parallel par_zsh_embed ParsetOK par_zsh_embed Put -par_zsh_embed /home/zsh/.zshenv:.:1: no such file or directory: env_parallel.zsh par_zsh_embed your -par_zsh_embed /home/zsh/.zshenv:.:1: no such file or directory: env_parallel.zsh par_zsh_embed code -par_zsh_embed /home/zsh/.zshenv:.:1: no such file or directory: env_parallel.zsh par_zsh_embed here -par_zsh_embed /home/zsh/.zshenv:.:1: no such file or directory: env_parallel.zsh -par_zsh_embed /home/zsh/.zshenv:.:1: no such file or directory: env_parallel.zsh -par_zsh_embed /home/zsh/.zshenv:.:1: no such file or directory: env_parallel.zsh -par_zsh_embed /home/zsh/.zshenv:.:1: no such file or directory: env_parallel.zsh -par_zsh_embed /home/zsh/.zshenv:.:1: no such file or directory: env_parallel.zsh par_zsh_embed Put your code here par_tcsh_embed Not implemented par_sh_embed --embed