mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-21 13:37:56 +00:00
Released as 20190922 ('Stallman')
This commit is contained in:
parent
372d3fdf24
commit
34cd579c98
42
NEWS
42
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
|
||||
|
||||
|
|
20
README
20
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
|
||||
|
|
20
configure
vendored
20
configure
vendored
|
@ -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 <bug-parallel@gnu.org>.
|
||||
#
|
||||
|
@ -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\\"
|
||||
|
||||
|
|
|
@ -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([
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<directory name="parallel" rev="242" srcmd5="aae2529502ceb88ee12207c241f1c6ed" vrev="1">
|
||||
<entry md5="bec7e8441ca38ffbd32411b5df1e1ec7" mtime="1566507479" name="parallel-20190822.tar.bz2" size="2066472" />
|
||||
<entry md5="609721c738ddfc772636d8a2a5e6caeb" mtime="1566507479" name="parallel.spec" size="4751" />
|
||||
<entry md5="7f2d5e5910fcb70f688214a6d3cd700a" mtime="1566507479" name="parallel_20190822.dsc" size="556" />
|
||||
<entry md5="46225cd83d7ade564416869d5318e563" mtime="1566507479" name="parallel_20190822.tar.gz" size="2242794" />
|
||||
<directory name="parallel" rev="243" srcmd5="ba6c3e7fc48a6e47a37036e6b9adfd07" vrev="1">
|
||||
<entry md5="7612849c980a824d4fa53fbcea70d38d" mtime="1569136034" name="parallel-20190922.tar.bz2" size="2075216" />
|
||||
<entry md5="af96bbd6ff8e24206dd266138a970622" mtime="1569136034" name="parallel.spec" size="4751" />
|
||||
<entry md5="0ea55cca2fd79fc1fb3be0d64468a921" mtime="1569136035" name="parallel_20190922.dsc" size="556" />
|
||||
<entry md5="0dad22203209974d6a2d390f5e519008" mtime="1569136035" name="parallel_20190922.tar.gz" size="2252973" />
|
||||
</directory>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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;
|
||||
|
|
2
src/sql
2
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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue