From f47bdf0a0ddd1ba7e5b7989c364106abf7eeae1c Mon Sep 17 00:00:00 2001 From: Ole Tange Date: Sat, 22 Aug 2015 12:05:56 +0200 Subject: [PATCH] Post-release. --- doc/release_new_version | 39 +++++++++++---------------------------- src/parallel | 2 +- src/parallel.pod | 10 +++++----- 3 files changed, 17 insertions(+), 34 deletions(-) diff --git a/doc/release_new_version b/doc/release_new_version index 19eb2e64..33da5498 100644 --- a/doc/release_new_version +++ b/doc/release_new_version @@ -164,6 +164,9 @@ file:///home/tange/privat/parallel/doc/release_new_version Content from release mail: https://savannah.gnu.org/news/submit.php?group=parallel + +Test URLs. + https://savannah.gnu.org/news/approve.php?group=parallel == Update Freshmeat == @@ -209,44 +212,24 @@ cc:Tim Cuthbertson , Ryoichiro Suzuki , Jesse Alama -Subject: GNU Parallel 20150822 ('Hans Vibeke') released +Subject: GNU Parallel 20150822 ('<<>>') released <<[stable]>> -GNU Parallel 20150822 ('Hans Vibeke') has been released. It is available for download at: http://ftp.gnu.org/gnu/parallel/ +GNU Parallel 20150922 ('<<>>') <<[stable]>> has been released. It is available for download at: http://ftp.gnu.org/gnu/parallel/ + +<> Haiku of the month: - Single job is slow. - Hundred parallel are fast. - Use GNU Parallel. + <<>> -- Ole Tange New in this release: -* If $job->skip() is called in {= =} the job will not be run. +* <> GNU Parallel was used (unfortunately without citation) in: MUGBAS: a species free gene-based programme suite for post-GWAS analysis http://www.ncbi.nlm.nih.gov/pubmed/25765345 -* @arg can now be used in {= =}: parallel echo '{= $arg[2] < 5 and $_="j" =}' ::: 1 2 3 ::: 4 5 6 +* <> GNU Parallel was used in: Large Scale Author Name Disambiguation in Digital Libraries http://ieeexplore.ieee.org/xpl/abstractReferences.jsp?tp=&arnumber=7004487&url=http%3A%2F%2Fieeexplore.ieee.org%2Fxpls%2Fabs_all.jsp%3Farnumber%3D7004487 -* Version of GNU Parallel that uses PostgreSQL as backend https://github.com/stephen-fralich/parallel-sql/ - -* A composite genome approach to identify phylogenetically informative data from next-generation sequencing http://www.biomedcentral.com/content/pdf/s12859-015-0632-y.pdf - -* SpeedSeq: ultra-fast personal genome analysis and interpretation http://www.nature.com/nmeth/journal/vaop/ncurrent/full/nmeth.3505.html - -* GNU Parallel is used in elPrep: https://github.com/ExaScience/elprep - -* Who actually reads the code? http://www.fsf.org/blogs/community/who-actually-reads-the-code - -* Introduction to GNU Parallel http://erictleung.com/2015/08/06/intro-to-gnu-parallel/ - -* ¿Alguien se lee el código? http://www.taringa.net/post/linux/18854759/Alguien-se-lee-el-codigo.html - -* ¿Quién se lee el código fuente? https://victorhckinthefreeworld.wordpress.com/2015/08/12/quien-se-lee-el-codigo-fuente/ - -* Distribution des traitements avec GNU Parallel http://blog.inovia-conseil.fr/?p=226#4 - -* Эксперимент по проверке, читают ли код открытых проектов http://www.opennet.ru/opennews/art.shtml?num=42718 - -* 多核心主機搭配 GNU parallel http://blog.zeroplex.tw/2015/08/gnu-parallel.html +* <> GNU Parallel was used (unfortunately with wrong citation) in: TADSim: Discrete Event-Based Performance Prediction for Temperature-Accelerated Dynamics http://vruehle.de/publications/2015c.pdf * Bug fixes and man page updates. diff --git a/src/parallel b/src/parallel index d4ad9b2e..a9291d2f 100755 --- a/src/parallel +++ b/src/parallel @@ -1090,7 +1090,7 @@ sub parse_options { sub init_globals { # Defaults: - $Global::version = 20150822; + $Global::version = 20150823; $Global::progname = 'parallel'; $Global::infinity = 2**31; $Global::debug = 0; diff --git a/src/parallel.pod b/src/parallel.pod index 569b57ca..a2e5bbaf 100644 --- a/src/parallel.pod +++ b/src/parallel.pod @@ -491,9 +491,9 @@ harder to finance development. However, if you pay 10000 EUR, you should feel free to use B<--will-cite>. -=item B<--block> I (beta testing) +=item B<--block> I -=item B<--block-size> I (beta testing) +=item B<--block-size> I Size of block in bytes to read at a time. The I can be postfixed with K, M, G, T, P, k, m, g, t, or p which would multiply the size @@ -1146,9 +1146,9 @@ of each job is saved in a file and the filename is then printed. See also: B<--results> -=item B<--pipe> (beta testing) +=item B<--pipe> -=item B<--spreadstdin> (beta testing) +=item B<--spreadstdin> Spread input to jobs on stdin (standard input). Read a block of data from stdin (standard input) and give one block of data as input to one @@ -1291,7 +1291,7 @@ Overrides an earlier B<--keep-order> (e.g. if set in B<~/.parallel/config>). -=item B<--nice> I (beta testing) +=item B<--nice> I Run the command at this niceness. For simple commands you can just add B in front of the command. But if the command consists of more