Released as 20230922 ('Derna')

This commit is contained in:
Ole Tange 2023-09-25 00:07:47 +02:00
parent b620ab1ff5
commit b8647a2c46
27 changed files with 146 additions and 149 deletions

View file

@ -9,6 +9,8 @@ test:
web: web:
cd src; make web cd src; make web
cp -r src/*.pdf src/sphinx/build/html/* ../parallel-web/parallel
cp ../parallel-web/parallel/parallel.html ../parallel-web/parallel/man.html
upload: upload:
eval `gpg-agent --daemon` eval `gpg-agent --daemon`

View file

@ -778,6 +778,8 @@ test:
web: web:
cd src; make web cd src; make web
cp -r src/*.pdf src/sphinx/build/html/* ../parallel-web/parallel
cp ../parallel-web/parallel/parallel.html ../parallel-web/parallel/man.html
upload: upload:
eval `gpg-agent --daemon` eval `gpg-agent --daemon`

15
NEWS
View file

@ -1,3 +1,18 @@
20230922
New in this release:
* Bug fixes and man page updates.
News about GNU Parallel:
* This CLI Tool is AMAZING | Prime Reacts
https://www.youtube.com/watch?v=ry49BZA-tgg
* New Data Engineering Stack - GNU parallel
https://www.linkedin.com/feed/update/urn:li:activity:7100509073149743104?updateEntityUrn=urn%3Ali%3Afs_feedUpdate%3A%28V2%2Curn%3Ali%3Aactivity%3A7100509073149743104%29
20230822 20230822
New in this release: New in this release:

24
README
View file

@ -57,11 +57,11 @@ document.
Full installation of GNU Parallel is as simple as: Full installation of GNU Parallel is as simple as:
wget https://ftpmirror.gnu.org/parallel/parallel-20230822.tar.bz2 wget https://ftpmirror.gnu.org/parallel/parallel-20230922.tar.bz2
wget https://ftpmirror.gnu.org/parallel/parallel-20230822.tar.bz2.sig wget https://ftpmirror.gnu.org/parallel/parallel-20230922.tar.bz2.sig
gpg parallel-20230822.tar.bz2.sig gpg parallel-20230922.tar.bz2.sig
bzip2 -dc parallel-20230822.tar.bz2 | tar xvf - bzip2 -dc parallel-20230922.tar.bz2 | tar xvf -
cd parallel-20230822 cd parallel-20230922
./configure && make && sudo make install ./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 If you are not root you can add ~/bin to your path and install in
~/bin and ~/share: ~/bin and ~/share:
wget https://ftpmirror.gnu.org/parallel/parallel-20230822.tar.bz2 wget https://ftpmirror.gnu.org/parallel/parallel-20230922.tar.bz2
wget https://ftpmirror.gnu.org/parallel/parallel-20230822.tar.bz2.sig wget https://ftpmirror.gnu.org/parallel/parallel-20230922.tar.bz2.sig
gpg parallel-20230822.tar.bz2.sig gpg parallel-20230922.tar.bz2.sig
bzip2 -dc parallel-20230822.tar.bz2 | tar xvf - bzip2 -dc parallel-20230922.tar.bz2 | tar xvf -
cd parallel-20230822 cd parallel-20230922
./configure --prefix=$HOME && make && make install ./configure --prefix=$HOME && make && make install
Or if your system lacks 'make' you can simply copy src/parallel 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 When using programs that use GNU Parallel to process data for
publication please cite: publication please cite:
Tange, O. (2023, August 22). GNU Parallel 20230822 ('Chandrayaan'). Tange, O. (2023, September 22). GNU Parallel 20230922 ('Derna').
Zenodo. https://doi.org/10.5281/zenodo.8278274 Zenodo. https://doi.org/10.5281/zenodo.8374296
Copyright (C) 2007-2022 Ole Tange, http://ole.tange.dk and Free Copyright (C) 2007-2022 Ole Tange, http://ole.tange.dk and Free
Software Foundation, Inc. Software Foundation, Inc.

20
configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for parallel 20230822. # Generated by GNU Autoconf 2.71 for parallel 20230922.
# #
# Report bugs to <bug-parallel@gnu.org>. # Report bugs to <bug-parallel@gnu.org>.
# #
@ -610,8 +610,8 @@ MAKEFLAGS=
# Identity of this package. # Identity of this package.
PACKAGE_NAME='parallel' PACKAGE_NAME='parallel'
PACKAGE_TARNAME='parallel' PACKAGE_TARNAME='parallel'
PACKAGE_VERSION='20230822' PACKAGE_VERSION='20230922'
PACKAGE_STRING='parallel 20230822' PACKAGE_STRING='parallel 20230922'
PACKAGE_BUGREPORT='bug-parallel@gnu.org' PACKAGE_BUGREPORT='bug-parallel@gnu.org'
PACKAGE_URL='' PACKAGE_URL=''
@ -1246,7 +1246,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing. # 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. # This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF cat <<_ACEOF
\`configure' configures parallel 20230822 to adapt to many kinds of systems. \`configure' configures parallel 20230922 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]... Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1313,7 +1313,7 @@ fi
if test -n "$ac_init_help"; then if test -n "$ac_init_help"; then
case $ac_init_help in case $ac_init_help in
short | recursive ) echo "Configuration of parallel 20230822:";; short | recursive ) echo "Configuration of parallel 20230922:";;
esac esac
cat <<\_ACEOF cat <<\_ACEOF
@ -1390,7 +1390,7 @@ fi
test -n "$ac_init_help" && exit $ac_status test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then if $ac_init_version; then
cat <<\_ACEOF cat <<\_ACEOF
parallel configure 20230822 parallel configure 20230922
generated by GNU Autoconf 2.71 generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc. Copyright (C) 2021 Free Software Foundation, Inc.
@ -1427,7 +1427,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake. running configure, to aid debugging if configure makes a mistake.
It was created by parallel $as_me 20230822, which was It was created by parallel $as_me 20230922, which was
generated by GNU Autoconf 2.71. Invocation command line was generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw $ $0$ac_configure_args_raw
@ -2379,7 +2379,7 @@ fi
# Define the identity of the package. # Define the identity of the package.
PACKAGE='parallel' PACKAGE='parallel'
VERSION='20230822' VERSION='20230922'
printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h
@ -3026,7 +3026,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their # report actual input values of CONFIG_FILES etc. instead of their
# values after options handling. # values after options handling.
ac_log=" ac_log="
This file was extended by parallel $as_me 20230822, which was This file was extended by parallel $as_me 20230922, which was
generated by GNU Autoconf 2.71. Invocation command line was generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES CONFIG_FILES = $CONFIG_FILES
@ -3090,7 +3090,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped' ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\ ac_cs_version="\\
parallel config.status 20230822 parallel config.status 20230922
configured by $0, generated by GNU Autoconf 2.71, configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\" with options \\"\$ac_cs_config\\"

View file

@ -1,4 +1,4 @@
AC_INIT([parallel],[20230822],[bug-parallel@gnu.org]) AC_INIT([parallel],[20230922],[bug-parallel@gnu.org])
AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([ AC_CONFIG_FILES([

View file

@ -264,14 +264,14 @@ from:tange@gnu.org
to:parallel@gnu.org, bug-parallel@gnu.org to:parallel@gnu.org, bug-parallel@gnu.org
stable-bcc: Jesse Alama <jessealama@fastmail.fm> stable-bcc: Jesse Alama <jessealama@fastmail.fm>
Subject: GNU Parallel 20230922 ('Derna/Korankrise/Barbie/Woman Life Freedom') released [stable] Subject: GNU Parallel 20230922 ('Derna') released [stable]
GNU Parallel 20230822 ('Chandrayaan') has been released. It is available for download at: lbry://@GnuParallel:4 GNU Parallel 20230922 ('Derna') has been released. It is available for download at: lbry://@GnuParallel:4
Quote of the month: Quote of the month:
GNU parallel is your friend. Unleash your cores! #GNU Parallel is so damn good! Youve got to use it.
-- Blake L @BlakeDL@twitter -- @ThePrimeTimeagen@youtube.com
New in this release: New in this release:
@ -279,9 +279,9 @@ New in this release:
News about GNU Parallel: News about GNU Parallel:
* GNU Parallel, where have you been all my life? https://alexplescan.com/posts/2023/08/20/gnu-parallel/ * This CLI Tool is AMAZING | Prime Reacts https://www.youtube.com/watch?v=ry49BZA-tgg
* Parallel (multithreaded) music download from Youtube https://hrna.moe/?p=parallel-multithread-music-download * New Data Engineering Stack - GNU parallel https://www.linkedin.com/feed/update/urn:li:activity:7100509073149743104?updateEntityUrn=urn%3Ali%3Afs_feedUpdate%3A%28V2%2Curn%3Ali%3Aactivity%3A7100509073149743104%29
GNU Parallel - For people who live life in the parallel lane. GNU Parallel - For people who live life in the parallel lane.

View file

@ -4,7 +4,11 @@ all:
osc rm home-tange/parallel/parallel_*.dsc || true osc rm home-tange/parallel/parallel_*.dsc || true
cp ../debian/parallel_*.dsc ../debian/parallel_*.tar.gz home-tange/parallel/ cp ../debian/parallel_*.dsc ../debian/parallel_*.tar.gz home-tange/parallel/
cp `ls ../../parallel-2*.tar.bz2|grep -v latest|tail -n1` home-tange/parallel/ cp `ls ../../parallel-2*.tar.bz2|grep -v latest|tail -n1` home-tange/parallel/
cp `ls ../../parallel-2*.tar.bz2.sig|grep -v latest|tail -n1` home-tange/parallel/
perl -i -pe '/Version:/ and s/20\d\d\d\d\d\d/$$ENV{YYYYMMDD}/g' home-tange/parallel/parallel.spec perl -i -pe '/Version:/ and s/20\d\d\d\d\d\d/$$ENV{YYYYMMDD}/g' home-tange/parallel/parallel.spec
cd home-tange/parallel && make
dummy:
# Update sha256sum # Update sha256sum
cd home-tange/parallel && s=`sha256sum parallel-*.tar.bz2|field 1` perl -i -pe 's/(sha256sums=..)\w+(..)/$$1$$ENV{s}$$2/' PKGBUILD cd home-tange/parallel && s=`sha256sum parallel-*.tar.bz2|field 1` perl -i -pe 's/(sha256sums=..)\w+(..)/$$1$$ENV{s}$$2/' PKGBUILD
# Update version # Update version

View file

@ -1,7 +1,10 @@
<directory name="parallel" rev="368" vrev="2" srcmd5="9e75b3720cf69e92c090eb5e267c961f"> <directory name="parallel" rev="377" vrev="10" srcmd5="bed2f4ea7216b5b9cdbc27200235d548">
<entry name="PKGBUILD" md5="3e77e96a60075a7b1a787bc12e2c7e8b" size="1246" mtime="1692851034" /> <entry name="PKGBUILD" md5="1806a0c17481d2ca0a57ec679947820d" size="714" mtime="1695588318" />
<entry name="parallel-20230822.tar.bz2" md5="84c8c0e0703ff0e94c1a187fcde28353" size="2507884" mtime="1692851035" /> <entry name="parallel-20230922.tar.bz2" md5="5430f75209c7cd4909100b9c1e9c843a" size="2507959" mtime="1695588319" />
<entry name="parallel.spec" md5="aa1f1da981857cbadff8fa056daf3955" size="6224" mtime="1692851035" /> <entry name="parallel-20230922.tar.bz2.asc" md5="6e65f14e3f8a012c8cf566ad9c6e5195" size="2080" mtime="1695588319" />
<entry name="parallel_20230822.dsc" md5="3bb625fc078d9b180d56b0de2aece36c" size="556" mtime="1692851035" /> <entry name="parallel-20230922.tar.bz2.sig" md5="3798d68dc744e8e04eb38ac2693ca50b" size="2080" mtime="1695587664" />
<entry name="parallel_20230822.tar.gz" md5="385ae4dbfb0093a7a534d55a4a8bc600" size="2791067" mtime="1692851035" /> <entry name="parallel.spec" md5="2ba5d8fffbc33291aa361c56a887d948" size="6224" mtime="1695584813" />
<entry name="parallel_20230822.tar.gz" md5="567a13fbab15eb0df2c167a6ccb9c7ce" size="2791059" mtime="1695584814" />
<entry name="parallel_20230922.dsc" md5="c14cb52b8ce08b62018a9d661c845feb" size="556" mtime="1695585058" />
<entry name="parallel_20230922.tar.gz" md5="882ed1404cc0afe8b029df9706eba605" size="2790493" mtime="1695585058" />
</directory> </directory>

View file

@ -1,7 +1,7 @@
Summary: Shell tool for executing jobs in parallel Summary: Shell tool for executing jobs in parallel
Name: parallel Name: parallel
Version: 20230822 Version: 20230922
Release: 2.1 Release: 2.1
License: GPL-3.0-or-later License: GPL-3.0-or-later
Group: Productivity/File utilities Group: Productivity/File utilities

View file

@ -393,7 +393,7 @@ _parset_main() {
fi fi
if [ "$_parset_NAME" = "--version" ] ; then if [ "$_parset_NAME" = "--version" ] ; then
# shellcheck disable=SC2006 # shellcheck disable=SC2006
echo "parset 20230822 (GNU parallel `parallel --minversion 1`)" echo "parset 20230922 (GNU parallel `parallel --minversion 1`)"
echo "Copyright (C) 2007-2023 Ole Tange, http://ole.tange.dk and Free Software" echo "Copyright (C) 2007-2023 Ole Tange, http://ole.tange.dk and Free Software"
echo "Foundation, Inc." echo "Foundation, Inc."
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>" echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"

View file

@ -395,7 +395,7 @@ _parset_main() {
fi fi
if [ "$_parset_NAME" = "--version" ] ; then if [ "$_parset_NAME" = "--version" ] ; then
# shellcheck disable=SC2006 # shellcheck disable=SC2006
echo "parset 20230822 (GNU parallel `parallel --minversion 1`)" echo "parset 20230922 (GNU parallel `parallel --minversion 1`)"
echo "Copyright (C) 2007-2023 Ole Tange, http://ole.tange.dk and Free Software" echo "Copyright (C) 2007-2023 Ole Tange, http://ole.tange.dk and Free Software"
echo "Foundation, Inc." echo "Foundation, Inc."
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>" echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"

View file

@ -393,7 +393,7 @@ _parset_main() {
fi fi
if [ "$_parset_NAME" = "--version" ] ; then if [ "$_parset_NAME" = "--version" ] ; then
# shellcheck disable=SC2006 # shellcheck disable=SC2006
echo "parset 20230822 (GNU parallel `parallel --minversion 1`)" echo "parset 20230922 (GNU parallel `parallel --minversion 1`)"
echo "Copyright (C) 2007-2023 Ole Tange, http://ole.tange.dk and Free Software" echo "Copyright (C) 2007-2023 Ole Tange, http://ole.tange.dk and Free Software"
echo "Foundation, Inc." echo "Foundation, Inc."
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>" echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"

View file

@ -376,7 +376,7 @@ _parset_main() {
fi fi
if [ "$_parset_NAME" = "--version" ] ; then if [ "$_parset_NAME" = "--version" ] ; then
# shellcheck disable=SC2006 # shellcheck disable=SC2006
echo "parset 20230822 (GNU parallel `parallel --minversion 1`)" echo "parset 20230922 (GNU parallel `parallel --minversion 1`)"
echo "Copyright (C) 2007-2023 Ole Tange, http://ole.tange.dk and Free Software" echo "Copyright (C) 2007-2023 Ole Tange, http://ole.tange.dk and Free Software"
echo "Foundation, Inc." echo "Foundation, Inc."
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>" echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"

View file

@ -378,7 +378,7 @@ _parset_main() {
fi fi
if [ "$_parset_NAME" = "--version" ] ; then if [ "$_parset_NAME" = "--version" ] ; then
# shellcheck disable=SC2006 # shellcheck disable=SC2006
echo "parset 20230822 (GNU parallel `parallel --minversion 1`)" echo "parset 20230922 (GNU parallel `parallel --minversion 1`)"
echo "Copyright (C) 2007-2023 Ole Tange, http://ole.tange.dk and Free Software" echo "Copyright (C) 2007-2023 Ole Tange, http://ole.tange.dk and Free Software"
echo "Foundation, Inc." echo "Foundation, Inc."
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>" echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"

View file

@ -393,7 +393,7 @@ _parset_main() {
fi fi
if [ "$_parset_NAME" = "--version" ] ; then if [ "$_parset_NAME" = "--version" ] ; then
# shellcheck disable=SC2006 # shellcheck disable=SC2006
echo "parset 20230822 (GNU parallel `parallel --minversion 1`)" echo "parset 20230922 (GNU parallel `parallel --minversion 1`)"
echo "Copyright (C) 2007-2023 Ole Tange, http://ole.tange.dk and Free Software" echo "Copyright (C) 2007-2023 Ole Tange, http://ole.tange.dk and Free Software"
echo "Foundation, Inc." echo "Foundation, Inc."
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>" echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"

View file

@ -368,7 +368,7 @@ _parset_main() {
fi fi
if [ "$_parset_NAME" = "--version" ] ; then if [ "$_parset_NAME" = "--version" ] ; then
# shellcheck disable=SC2006 # shellcheck disable=SC2006
echo "parset 20230822 (GNU parallel `parallel --minversion 1`)" echo "parset 20230922 (GNU parallel `parallel --minversion 1`)"
echo "Copyright (C) 2007-2023 Ole Tange, http://ole.tange.dk and Free Software" echo "Copyright (C) 2007-2023 Ole Tange, http://ole.tange.dk and Free Software"
echo "Foundation, Inc." echo "Foundation, Inc."
echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>" echo "License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>"

View file

@ -26,7 +26,7 @@
use strict; use strict;
use Getopt::Long; use Getopt::Long;
$Global::progname="niceload"; $Global::progname="niceload";
$Global::version = 20230822; $Global::version = 20230922;
Getopt::Long::Configure("bundling","require_order"); Getopt::Long::Configure("bundling","require_order");
get_options_from_array(\@ARGV) || die_usage(); get_options_from_array(\@ARGV) || die_usage();
if($opt::version) { if($opt::version) {

View file

@ -2800,7 +2800,7 @@ sub check_invalid_option_combinations() {
sub init_globals() { sub init_globals() {
# Defaults: # Defaults:
$Global::version = 20230822; $Global::version = 20230922;
$Global::progname = 'parallel'; $Global::progname = 'parallel';
$::name = "GNU Parallel"; $::name = "GNU Parallel";
$Global::infinity = 2**31; $Global::infinity = 2**31;
@ -5761,8 +5761,8 @@ sub usage() {
"If you use programs that use GNU Parallel to process data for an article in a", "If you use programs that use GNU Parallel to process data for an article in a",
"scientific publication, please cite:", "scientific publication, please cite:",
"", "",
" Tange, O. (2023, August 22). GNU Parallel 20230822 ('Chandrayaan').", " Tange, O. (2023, September 22). GNU Parallel 20230922 ('Derna').",
" Zenodo. https://doi.org/10.5281/zenodo.8278274", " Zenodo. https://doi.org/10.5281/zenodo.8374296",
"", "",
# Before changing these lines, please read # Before changing these lines, please read
# https://www.gnu.org/software/parallel/parallel_design.html#citation-notice # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice
@ -5794,8 +5794,8 @@ sub citation_notice() {
"If you use programs that use GNU Parallel to process data for an article in a", "If you use programs that use GNU Parallel to process data for an article in a",
"scientific publication, please cite:", "scientific publication, please cite:",
"", "",
" Tange, O. (2023, August 22). GNU Parallel 20230822 ('Chandrayaan').", " Tange, O. (2023, September 22). GNU Parallel 20230922 ('Derna').",
" Zenodo. https://doi.org/10.5281/zenodo.8278274", " Zenodo. https://doi.org/10.5281/zenodo.8374296",
"", "",
# Before changing these line, please read # Before changing these line, please read
# https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and
@ -5922,20 +5922,20 @@ sub citation() {
"If you use programs that use GNU Parallel to process data for an article in a", "If you use programs that use GNU Parallel to process data for an article in a",
"scientific publication, please cite:", "scientific publication, please cite:",
"", "",
"\@software{tange_2023_8278274,", "\@software{tange_2023_8374296,",
" author = {Tange, Ole},", " author = {Tange, Ole},",
" title = {GNU Parallel 20230822 ('Chandrayaan')},", " title = {GNU Parallel 20230922 ('Derna')},",
" month = Aug,", " month = Sep,",
" year = 2023,", " year = 2023,",
" note = {{GNU Parallel is a general parallelizer to run", " note = {{GNU Parallel is a general parallelizer to run",
" multiple serial command line programs in parallel", " multiple serial command line programs in parallel",
" without changing them.}},", " without changing them.}},",
" publisher = {Zenodo},", " publisher = {Zenodo},",
" doi = {10.5281/zenodo.8278274},", " doi = {10.5281/zenodo.8374296},",
" url = {https://doi.org/10.5281/zenodo.8278274}", " url = {https://doi.org/10.5281/zenodo.8374296}",
"}", "}",
"", "",
"(Feel free to use \\nocite{tange_2023_8278274})", "(Feel free to use \\nocite{tange_2023_8374296})",
"", "",
# Before changing these lines, please read # Before changing these lines, please read
# https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and # https://www.gnu.org/software/parallel/parallel_design.html#citation-notice and

View file

@ -398,25 +398,25 @@ Skip this job (see also B<--filter>). Example:
parallel echo '{= $arg[1] >= $arg[2] and skip =}' \ parallel echo '{= $arg[1] >= $arg[2] and skip =}' \
::: 1 2 3 ::: 2 3 4 ::: 1 2 3 ::: 2 3 4
=item Z<> B<yyyy_mm_dd_hh_mm_ss(sec)> (beta testing) =item Z<> B<yyyy_mm_dd_hh_mm_ss(sec)>
=item Z<> B<yyyy_mm_dd_hh_mm(sec)> (beta testing) =item Z<> B<yyyy_mm_dd_hh_mm(sec)>
=item Z<> B<yyyy_mm_dd(sec)> (beta testing) =item Z<> B<yyyy_mm_dd(sec)>
=item Z<> B<hh_mm_ss(sec)> (beta testing) =item Z<> B<hh_mm_ss(sec)>
=item Z<> B<hh_mm(sec)> (beta testing) =item Z<> B<hh_mm(sec)>
=item Z<> B<yyyymmddhhmmss(sec)> (beta testing) =item Z<> B<yyyymmddhhmmss(sec)>
=item Z<> B<yyyymmddhhmm(sec)> (beta testing) =item Z<> B<yyyymmddhhmm(sec)>
=item Z<> B<yyyymmdd(sec)> (beta testing) =item Z<> B<yyyymmdd(sec)>
=item Z<> B<hhmmss(sec)> (beta testing) =item Z<> B<hhmmss(sec)>
=item Z<> B<hhmm(sec)> (beta testing) =item Z<> B<hhmm(sec)>
Time functions. I<sec> is number of seconds since epoch. If left out Time functions. I<sec> is number of seconds since epoch. If left out
it will use current local time. Example: it will use current local time. Example:

View file

@ -137,7 +137,7 @@ GetOptions(
"help" => \$opt::dummy, "help" => \$opt::dummy,
) || exit(255); ) || exit(255);
$Global::progname = ($0 =~ m:(^|/)([^/]+)$:)[1]; $Global::progname = ($0 =~ m:(^|/)([^/]+)$:)[1];
$Global::version = 20230822; $Global::version = 20230922;
if($opt::version) { version(); exit 0; } if($opt::version) { version(); exit 0; }
# Remove -D and --parallel=N # Remove -D and --parallel=N
my @s = (grep { ! /^-D$|^--parallel=\S+$/ } my @s = (grep { ! /^-D$|^--parallel=\S+$/ }

View file

@ -670,7 +670,7 @@ $Global::Initfile && unlink $Global::Initfile;
exit ($err); exit ($err);
sub parse_options { sub parse_options {
$Global::version = 20230822; $Global::version = 20230922;
$Global::progname = 'sql'; $Global::progname = 'sql';
# This must be done first as this may exec myself # This must be done first as this may exec myself

View file

@ -33,10 +33,10 @@ start_centos3() {
# Vagrant does not set the IP addr # Vagrant does not set the IP addr
# cd to the centos3 dir with the Vagrantfile # cd to the centos3 dir with the Vagrantfile
# Try different "cd"s as the script may be started from another dir # Try different "cd"s as the script may be started from another dir
cd $testsuitedir/vagrant/tange/centos3/ 2>/dev/null cd $testsuitedir/vagrant/FritsHoogland/centos3/ 2>/dev/null
cd testsuite/vagrant/tange/centos3/ 2>/dev/null cd testsuite/vagrant/FritsHoogland/centos3/ 2>/dev/null
cd vagrant/tange/centos3/ 2>/dev/null cd vagrant/FritsHoogland/centos3/ 2>/dev/null
cd ../vagrant/tange/centos3/ 2>/dev/null cd ../vagrant/FritsHoogland/centos3/ 2>/dev/null
vagrantssh() { vagrantssh() {
port=$(perl -ne '/#/ and next; /config.vm.network.*host:\s*(\d+)/ and print $1' Vagrantfile) port=$(perl -ne '/#/ and next; /config.vm.network.*host:\s*(\d+)/ and print $1' Vagrantfile)
w4it-for-port-open localhost $port w4it-for-port-open localhost $port

View file

@ -105,7 +105,7 @@ unset TMPDIR
# We can safely ignore those. # We can safely ignore those.
export LC_ALL=C export LC_ALL=C
PARALLEL_SHELL=sh env_parallel --env _ -vj9 -k --joblog /tmp/jl-`basename $0` --retries 3 \ PARALLEL_SHELL=sh env_parallel --timeout 100 --env _ -vj9 -k --joblog /tmp/jl-`basename $0` --retries 3 \
-S $SSHLOGIN1 --tag '{} 2>&1' \ -S $SSHLOGIN1 --tag '{} 2>&1' \
::: $(compgen -A function | grep par_ | sort) \ ::: $(compgen -A function | grep par_ | sort) \
2> >(grep -Ev 'shopt: not found|declare: not found') 2> >(grep -Ev 'shopt: not found|declare: not found')

View file

@ -50,7 +50,7 @@ par_sql_on_cmdline() {
par_read_sql_from_file() { par_read_sql_from_file() {
echo '### Test reading sql from file' echo '### Test reading sql from file'
unittest=/tmp/unittest.sql unittest=/tmp/unittest.sql
cat >"$unittest.sql" <<EOF cat >"$unittest" <<EOF
DROP TABLE IF EXISTS unittest; DROP TABLE IF EXISTS unittest;
CREATE TABLE unittest ( CREATE TABLE unittest (
id INT, id INT,
@ -184,4 +184,4 @@ par_--help() {
export -f $(compgen -A function | grep par_) export -f $(compgen -A function | grep par_)
compgen -A function | grep par_ | LC_ALL=C sort | compgen -A function | grep par_ | LC_ALL=C sort |
parallel --timeout 1000% -j6 --tag -k --joblog /tmp/jl-`basename $0` '{} 2>&1' parallel --timeout 3000% -j6 --tag -k --joblog /tmp/jl-`basename $0` '{} 2>&1'

View file

@ -100,8 +100,14 @@ par_shebang_wrap_nodejs Arguments [ 'arg1' ]
par_shebang_wrap_nodejs Arguments [ 'arg2' ] par_shebang_wrap_nodejs Arguments [ 'arg2' ]
par_shebang_wrap_nodejs Arguments [ 'arg3.1 arg3.2' ] par_shebang_wrap_nodejs Arguments [ 'arg3.1 arg3.2' ]
par_shebang_wrap_octave Arguments arg1 par_shebang_wrap_octave Arguments arg1
par_shebang_wrap_octave octave: X11 DISPLAY environment variable not set
par_shebang_wrap_octave octave: disabling GUI features
par_shebang_wrap_octave Arguments arg2 par_shebang_wrap_octave Arguments arg2
par_shebang_wrap_octave octave: X11 DISPLAY environment variable not set
par_shebang_wrap_octave octave: disabling GUI features
par_shebang_wrap_octave Arguments arg3.1 arg3.2 par_shebang_wrap_octave Arguments arg3.1 arg3.2
par_shebang_wrap_octave octave: X11 DISPLAY environment variable not set
par_shebang_wrap_octave octave: disabling GUI features
par_shebang_wrap_perl Arguments arg1 par_shebang_wrap_perl Arguments arg1
par_shebang_wrap_perl Arguments arg2 par_shebang_wrap_perl Arguments arg2
par_shebang_wrap_perl Arguments arg3.1 arg3.2 par_shebang_wrap_perl Arguments arg3.1 arg3.2

View file

@ -1,79 +1,46 @@
par_big_func 1 3XXX 90XXX par_big_func 1 3XXX 91XXX
par_big_func 1 3XXX 90XXX par_big_func 1 3XXX 91XXX
par_big_func 1 3XXX 90XXX par_big_func 1 3XXX 91XXX
par_big_func 1 1XXX 47XXX par_big_func 1 1XXX 46XXX
par_big_func_name 18XXX
par_big_func_name 18XXX
par_big_func_name 18XXX
par_big_func_name 18XXX
par_big_func_name 18XXX
par_big_func_name 18XXX
par_big_var_func_name 18XXX
par_big_var_func_name 18XXX
par_big_var_func_name 18XXX
par_big_var_func_name 18XXX
par_big_var_func_name 18XXX
par_big_var_func_name 18XXX
par_big_var_func_name 18XXX
par_big_var_func_name 18XXX
par_big_var_func_name 18XXX
par_big_var_func_name 18XXX
par_big_var_func_name 18XXX
par_big_var_func_name 18XXX
par_big_var_func_name 18XXX
par_big_var_func_name 18XXX
par_big_var_func_name 18XXX
par_big_var_func_name 18XXX
par_big_var_func_name 18XXX
par_many_args 1 3XXX 6XXX par_many_args 1 3XXX 6XXX
par_many_args 1 3XXX 6XXX par_many_args 1 3XXX 6XXX
par_many_args 1 3XXX 6XXX par_many_args 1 3XXX 6XXX
par_many_args 1 3XXX 6XXX par_many_args 1 3XXX 6XXX
par_many_args 1 3XXX 6XXX par_many_args 1 3XXX 6XXX
par_many_args 1 3XXX 6XXX par_many_args 1 3XXX 6XXX
par_many_args 1 1XXX 3XXX par_many_args 1 1XXX 2XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 212 5XXX
par_many_func 1 196 4XXX par_many_func 1 96 2XXX
par_many_func 1 196 4XXX
par_many_func 1 196 4XXX
par_many_func 1 4 68
par_many_var 22XXX
par_many_var 22XXX
par_many_var 22XXX
par_many_var 22XXX
par_many_var 22XXX
par_many_var 22XXX
par_many_var 22XXX
par_many_var_big_func 5XXX par_many_var_big_func 5XXX
par_many_var_big_func 5XXX par_many_var_big_func 5XXX
par_many_var_big_func 5XXX par_many_var_big_func 5XXX
@ -101,8 +68,6 @@ par_many_var_big_func 5XXX
par_many_var_big_func 5XXX par_many_var_big_func 5XXX
par_many_var_big_func 5XXX par_many_var_big_func 5XXX
par_many_var_big_func 5XXX par_many_var_big_func 5XXX
par_many_var_big_func 5XXX par_many_var_func 1 2XXX 59XXX
par_many_var_big_func 5XXX par_many_var_func 1 2XXX 59XXX
par_many_var_func 1 2XXX 58XXX par_many_var_func 1 1XXX 41XXX
par_many_var_func 1 2XXX 58XXX
par_many_var_func 1 1XXX 42XXX