diff --git a/Makefile.am b/Makefile.am index 4a0c313a..74511406 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,7 +51,7 @@ upload: # This can take 7 minutes pushd /tmp; \ rm -rf /tmp/parallel-$(YYYYMMDD)*; \ - while ! wget http://ftp.gnu.org/gnu/parallel/parallel-$(YYYYMMDD).tar.bz2 ; do sleep 2; done; \ + while ! wget https://ftp.gnu.org/gnu/parallel/parallel-$(YYYYMMDD).tar.bz2 ; do sleep 2; done; \ tar xjvf parallel-$(YYYYMMDD).tar.bz2; \ cd parallel-$(YYYYMMDD); \ ./configure; \ diff --git a/Makefile.in b/Makefile.in index 53f28360..33af24d9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -799,7 +799,7 @@ upload: # This can take 7 minutes pushd /tmp; \ rm -rf /tmp/parallel-$(YYYYMMDD)*; \ - while ! wget http://ftp.gnu.org/gnu/parallel/parallel-$(YYYYMMDD).tar.bz2 ; do sleep 2; done; \ + while ! wget https://ftp.gnu.org/gnu/parallel/parallel-$(YYYYMMDD).tar.bz2 ; do sleep 2; done; \ tar xjvf parallel-$(YYYYMMDD).tar.bz2; \ cd parallel-$(YYYYMMDD); \ ./configure; \ diff --git a/NEWS b/NEWS index 8602c310..5464737a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,55 @@ +20170822 + +* --line-buffer no longer uses tempfiles. This is faster and makes it + possible for a single process to output more data than there is free + disk space. + +* Vote for GNU Parallel's community ads on + http://meta.unix.stackexchange.com/a/4356/2972 + http://meta.askubuntu.com/a/16750/22307 + http://meta.serverfault.com/a/9040/45704 + +* GNU Parallel was cited in: + https://springerplus.springeropen.com/articles/10.1186/s40064-016-2022-y + +* Edit images with GNU Parallel and ImageMagick + https://fedoramagazine.org/edit-images-parallel-imagemagick/ + +* Running Bash Commands in Parallel + https://dzone.com/articles/running-bash-commands-in-parallel-1 + +* Today I Learned: GNU parallel, plate tectonics + https://medium.com/@nornagon/today-i-learned-gnu-parallel-plate-tectonics-9fcf24045e63 + +* GNU Parallel Tutorial + https://www.upf.edu/web/sct-sit/gnu-parallel-tutorial + +* Validating half a million TIFF files + http://www.dpoc.ac.uk/2017/08/17/validating-half-a-million-tiff-files-part-two/ + +* Blender and GNU Parallel + https://www.blendernation.com/2017/08/16/blender-gnu-parallel/ + +* Quick Introduction to GNU Parallel + https://github.com/LangilleLab/microbiome_helper/wiki/Quick-Introduction-to-GNU-Parallel + +* A simple distributed animation render example using GNU Parallel + https://gitlab.com/skororu/scripts + +* Do stuff on things, in parallel + http://blogs.fluidinfo.com/terry/2017/08/05/do-stuff-on-things-in-parallel/ + +* Bash And GNU Parallel NGS Bidniz + http://ino.pm/outreach/presentations/2014/03/genomics-wranglers/index.html + +* Using for loop vs Gnu parallel for BLAST + http://www.ettemalab.org/using-for-loop-vs-gnu-parallel-for-blast/ + +* 并行rsync https://gxnotes.com/article/175866.html + +* Bug fixes and man page updates. + + 20170722 * Vote for GNU Parallel's community ads on diff --git a/README b/README index 9dfc7347..18831ace 100644 --- a/README +++ b/README @@ -44,9 +44,9 @@ document. Full installation of GNU Parallel is as simple as: - wget http://ftpmirror.gnu.org/parallel/parallel-20170722.tar.bz2 - bzip2 -dc parallel-20170722.tar.bz2 | tar xvf - - cd parallel-20170722 + wget http://ftpmirror.gnu.org/parallel/parallel-20170822.tar.bz2 + bzip2 -dc parallel-20170822.tar.bz2 | tar xvf - + cd parallel-20170822 ./configure && make && sudo make install @@ -55,9 +55,9 @@ 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 http://ftpmirror.gnu.org/parallel/parallel-20170722.tar.bz2 - bzip2 -dc parallel-20170722.tar.bz2 | tar xvf - - cd parallel-20170722 + wget http://ftpmirror.gnu.org/parallel/parallel-20170822.tar.bz2 + bzip2 -dc parallel-20170822.tar.bz2 | tar xvf - + cd parallel-20170822 ./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 3c5d828a..e53b423f 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 20170722. +# Generated by GNU Autoconf 2.69 for parallel 20170822. # # Report bugs to . # @@ -579,8 +579,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='parallel' PACKAGE_TARNAME='parallel' -PACKAGE_VERSION='20170722' -PACKAGE_STRING='parallel 20170722' +PACKAGE_VERSION='20170822' +PACKAGE_STRING='parallel 20170822' 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 20170722 to adapt to many kinds of systems. +\`configure' configures parallel 20170822 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 20170722:";; + short | recursive ) echo "Configuration of parallel 20170822:";; 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 20170722 +parallel configure 20170822 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 20170722, which was +It was created by parallel $as_me 20170822, 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='20170722' + VERSION='20170822' 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 20170722, which was +This file was extended by parallel $as_me 20170822, 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 20170722 +parallel config.status 20170822 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 8142df76..486ec367 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([parallel], [20170722], [bug-parallel@gnu.org]) +AC_INIT([parallel], [20170822], [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 bef9d93f..aab202e0 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 432c4e2c..63946038 100644 --- a/packager/obs/home:tange/parallel/.osc/parallel.spec +++ b/packager/obs/home:tange/parallel/.osc/parallel.spec @@ -1,6 +1,6 @@ Summary: Shell tool for executing jobs in parallel Name: parallel -Version: 20170722 +Version: 20170822 Release: 1.2 License: GPL Group: Productivity/File utilities diff --git a/packager/obs/home:tange/parallel/parallel.spec b/packager/obs/home:tange/parallel/parallel.spec index 432c4e2c..63946038 100644 --- a/packager/obs/home:tange/parallel/parallel.spec +++ b/packager/obs/home:tange/parallel/parallel.spec @@ -1,6 +1,6 @@ Summary: Shell tool for executing jobs in parallel Name: parallel -Version: 20170722 +Version: 20170822 Release: 1.2 License: GPL Group: Productivity/File utilities diff --git a/src/niceload b/src/niceload index 64ac6219..5fbf8982 100755 --- a/src/niceload +++ b/src/niceload @@ -24,7 +24,7 @@ use strict; use Getopt::Long; $Global::progname="niceload"; -$Global::version = 20170722; +$Global::version = 20170822; 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 7411aa3d..be8edea8 100755 --- a/src/parallel +++ b/src/parallel @@ -1378,7 +1378,7 @@ sub check_invalid_option_combinations { sub init_globals { # Defaults: - $Global::version = 20170722; + $Global::version = 20170822; $Global::progname = 'parallel'; $Global::infinity = 2**31; $Global::debug = 0; diff --git a/src/sql b/src/sql index b4d04133..77b756fa 100755 --- a/src/sql +++ b/src/sql @@ -576,7 +576,7 @@ $Global::Initfile && unlink $Global::Initfile; exit ($err); sub parse_options { - $Global::version = 20170722; + $Global::version = 20170822; $Global::progname = 'sql'; # This must be done first as this may exec myself