Released as 20120522 ('Hollande').

This commit is contained in:
Ole Tange 2012-05-22 20:36:20 +02:00
parent f0540d5c23
commit 91899593fc
11 changed files with 79 additions and 22 deletions

37
NEWS
View file

@ -1,3 +1,40 @@
20120522
* Timings in --joblog now with milliseconds.
* Thesis using GNU Parallel (correctly cited; hooray!).
http://scholarworks.sjsu.edu/etd_projects/222/
* Package for AIX.
http://www.perzl.org/aix/index.php?n=Main.Parallel
* Prokka uses GNU Parallel.
http://bioinformatics.net.au/prokka-manual.html
* GNU Parallel was presented at MUUG.
http://muug.mb.ca/blog/meetings/2012/05/09/may-8th-2012-rtfm-gnu-parallel1/
* Blog post: Manipulating many or large files with GNU parallel.
http://compbiously.blogspot.com/2012/05/manipulating-many-or-large-files-with.html
* Blog post: Running commands in parallel using bash.
http://blog.michaelboman.org/2012/04/running-commands-in-parallel-using-bash.html
* Blog post: Efficient log processing.
http://www.francoismaillet.com/blog/?p=399
* Blog post about GNU Parallel and Amazon EC2.
http://blog.kevinformatics.com/post/4970574713/interested-in-your-experience-using-gnu-parallel-in
* Blog post in Hungarian.
http://commandline.blog.hu/2012/05/03/gnu_parallel
* Popularity of GNU Parallel in Debian explodes.
http://qa.debian.org/popcon-graph.php?packages=parallel
* Bug fixes and man page updates.
20120422
* A race condition bug caused restructuring of a central piece of the

20
configure vendored
View file

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for parallel 20120422.
# Generated by GNU Autoconf 2.68 for parallel 20120522.
#
# Report bugs to <bug-parallel@gnu.org>.
#
@ -559,8 +559,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='parallel'
PACKAGE_TARNAME='parallel'
PACKAGE_VERSION='20120422'
PACKAGE_STRING='parallel 20120422'
PACKAGE_VERSION='20120522'
PACKAGE_STRING='parallel 20120522'
PACKAGE_BUGREPORT='bug-parallel@gnu.org'
PACKAGE_URL=''
@ -1176,7 +1176,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 20120422 to adapt to many kinds of systems.
\`configure' configures parallel 20120522 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1242,7 +1242,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of parallel 20120422:";;
short | recursive ) echo "Configuration of parallel 20120522:";;
esac
cat <<\_ACEOF
@ -1309,7 +1309,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
parallel configure 20120422
parallel configure 20120522
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@ -1326,7 +1326,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 20120422, which was
It was created by parallel $as_me 20120522, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@ -2141,7 +2141,7 @@ fi
# Define the identity of the package.
PACKAGE='parallel'
VERSION='20120422'
VERSION='20120522'
cat >>confdefs.h <<_ACEOF
@ -2704,7 +2704,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 20120422, which was
This file was extended by parallel $as_me 20120522, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -2766,7 +2766,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 20120422
parallel config.status 20120522
configured by $0, generated by GNU Autoconf 2.68,
with options \\"\$ac_cs_config\\"

View file

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

View file

@ -171,16 +171,24 @@ cc:Sandro Cazzaniga <kharec@mandriva.org>,
Ryoichiro Suzuki <ryoichiro.suzuki@gmail.com>,
Jesse Alama <jesse.alama@gmail.com>
Subject: GNU Parallel 20120522 ('Holande/40year') released
Subject: GNU Parallel 20120522 ('Hollande') released
GNU Parallel 20120522 ('') has been released. It is
GNU Parallel 20120522 ('Hollande') has been released. It is
available for download at: http://ftp.gnu.org/gnu/parallel/
New in this release:
* Timings in --joblog now with milliseconds.
* Thesis using GNU Parallel (correctly cited; hooray!).
http://scholarworks.sjsu.edu/etd_projects/222/
* Package for AIX.
http://www.perzl.org/aix/index.php?n=Main.Parallel
* Prokka uses GNU Parallel.
http://bioinformatics.net.au/prokka-manual.html
* GNU Parallel was presented at MUUG.
http://muug.mb.ca/blog/meetings/2012/05/09/may-8th-2012-rtfm-gnu-parallel1/
@ -190,6 +198,18 @@ New in this release:
* Blog post: Running commands in parallel using bash.
http://blog.michaelboman.org/2012/04/running-commands-in-parallel-using-bash.html
* Blog post: Efficient log processing.
http://www.francoismaillet.com/blog/?p=399
* Blog post about GNU Parallel and Amazon EC2.
http://blog.kevinformatics.com/post/4970574713/interested-in-your-experience-using-gnu-parallel-in
* Blog post in Hungarian.
http://commandline.blog.hu/2012/05/03/gnu_parallel
* Popularity of GNU Parallel in Debian explodes.
http://qa.debian.org/popcon-graph.php?packages=parallel
* Bug fixes and man page updates.

View file

@ -24,7 +24,7 @@
use strict;
use Getopt::Long;
$Global::progname="niceload";
$Global::version = 20120422;
$Global::version = 20120522;
Getopt::Long::Configure("bundling","require_order");
get_options_from_array(\@ARGV) || die_usage();
if($::opt_version) {

View file

@ -538,7 +538,7 @@ sub get_options_from_array {
sub parse_options {
# Returns: N/A
# Defaults:
$Global::version = 20120503;
$Global::version = 20120522;
$Global::progname = 'parallel';
$Global::infinity = 2**31;
$Global::debug = 0;

View file

@ -180,7 +180,7 @@ Run one gzip process per CPU core. Block until a CPU core becomes
available.
@verbatim
for i in `ls *.log` ; do
for i in *.log ; do
echo $i
sem -j+0 gzip $i ";" echo done
done

View file

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

View file

@ -15,7 +15,7 @@ done
echo '### --rm and --runmem'
niceload -H --rm 1g free -g | perl -ane '/buffers.cache:/ and print $F[3],"\n"' | grep '[1-9]' >/dev/null && echo OK &
niceload -H --runmem 1.2g free -g | perl -ane '/buffers.cache:/ and print $F[3],"\n"' | grep '[1-9]' >/dev/null && echo OK &
niceload -H --runmem 1g free -g | perl -ane '/buffers.cache:/ and print $F[3],"\n"' | grep '[1-9]' >/dev/null && echo OK &
wait

View file

@ -48,14 +48,14 @@ echo '### Test --joblog followed by --resume --joblog';
rm -f /tmp/joblog;
timeout -k 1 1 parallel -j2 --joblog /tmp/joblog sleep {} ::: 1.1 2.2 3.3 4.4 2>/dev/null;
parallel -j2 --resume --joblog /tmp/joblog sleep {} ::: 1.1 2.2 3.3 4.4;
cat /tmp/joblog | wc;
cat /tmp/joblog | wc -lw;
rm -f /tmp/joblog;
echo '### Test --resume --joblog followed by --resume --joblog';
rm -f /tmp/joblog2;
timeout -k 1 1 parallel -j2 --resume --joblog /tmp/joblog2 sleep {} ::: 1.1 2.2 3.3 4.4 2>/dev/null;
parallel -j2 --resume --joblog /tmp/joblog2 sleep {} ::: 1.1 2.2 3.3 4.4;
cat /tmp/joblog2 | wc;
cat /tmp/joblog2 | wc -lw;
rm -f /tmp/joblog2;
echo '### Test --header';

View file

@ -42,9 +42,9 @@ parallel: -W has been retired. Use --wd.
parallel: -Y has been retired. Use --shebang.
parallel: -H has been retired. Use --halt.
### Test --joblog followed by --resume --joblog
5 49 203
5 49
### Test --resume --joblog followed by --resume --joblog
5 49 203
5 49
### Test --header
3/4.5 1.2 3/4 4.5 3 4
### 64-bit wierdness - this did not complete on a 64-bit machine