mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 05:57:54 +00:00
Released as 20180622 ('KimTrump')
This commit is contained in:
parent
4e301386e3
commit
efec4ca8a2
36
NEWS
36
NEWS
|
@ -1,3 +1,39 @@
|
|||
20180622
|
||||
|
||||
* Deal better with multibyte chars by forcing LC_ALL=C.
|
||||
|
||||
* GNU Parallel was introduced in Pincount Podcast:
|
||||
https://pincountpodcast.com/episodes/29.html
|
||||
|
||||
* GNU Parallel was shown on Danish national news for 1.7 seconds: dr.dk
|
||||
|
||||
* How to run Linux commands simultaneously with GNU Parallel
|
||||
https://www.techrepublic.com/article/how-to-run-commands-simultaneously-with-gnu-parallel/#ftag=RSS56d97e7
|
||||
|
||||
* Easy parallelization with GNU parallel
|
||||
http://mpharrigan.com/2016/08/02/parallel.html
|
||||
|
||||
* GNU Parallel for mutlithreaded tasks
|
||||
http://slhogle.github.io/2016/gnu-parallel/
|
||||
|
||||
* A GNU Parallel Clustering Demo
|
||||
https://www.crowdsupply.com/ground-electronics/circumference/updates/a-gnu-parallel-clustering-demo
|
||||
|
||||
* 使用 GNU Parallel 提高 Linux 命令行执行效率
|
||||
https://linux.cn/article-9718-1.html
|
||||
|
||||
* Ejecutando tareas desde consola simultáneamente con GNU Parallel
|
||||
https://poesiabinaria.net/2018/06/ejecutando-tareas-desde-consola-simultaneamente-gnu-parallel/
|
||||
|
||||
* Cómo ejecutar varias tareas simultáneamente en el terminal con GNU
|
||||
Parallel
|
||||
https://www.ubuntizando.com/como-ejecutar-varias-tareas-simultaneamente-en-el-terminal-con-gnu-parallel/
|
||||
|
||||
* GNU Parallel 활용 가이드 http://genoglobe.kr/kribb/gnu_parallel
|
||||
|
||||
* Bug fixes and man page updates.
|
||||
|
||||
|
||||
20180522
|
||||
|
||||
* --tty allows for more programs accessing /dev/tty in parallel. Some
|
||||
|
|
12
README
12
README
|
@ -44,9 +44,9 @@ document.
|
|||
|
||||
Full installation of GNU Parallel is as simple as:
|
||||
|
||||
wget https://ftpmirror.gnu.org/parallel/parallel-20180522.tar.bz2
|
||||
bzip2 -dc parallel-20180522.tar.bz2 | tar xvf -
|
||||
cd parallel-20180522
|
||||
wget https://ftpmirror.gnu.org/parallel/parallel-20180622.tar.bz2
|
||||
bzip2 -dc parallel-20180622.tar.bz2 | tar xvf -
|
||||
cd parallel-20180622
|
||||
./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 https://ftpmirror.gnu.org/parallel/parallel-20180522.tar.bz2
|
||||
bzip2 -dc parallel-20180522.tar.bz2 | tar xvf -
|
||||
cd parallel-20180522
|
||||
wget https://ftpmirror.gnu.org/parallel/parallel-20180622.tar.bz2
|
||||
bzip2 -dc parallel-20180622.tar.bz2 | tar xvf -
|
||||
cd parallel-20180622
|
||||
./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 20180522.
|
||||
# Generated by GNU Autoconf 2.69 for parallel 20180622.
|
||||
#
|
||||
# Report bugs to <bug-parallel@gnu.org>.
|
||||
#
|
||||
|
@ -579,8 +579,8 @@ MAKEFLAGS=
|
|||
# Identity of this package.
|
||||
PACKAGE_NAME='parallel'
|
||||
PACKAGE_TARNAME='parallel'
|
||||
PACKAGE_VERSION='20180522'
|
||||
PACKAGE_STRING='parallel 20180522'
|
||||
PACKAGE_VERSION='20180622'
|
||||
PACKAGE_STRING='parallel 20180622'
|
||||
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 20180522 to adapt to many kinds of systems.
|
||||
\`configure' configures parallel 20180622 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 20180522:";;
|
||||
short | recursive ) echo "Configuration of parallel 20180622:";;
|
||||
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 20180522
|
||||
parallel configure 20180622
|
||||
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 20180522, which was
|
||||
It was created by parallel $as_me 20180622, 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='20180522'
|
||||
VERSION='20180622'
|
||||
|
||||
|
||||
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 20180522, which was
|
||||
This file was extended by parallel $as_me 20180622, 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 20180522
|
||||
parallel config.status 20180622
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([parallel], [20180522], [bug-parallel@gnu.org])
|
||||
AC_INIT([parallel], [20180622], [bug-parallel@gnu.org])
|
||||
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_FILES([
|
||||
|
|
|
@ -199,7 +199,7 @@ to:parallel@gnu.org, bug-parallel@gnu.org
|
|||
stable-bcc: Jesse Alama <jessealama@fastmail.fm>
|
||||
|
||||
|
||||
Subject: GNU Parallel 20180622 ('GDPR/Guatamala') released <<[stable]>>
|
||||
Subject: GNU Parallel 20180622 ('Kim Trump/GDPR/Guatamala') released <<[stable]>>
|
||||
|
||||
GNU Parallel 20180622 ('') <<[stable]>> has been released. It is available for download at: http://ftpmirror.gnu.org/parallel/
|
||||
|
||||
|
@ -213,6 +213,11 @@ Quote of the month:
|
|||
|
||||
New in this release:
|
||||
|
||||
* Deal better with multibyte chars by forcing LC_ALL=C.
|
||||
|
||||
* GNU Parallel was introduced in Pincount Podcast: https://pincountpodcast.com/episodes/29.html
|
||||
|
||||
|
||||
?https://www.zcfy.cc/article/get-more-done-at-the-linux-command-line-with-gnu-parallel
|
||||
https://linux.cn/article-9718-1.html
|
||||
https://poesiabinaria.net/2018/06/ejecutando-tareas-desde-consola-simultaneamente-gnu-parallel/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<directory name="parallel" rev="221" srcmd5="2a59ca9bd049f2651990628f4652146f" vrev="1">
|
||||
<entry md5="e5e3a5c63ae38df0d7f01a47b7273d80" mtime="1527030250" name="parallel-20180522.tar.bz2" size="1758080" />
|
||||
<entry md5="4b49188d16aa962e3c3c3a692e7095cc" mtime="1527030250" name="parallel.spec" size="4666" />
|
||||
<entry md5="574a88b53a981480cf908707c52233bc" mtime="1527030251" name="parallel_20180522.dsc" size="556" />
|
||||
<entry md5="43dbfae83b547314f1288c7ec02038b4" mtime="1527030251" name="parallel_20180522.tar.gz" size="1965570" />
|
||||
<directory name="parallel" rev="222" srcmd5="5d82d3c6f8314f4e507448d39c7517ea" vrev="1">
|
||||
<entry md5="b3ece6dabdc099c2520a3a400d340988" mtime="1529532492" name="parallel-20180622.tar.bz2" size="1758047" />
|
||||
<entry md5="8aef7a2f3175b86cc8b081c02a46db50" mtime="1529532493" name="parallel.spec" size="4666" />
|
||||
<entry md5="6270b8a39a08eea1967eca0b39b5f547" mtime="1529532493" name="parallel_20180622.dsc" size="556" />
|
||||
<entry md5="fb3de72aa9dca6c51df8a80dcd9c1abb" mtime="1529532495" name="parallel_20180622.tar.gz" size="1966457" />
|
||||
</directory>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Summary: Shell tool for executing jobs in parallel
|
||||
Name: parallel
|
||||
Version: 20180522
|
||||
Version: 20180622
|
||||
Release: 1.2
|
||||
License: GPL
|
||||
Group: Productivity/File utilities
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Summary: Shell tool for executing jobs in parallel
|
||||
Name: parallel
|
||||
Version: 20180522
|
||||
Version: 20180622
|
||||
Release: 1.2
|
||||
License: GPL
|
||||
Group: Productivity/File utilities
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
use strict;
|
||||
use Getopt::Long;
|
||||
$Global::progname="niceload";
|
||||
$Global::version = 20180524;
|
||||
$Global::version = 20180622;
|
||||
Getopt::Long::Configure("bundling","require_order");
|
||||
get_options_from_array(\@ARGV) || die_usage();
|
||||
if($opt::version) {
|
||||
|
|
|
@ -1450,7 +1450,7 @@ sub check_invalid_option_combinations {
|
|||
|
||||
sub init_globals {
|
||||
# Defaults:
|
||||
$Global::version = 20180524;
|
||||
$Global::version = 20180622;
|
||||
$Global::progname = 'parallel';
|
||||
$Global::infinity = 2**31;
|
||||
$Global::debug = 0;
|
||||
|
|
|
@ -596,7 +596,7 @@ Use I<prg> for (de)compressing temporary files. It is assumed that I<prg
|
|||
output) unless B<--decompress-program> is given.
|
||||
|
||||
|
||||
=item B<--csv> (beta testing)
|
||||
=item B<--csv>
|
||||
|
||||
Treat input as CSV-format. B<--colsep> sets the field delimiter. It
|
||||
works very much like B<--colsep> except it deals correctly with
|
||||
|
@ -1596,9 +1596,9 @@ it to the command.
|
|||
Only used with B<--pipe>.
|
||||
|
||||
|
||||
=item B<--results> I<name> (alpha testing)
|
||||
=item B<--results> I<name> (beta testing)
|
||||
|
||||
=item B<--res> I<name> (alpha testing)
|
||||
=item B<--res> I<name> (beta testing)
|
||||
|
||||
Save the output into files.
|
||||
|
||||
|
@ -2330,7 +2330,7 @@ Silent. The job to be run will not be printed. This is the default.
|
|||
Can be reversed with B<-v>.
|
||||
|
||||
|
||||
=item B<--tty> (beta testing)
|
||||
=item B<--tty>
|
||||
|
||||
Open terminal tty. If GNU B<parallel> is used for starting a program
|
||||
that accesses the tty (such as an interactive program) then this
|
||||
|
|
2
src/sql
2
src/sql
|
@ -576,7 +576,7 @@ $Global::Initfile && unlink $Global::Initfile;
|
|||
exit ($err);
|
||||
|
||||
sub parse_options {
|
||||
$Global::version = 20180524;
|
||||
$Global::version = 20180622;
|
||||
$Global::progname = 'sql';
|
||||
|
||||
# This must be done first as this may exec myself
|
||||
|
|
|
@ -57,7 +57,7 @@ startvm:
|
|||
#sudo ifconfig wlp13s0:0 192.168.1.72 || sudo ifconfig wlan0:0 192.168.1.72
|
||||
sudo ifconfig enp14s0:0 192.168.1.72 || sudo ifconfig eth0:0 192.168.1.72
|
||||
# If they are already running: Don't fail
|
||||
VBoxManage startvm CentOS3-root:centos3 || VBoxManage controlvm CentOS3-root:centos3 resume || true
|
||||
VBoxManage startvm CentOS3-root:centos3\ Clone2 || VBoxManage controlvm CentOS3-root:centos3\ Clone2 resume || true
|
||||
VBoxManage startvm RedHat9-root:redhat9 || VBoxManage controlvm RedHat9-root:redhat9 resume || true
|
||||
parallel 'ping {} | read' ::: redhat9.tange.dk centos3.tange.dk
|
||||
|
||||
|
|
|
@ -39,9 +39,7 @@ make[1]: Entering directory '~/privat/parallel/testsuite'
|
|||
#sudo ifconfig wlp13s0:0 192.168.1.72 || sudo ifconfig wlan0:0 192.168.1.72
|
||||
sudo ifconfig enp14s0:0 192.168.1.72 || sudo ifconfig eth0:0 192.168.1.72
|
||||
# If they are already running: Don't fail
|
||||
VBoxManage startvm CentOS3-root:centos3 || VBoxManage controlvm CentOS3-root:centos3 resume || true
|
||||
Waiting for VM "CentOS3-root:centos3" to power on...
|
||||
VM "CentOS3-root:centos3" has been successfully started.
|
||||
VBoxManage startvm CentOS3-root:centos3\ Clone2 || VBoxManage controlvm CentOS3-root:centos3\ Clone2 resume || true
|
||||
VBoxManage startvm RedHat9-root:redhat9 || VBoxManage controlvm RedHat9-root:redhat9 resume || true
|
||||
Waiting for VM "RedHat9-root:redhat9" to power on...
|
||||
VM "RedHat9-root:redhat9" has been successfully started.
|
||||
|
|
Loading…
Reference in a new issue