20180822

* parset sets exit code.

* How to install GNU Parallel
  https://www.techrepublic.com/videos/how-to-install-gnu-parallel/

* Bug fixes and man page updates.


20180722

* The quoting engine has been changed. Instead of using \-quoting GNU
  Parallel now uses '-quoting in bash/ash/dash/ksh. This should
  improve compatibility with different locales. This is a big change
  causing this release to be alpha quality.

* The CPU calculation has changed. By default GNU Parallel uses the
  number of CPU threads as the number of CPUs. This can be changed to
  the number of CPU cores or number of CPU sockets with
  --use-cores-instead-of-threads or --use-sockets-instead-of-threads.

* The detected number of sockets, cores, and threads can be shown with
  --number-of-sockets, --number-of-cores, and --number-of-threads.

* env_parallel now support mksh using env_parallel.mksh.

* GNU Parallel is distributed as part of Snippy
  https://github.com/tseemann/snippy

* GNU Parallel: Ejecutar comandos simultáneamente en Linux
  https://esgeeks.com/gnu-parallel-ejecutar-comandos-simultaneo-linux/

* Parallel download genomic data with GNU-Parallel
  https://digibio.blogspot.com/search/label/GNU-Parallel

* Bug fixes and man page updates.


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
  programs require tty access without using it.

* env_parallel --session will record names in current environment in
  $PARALLEL_IGNORED_NAMES and exit. It is only used with env_parallel,
  and can work like --record-env but in a single session.

* 35 day course: Linux shell scripting and text processing for big
  data https://comquest.in/training

* How To Use Your Entire CPU In Bash With Parallel
  https://bash-prompt.net/guides/parallell-bash/

* An easy way to run parallel jobs on Stampede2
  https://blog.uta.edu/xus/2017/09/29/an-easy-way-to-run-parallel-jobs-on-stampede2/

* Get more done at the Linux command line with GNU Parallel
  https://opensource.com/article/18/5/gnu-parallel

* Save Time with Modern Search Techniques
  https://www.sans.org/summit-archives/file/summit-archive-1524582079.pdf

* GNU Parallel: haz más cosas simultáneamente en el terminal
  https://blog.desdelinux.net/gnu-parallel-haz-mas-cosas-simultaneamente-en-el-terminal/

* 「今日から使い切る」ための GNU Parallelによる並列処理入門
  https://www.slideshare.net/koji_matsuda/gnu-parallel

* Bug fixes and man page updates.


20180422

* --csv makes GNU Parallel parse the input sources as CSV. When used
  with --pipe it only passes full CSV-records.

* Time in --bar is printed as 1d02h03m04s.

* Optimization of --tee: It spawns a process less per value.

* The GNU Parallel 2018 book is now available:
  http://www.lulu.com/shop/ole-tange/gnu-parallel-2018/paperback/product-23558902.html

* Modern pentest tricks for faster, wider, greater engagement (15)
  https://conference.hitb.org/hitbsecconf2018ams/materials/D1%20COMMSEC%20-%20Thomas%20Debize%20-%20Modern%20Pentest%20Tricks%20for%20Faster,%20Wider,%20Greater%20Engagements.pdf

* Running many serial jobs efficiently
  https://userinfo.surfsara.nl/documentation/running-many-serial-jobs-efficiently

* GNU Parallel: как сохранить результаты нескольких команд для
  переменной? http://fliplinux.com/gnu-parallel-6.html

* Running Multiple Commands in Parallel on a GNU Linux
  https://www.youtube.com/watch?v=sHpTywpb4_4

* Klaatu covers the documentation of GNU parallel in episode 12x15
  http://gnuworldorder.info/

* Bug fixes and man page updates.


20180322

* niceload -p can now take multiple pids separated by comma

* --timeout gives a warning when killing processes

* --embed now uses the same code for all supported shells

* --delay can now take arguments like 1h12m07s

* Parallel. Straight from your command line
  https://medium.com/@alonisser/parallel-straight-from-your-command-line-feb6db8b6cee

* GNU Parallel was used in POAP-Parallelized Open Babel & Autodock
  suite Pipeline https://github.com/inpacdb/POAP

* Pi Cluster Parallel Script First Fire
  https://chiefio.wordpress.com/2018/02/23/pi-cluster-parallel-script-first-fire/

* How to Restore MySQL Logical Backup at Maximum Speed
  https://www.percona.com/blog/2018/02/22/restore-mysql-logical-backup-maximum-speed/

* Bug fixes and man page updates.


20180222

* --embed makes it possible to embed GNU parallel in a shell
  script. This is useful if you need to distribute your script to
  someone who does not want to install GNU parallel.

* Parallelize Your Large Batches of Small Jobs
  https://amito.me/2018/02/Parallelize-Your-Large-Batches-of-Small-Jobs/

* Klaatu expounds upon xargs and talks GNU parallel in episode 12x6
  http://gnuworldorder.info/

* How to use parallel to speed up your work
  https://mike42.me/blog/how-to-use-parallel-to-speed-up-your-work

* Transient compute clustering with GNU Parallel and sshfs
  https://dennismungai.wordpress.com/2018/02/06/transient-compute-clustering-with-gnu-parallel-and-sshfs/
 
* Useful Examples of ffmpeg and GNU parallel on the command-line
  https://dennismungai.wordpress.com/2018/02/06/useful-examples-of-ffmpeg-and-gnu-parallel-on-the-command-line/

* Data Science at the Command Line (Chapter 8.3)
  https://www.datascienceatthecommandline.com/

* Bug fixes and man page updates.


20180122

* bash / 병렬 https://code.i-harness.com/ko/docs/bash/2a1a

* 15分钟神器gnu parallel 入门观止
  http://www.ezilin.com/2018/01/15gnu-parallel.html

* How To Run Multiple Commands In Parallel on Linux
  https://www.slashroot.in/how-run-multiple-commands-parallel-linux

* Bug fixes and man page updates.


20171222

* env_parset for ash, dash, ksh, sh, zsh

* Automatically create hostgroups if argument ends in @sshlogin

* Tips for running jobs on your VM
  https://support.ehelp.edu.au/support/solutions/articles/6000089713-tips-for-running-jobs-on-your-vm#parallel

* Node-local scheduling
  https://mogonwiki.zdv.uni-mainz.de/dokuwiki/node_local_scheduling

* GNU Parallel https://docs.computecanada.ca/wiki/GNU_Parallel

* GNU Parallel のエラー処理 https://qiita.com/inouet/items/bfc208668c86caf8ff74

* Using GNU Parallel
  https://wiki.ncsa.illinois.edu/display/ROGER/Using+GNU+Parallel

* Bug fixes and man page updates.


20171122

* Using GNU Parallel to speed up Google Cloud Infrastructure
  management
  https://medium.com/@pczarkowski/using-gnu-parallel-to-speed-up-google-cloud-infrastructure-management-53e5c555ec05

* What is gnu parallel
  http://wiki.chpc.ac.za/howto:bioinformatics:gnu-parallel

* Parallel, Scripts, Clusters, & Easy Use
  https://chiefio.wordpress.com/2017/11/10/parallel-scripts-clusters-easy-use/

* Bug fixes and man page updates.


20171022

* Initial support for XDG Base Directory $XDG_* environment variables.

* Validating half a million TIFF files. Part
  Two
  https://www.dpoc.ac.uk/2017/08/17/validating-half-a-million-tiff-files-part-two/

* Turing data science class: Cluster computing
  https://www.turing.ac.uk/events/masterclass-cluster-computing/

* Butlin:Unix for Bioinformatics - advanced tutorial
  https://openwetware.org/wiki/Butlin:Unix_for_Bioinformatics_-_advanced_tutorial

* พยายามใช้ CPU ให้ครบทุก CORE
  https://veer66.wordpress.com/2017/09/02/use-multi-core/

* Examples on using GNU Parallel
  https://gist.github.com/drmalex07/de8ff1379a560f6d84a0d863e60ae378

* Bug fixes and man page updates.


20170922

* Use '--limit myprog' to make a dynamic job limit. Just return 0 to
  spawn another job, 1 to not spawn another job, and 2 to kill the
  youngest job.

* PARALLEL_RSYNC_OPTS and --rsync-opts sets the options for rsync
  (Default: -rlDzR).

* Download all of humble bundle books in parallel
  https://til.hashrocket.com/posts/ggt1jaes4y-download-all-of-humble-bundle-books-in-parallel

* Bug fixes and man page updates.


20170822

* --line-buffer no longer uses tempfiles. This is faster and makes it
  possible for a single process to output more data than there is free
  disk space.

* Vote for GNU Parallel's community ads on
  http://meta.unix.stackexchange.com/a/4356/2972
  http://meta.askubuntu.com/a/16750/22307
  http://meta.serverfault.com/a/9040/45704

* Edit images with GNU Parallel and ImageMagick
  https://fedoramagazine.org/edit-images-parallel-imagemagick/

* Running Bash Commands in Parallel
  https://dzone.com/articles/running-bash-commands-in-parallel-1

* Today I Learned: GNU parallel, plate tectonics
  https://medium.com/@nornagon/today-i-learned-gnu-parallel-plate-tectonics-9fcf24045e63

* GNU Parallel Tutorial
  https://www.upf.edu/web/sct-sit/gnu-parallel-tutorial

* Validating half a million TIFF files
  http://www.dpoc.ac.uk/2017/08/17/validating-half-a-million-tiff-files-part-two/

* Blender and GNU Parallel
  https://www.blendernation.com/2017/08/16/blender-gnu-parallel/

* Quick Introduction to GNU Parallel
  https://github.com/LangilleLab/microbiome_helper/wiki/Quick-Introduction-to-GNU-Parallel

* A simple distributed animation render example using GNU Parallel
  https://gitlab.com/skororu/scripts

* Do stuff on things, in parallel
  http://blogs.fluidinfo.com/terry/2017/08/05/do-stuff-on-things-in-parallel/

* Bash And GNU Parallel NGS Bidniz
  http://ino.pm/outreach/presentations/2014/03/genomics-wranglers/index.html

* Using for loop vs Gnu parallel for BLAST
  http://www.ettemalab.org/using-for-loop-vs-gnu-parallel-for-blast/

* 并行rsync https://gxnotes.com/article/175866.html

* Bug fixes and man page updates.


20170722

* Vote for GNU Parallel's community ads on
  http://meta.unix.stackexchange.com/a/4356/2972
  http://meta.askubuntu.com/a/16750/22307
  http://meta.serverfault.com/a/9040/45704

* GNU Parallel was cited in: Hayabusa: Simple and Fast Full-Text
  Search Engine for Massive System Log Data
  http://dl.acm.org/citation.cfm?id=3095788

* コマンドの並列化を行える『GNU parallel』の個人的使い方まとめ
  https://orebibou.com/2017/07/%E3%82%B3%E3%83%9E%E3%83%B3%E3%83%89%E3%81%AE%E4%B8%A6%E5%88%97%E5%8C%96%E3%82%92%E8%A1%8C%E3%81%88%E3%82%8B%E3%80%8Egnu-parallel%E3%80%8F%E3%81%AE%E5%80%8B%E4%BA%BA%E7%9A%84%E4%BD%BF%E3%81%84/

* How to play and play with thousands of digitized 78rpm records
  https://blog.archive.org/2017/07/10/how-to-play-and-play-with-78rpm-record-transfers/

* 并行一个for循环 https://gxnotes.com/article/130363.html

* RFC 8142: GeoJSON Text Sequences
  https://sgillies.net/2017/05/18/rfc-8142-geojson-text-sequences.html

* Git auto fetch script I run every day
  https://lukas.zapletalovi.com/2017/07/git-auto-fetch-script-i-run-every-day.html

* cores, cpus and threads
  http://crazyhottommy.blogspot.de/2017/07/cores-cpus-and-threads.html

* Bug fixes and man page updates.


20170622

* The command line can now contain \257 (Macron) or UTF characters
  containing \257.

* Vote for GNU Parallel's community ads on
  http://meta.unix.stackexchange.com/a/4356/2972
  http://meta.askubuntu.com/a/16750/22307
  http://meta.serverfault.com/a/9040/45704

* Graph for overhead for 1000 jobs has been updated. It remains
  steadily at 3.5 ms per job on a 1.7 GHz machine
  https://www.gnu.org/software/parallel/process-time-j2-1700MHz-3000-1000.pdf

* GNU Parallel was cited in: The topology of the directed clique
  complex as a network invariant
  https://springerplus.springeropen.com/articles/10.1186/s40064-016-2022-y

* GNU Parallel was cited in: Improving Optical Character Recognition
  of Finnish Historical Newspapers with a Combination of Fraktur &
  Antiqua Models and Image
  http://www.ep.liu.se/ecp/131/038/ecp17131038.pdf

* GNU Parallel was cited in: Parallel Execution of Structural Mechanic
  Tasks with Use of Small Supercomputers
  http://www.sciencedirect.com/science/article/pii/S1877705817324815

* GNU Parallel was cited in: Integration of a Multilingual Preordering
  Component into a Commercial SMT Platform
  https://www.degruyter.com/downloadpdf/j/pralin.2017.108.issue-1/pralin-2017-0009/pralin-2017-0009.pdf

* Tips For Running Jobs On Your VM
  https://support.ehelp.edu.au/support/solutions/articles/6000089713-tips-for-running-jobs-on-your-vm#parallel

* Speed up ML model development with GNU Parallel
  https://pzelasko.github.io/posts/speed-up-ml-model-development-with-gnu-parallel

* Parallelizing a Python Function for the Extremely Lazy
  http://tdhopper.com/blog/2017/Jun/07/parallelizing-a-python-function-for-the-extremely-lazy/

* 使用GNU parallel
  http://www.android5.online/Android/androidjc/androidkf/gykf/201603/8741.html

* Bug fixes and man page updates.


20170522

* --timeout can now use s=second,m=minute,h=hour,d=day.

* --dr is now an alias for --dry-run.

* Vote for GNU Parallel's community ads on
  http://meta.unix.stackexchange.com/a/4356/2972
  http://meta.askubuntu.com/a/16750/22307
  http://meta.serverfault.com/a/9040/45704

* GNU Parallel was cited in: Feature Detection in Visual Cortex during
  Different Functional States
  https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5397493/

* GNU Parallel was cited in: From genotype to phenotype: inferring
  relationships between microbial traits and genomic components
  https://docserv.uni-duesseldorf.de/servlets/DerivateServlet/Derivate-44622/main.pdf

* GNU Parallel was cited in: Designing fecal microbiota transplant
  trials that account for differences in donor stool efficacy
  http://biorxiv.org/content/biorxiv/early/2016/07/25/065383.full.pdf

* GNU Parallel was cited in: Assessing the predictability of
  anharmonic vibrational modes at the example of hydroxyl groups - ad
  hoc construction of localised modes and the influence of structural
  solute–solvent motifs
  http://pubs.rsc.org/-/content/articlelanding/2017/cp/c7cp01662j#!divAbstract

* GNU Parallel was cited in: Mapping Environmental Influences on
  Utility Fire Threat
  ftp://frapftp.fire.ca.gov/outgoing/transfer/PUC_Map1/Utility%20Fire%20map%201%20final%20review%20and%20development%20report21616.pdf

* GNU Parallel was cited in: Weak vs. Strong Disorder Superfluid-Bose
  Glass Transition in One Dimension
  https://arxiv.org/pdf/1704.02257.pdf

* GNU Parallel was cited in: Online Automatic Post-editing for MT in a
  Multi-Domain Translation Environment
  https://www.aclweb.org/anthology/E/E17/E17-1050.pdf

* GNU Parallel was cited in: Cross-calibration of S-NPP VIIRS
  moderate-resolution reflective solar bands against MODIS Aqua over
  dark water scenes
  http://www.atmos-meas-tech.net/10/1425/2017/amt-10-1425-2017.pdf

* GNU Parallel was cited in: Scattering Networks: Efficient 2D
  Implementation And Application To Melanoma Classification
  http://amslaurea.unibo.it/12261/1/nurrito_eugenio_tesi_fisica_magistrale.pdf

* GNU Parallel was cited in: Genome-scale detection of positive
  selection in 9 primates predicts human-virus evolutionary conflicts
  http://biorxiv.org/content/biorxiv/early/2017/04/27/131680.full.pdf

* GNU Parallel is used in: Creates a speech dataset for deep learning
  https://github.com/jupiter126/Create_Speech_Dataset

* GNU Parallel is used in: Parse and process the demixing secrets
  dataset (DSD100) https://github.com/faroit/dsdtools

* First glance at the gnu parallel utility
  https://ibiscybernetics.com/blog/2017-04-05.html

* Installing parallel from source
  https://bitsanddragons.wordpress.com/2017/05/03/installing-parallel-from-source/

* How to run command or code in parallel in bash shell under Linux or
  Unix
  https://www.cyberciti.biz/faq/how-to-run-command-or-code-in-parallel-in-bash-shell-under-linux-or-unix/

* Parallel Serial Jobs Using GNU Parallel
  http://www.hpc.lsu.edu/training/weekly-materials/2017-Spring/gnuparallel-Feb2017.pdf

* GNU Parallel or How to list millions of S3 objects
  https://joeray.me/gnu-parallel-how-to-list-millions-objects.html

* Which Is the Best Tool for Copying a Large Directory Tree Locally?
  http://arjon.es/2017/05/11/which-is-the-best-tool-for-copying-a-large-directory-tree-locally/

* Bug fixes and man page updates.


20170422

* --halt supports done in addition to success and fail.

* parset will set variables in parallel in Bash.

* Perl 5.6 on Irix is no longer supported.

* Vote for GNU Parallel's community ads on
  http://meta.unix.stackexchange.com/a/4356/2972
  http://meta.askubuntu.com/a/16750/22307
  http://meta.serverfault.com/a/9040/45704

* GNU Parallel was cited in: Halvade-RNA: Parallel variant calling
  from transcriptomic data using MapReduce
  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0174575

* GNU Parallel was cited in: StrAuto: automation and parallelization
  of STRUCTURE analysis
  http://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-017-1593-0

* GNU Parallel was cited in: Trespassing the Boundaries: Labeling
  Temporal Bounds for Object Interactions in Egocentric Video
  https://128.84.21.199/pdf/1703.09026.pdf

* GNU Parallel is used in: https://github.com/lucascbeyeler/zmbackup

* Using GNU Parallel
  https://wiki.ncsa.illinois.edu/display/ROGER/Using+GNU+Parallel

* Find and xargs and parallel
  http://helpful.knobs-dials.com/index.php/Find_and_xargs_and_parallel#Parallel

* Quick Introduction to GNU Parallel
  https://github.com/mlangill/microbiome_helper/wiki/Quick-Introduction-to-GNU-Parallel

* Data science at the command line https://www.slideshare.net/sharatsc/data-science-at-the-command-line

* Bedtools笔记 http://www.jianshu.com/p/67b0665490ac

* Bug fixes and man page updates.


20170322

* --rpl can now take arguments by adding '(regexp)' in the replacement
  string.

* Vote for GNU Parallel's community ads on
  http://meta.unix.stackexchange.com/a/4356/2972
  http://meta.askubuntu.com/a/16750/22307
  http://meta.serverfault.com/a/9040/45704

* GNU Parallel was cited in: shmlast: An improved implementation of
  Conditional Reciprocal Best Hits with LAST and Python
  https://joss.theoj.org/papers/3cde54de7dfbcada7c0fc04f569b36c7

* GNU Parallel was cited in: Prediction of relativistic electron flux
  in the Earth’s outer radiation belt at geostationary orbit by
  adaptive methods
  https://link.springer.com/article/10.1134/S0016793217010108

* GNU Parallel was cited in: Higher likelihood of multiple bit-flips
  due to neutron-induced strikes on logic gates
  https://arxiv.org/pdf/1612.08239.pdf

* GNU Parallel was cited in: A Monte Carlo Resampling Approach for the
  Calculation of Hybrid Classical and Quantum Free Energies
  http://pubs.acs.org/doi/pdfplus/10.1021/acs.jctc.6b00506

* GNU Parallel was cited in: Learning string distance with smoothing
  for OCR spelling correction
  https://link.springer.com/article/10.1007/s11042-016-4185-5

* GNU Parallel was cited in: The Breakdown of String Perturbation
  Theory for Many External Particles
  https://arxiv.org/pdf/1611.08003.pdf

* GNU Parallel was cited in: Operations Research Applications in
  Nuclear Energy
  https://dspace.library.colostate.edu/bitstream/handle/11124/170687/Johnson_mines_0052E_11207.pdf?sequence=1&isAllowed=y

* GNU Parallel was cited in: Parallel Computing: GNU Parallel
  http://www.blopig.com/blog/2017/02/parallel-computing-gnu-parallel/

* Stig Sandbeck Mathisen: Change All The Passwords (Again)
  http://garf.us/2017/02/stig-sandbeck-mathisen-change-all-the-passwords-again/

* Trabalhando como Paralelismo no Bash usando o GNU Parallel
  http://www.beyeler.com.br/2017/03/trabalhando-como-paralelismo-no-bash-usando-o-gnu-parallel/

* GNU parallel と SQL*Loader 組み合わせ実行例
  https://blogs.oracle.com/LetTheSunShineIn/entry/gnu_parallel_%E3%81%A8_sql_loader

* Bug fixes and man page updates.


20170222

* env_parallel now supports /bin/sh, ash, dash.

* --tee will pipe all data to all jobs. Used with --pipe/--pipepart
  and :::. Small example: seq 3333 | parallel --pipe --tee --tag 'grep
  {} | wc -l' ::: {0..9}

* If --results {replstr} ends in /: save in dir. Otherwise save as
  file. Example: parallel --results {} echo {} ::: a b c

* Vote for GNU Parallel's community ads on
  http://meta.unix.stackexchange.com/a/4356/2972
  http://meta.askubuntu.com/a/16750/22307
  http://meta.serverfault.com/a/9040/45704

* GNU Parallel was cited in: Low-delay forwarding with multiple
  candidates for VANETs using multi-criteria decision making
  http://ieeexplore.ieee.org/document/7835961/

* GNU Parallel was cited in: An Integrated Simulator and Dataset that
  Combines Grasping and Vision for Deep Learning
  https://arxiv.org/pdf/1702.02103.pdf

* GNU Parallel was cited in: A Bayesian model selection approach for
  identifying differentially expressed transcripts from RNA sequencing
  data http://onlinelibrary.wiley.com/doi/10.1111/rssc.12213/full

* GNU Parallel was cited in: The impact of copy number variation on
  gout, and the apple genome
  https://ourarchive.otago.ac.nz/bitstream/handle/10523/7060/BoocockJames2016MSc.pdf?sequence=3

* GNU Parallel was cited in: Reaction rates for reaction-diffusion
  kinetics on unstructured meshes
  http://aip.scitation.org/doi/10.1063/1.4975167

* GNU Parallel was cited in: Modeling prediction error improves power
  of transcriptome-wide association studies
  http://biorxiv.org/content/biorxiv/early/2017/02/14/108316.full.pdf

* GNU Parallel was cited in: Proper experimental design requires
  randomization/balancing of molecular ecology experiments
  http://biorxiv.org/content/biorxiv/early/2017/02/17/109280.full.pdf

* GNU Parallel was cited in: Experiment-based thermal micromagnetic
  simulations of the magnetization reversal for ns-range clocked
  nanomagnetic logic
  http://aip.scitation.org/doi/full/10.1063/1.4974021

* GNU Parallel was cited in: The University of Edinburgh’s systems
  submission to the MT task at IWSLT
  http://workshop2016.iwslt.org/downloads/IWSLT_2016_paper_27.pdf

* Fast-GBS uses GNU Parallel: https://bitbucket.org/jerlar73/fast-gbs

* Job: DevOps Engineer/Senior Systems Administrator in New York, New
  York
  http://rockefeller.jobs/new-york-ny/devops-engineersenior-systems-administrator/2DB3408EAC9E4617AD238550F31C7641/job/

* Training in GNU Parallel:
  https://www.carc.unm.edu/education-outreach/workshops--training/

* Training in GNU Parallel:
  http://www.hpc.lsu.edu/training/registration.php?topic=Parallel%20Serial%20Jobs%20Using%20GNU%20Parallel&date=February%2022,%202017&time=9:00%20AM%20-%2011:00%20AM&place=307%20Frey&deadline=2017-02-21%2016:30:00

* Batch Convert Images from PNG to JPEG
  http://coreygoldberg.blogspot.dk/2017/02/batch-convert-images-from-png-to-jpeg.html

* Accelerating Oxford Nanopore Basecalling
  http://fowlerlab.org/2017/01/26/accelerating-oxford-nanopore-basecalling/

* parallel и imagemagick в loop на bash
  https://www.linux.org.ru/forum/development/13190247

* Bug fixes and man page updates.


20170206alpha

* --tee introduced.


20170122

* sql now uses a temporary credentials file for MySQL to avoid
  warning.

* --sqlmaster and --sqlworker have been reworked.

* --sqlworker only reads from the DBURL: any command and any arguments
  are ignored.

* --sqlmaster +DBURL will append different commands to the DBURL and
  not erase the table.

* If --results contain a replacement string, no tree structure with
  args will be generated.

* --fg --tmux or --fg --tmuxpane will connect to the tmux.

* GNU Parallel was cited in: Fast, Automated Indoor Light Detection,
  Classification, and Measurement
  https://www2.eecs.berkeley.edu/Pubs/TechRpts/2016/EECS-2016-212.pdf

* GNU Parallel was cited in: Unbiased RNA Shotgun Metagenomics in
  Social and Solitary Wild Bees Detects Associations with Eukaryote
  Parasites and New Viruses
  http://journals.plos.org/plosone/article?id=10.1371/journal.pone.0168456

* GNU Parallel was cited in: Almost Event-Rate Independent Monitoring
  of Metric Temporal Logic
  http://people.inf.ethz.ch/trayteld/papers/tacas17-aerial/aerial.pdf

* 使用GNU parallel命令并行预处理数据: https://blog.razrlele.com/p/1843

* GNU Parallel as a queuing system:
  http://puntoblogspot.blogspot.com/2017/01/gnu-parallel-as-queuing-system.html

* AWS re:Invent 2016: Deep Dive on Amazon Elastic File System (STG202)
  slide 45
  http://www.slideshare.net/AmazonWebServices/aws-reinvent-2016-deep-dive-on-amazon-elastic-file-system-stg202
  and https://youtu.be/PlTuJx4VnGw?t=30m16s

* Bug fixes and man page updates.


20161222

* --results foo.csv will save output as a CSV-file. Can be directly
  imported into R or LibreCalc.

* When using --pipepart a negative --block-size is not interpreted as
  a block size but as the number of blocks each jobslot should have.

* --sqlmaster/--sqlandworker will append jobs to the DBURL if the
  DBURL is prepended with +.

* GNU Parallel was cited in: A cloud-based workflow to quantify
  transcript-expression levels in public cancer compendia
  http://www.nature.com/articles/srep39259

* GNU Parallel was cited in: Determination of crystal structures of
  proteins of unknown identity using a marathon molecular replacement
  procedure: Structure of Stenotrophomonas maltophilia
  phosphate-binding protein
  https://www.researchgate.net/publication/308186413_Determination_of_crystal_structures_of_proteins_of_unknown_identity_using_a_marathon_molecular_replacement_procedure_Structure_of_Stenotrophomonas_maltophilia_phosphate-binding_protein

* GNU Parallel was cited in: Large-scale benchmarking reveals false
  discoveries and count transformation sensitivity in 16S rRNA gene
  amplicon data analysis methods used in microbiome studies
  http://microbiomejournal.biomedcentral.com/articles/10.1186/s40168-016-0208-8

* GNU Parallel was cited in: Decomposing Images into Layers via
  RGB-space Geometry
  https://cs.gmu.edu/~ygingold/singleimage/Decomposing%20Images%20into%20Layers%20via%20RGB-space%20Geometry%20(Tan%20et%20al%202016%20TOG)%20small.pdf

* Transient compute clustering with GNU Parallel and sshfs
  https://gist.github.com/Brainiarc7/24c966c8a001061ee86cc4bc05826bf4

* 4 Ways to Batch Convert Your PNG to JPG and Vice-Versa
  http://www.tecmint.com/linux-image-conversion-tools/

* All's Fair in Love and Distributed Storage
  http://cohesity.com/blog/alls-fair-love-distributed-storage/

* How can I use GNU Parallel to run a lot of commands in parallel
  https://www.msi.umn.edu/support/faq/how-can-i-use-gnu-parallel-run-lot-commands-parallel

* 정해영의 블로그 - JEONG Haeyoung's blog
  http://blog.genoglobe.com/2016/11/gnu-parallel.html

* 在Linux下将PNG和JPG批量互转的四种方法
  http://os.51cto.com/art/201612/524182.htm

* Running in parallel http://tomkimpson.com/howto/gnuparallel/

* Taco Bell Parallel Programming
  https://giorgos.sealabs.net/taco-bell-parallel-programming.html

* Bug fixes and man page updates.


20161122

* --record-env can now be used with env_parallel for bash, ksh, pdksh,
  and zsh.

* GNU Parallel was cited in: An improved implementation of Conditional
  Reciprocal Best Hits with LAST and Python
  https://pypi.python.org/pypi/shmlast/1.0.3

* GNU Parallel was cited in: miRPathDB: a new dictionary on microRNAs
  and target pathways
  http://nar.oxfordjournals.org/content/early/2016/10/13/nar.gkw926.full

* GNU/Parallel – Run multiple commands simultaneously
  https://vinusumi.wordpress.com/2016/11/08/gnuparallel-run-multiple-commands-simultaneously/

* Tutorial: Parallel web scraping with CasperJS and GNU Parallel
  http://g-liu.com/blog/2016/10/tutorial-parallel-web-scraping-with-casperjs-and-gnu-parallel/

* Bug fixes and man page updates.


20161022

* First command no longer gets stdin as it causes unpredictable issues.

* GNU Parallel was cited in: Efficiently parallelized modeling of
  tightly focused, large bandwidth laser pulses
  https://arxiv.org/pdf/1609.08146v1.pdf

* How to crunch lots of geodata in parallel
  http://blog.faraday.io/how-to-crunch-lots-of-geodata-in-parallel/

* GNU parallel is my new toaster
  http://amedee.me/gnu-parallel-is-my-new-toaster/index.html

* Bug fixes and man page updates.


20160922

* parcat - cat files or fifos in parallel

* GNU Parallel was cited in: Velocity: A Netflow Based Optimized
  Geo-IP Lookup Tool
  https://mospace.umsystem.edu/xmlui/bitstream/handle/10355/50842/Thesis_2016_Pakhare.pdf?sequence=1&isAllowed=y

* GNU Parallel was cited in: Viral deep sequencing needs an adaptive
  approach: IRMA, the iterative refinement meta-assembler
  http://www.ncbi.nlm.nih.gov/pmc/articles/PMC5011931/

* Using GNU Parallel and ImageMagick for Conversions
  https://blog.fractalcomic.com/tutorials/using-gnu-parallel-and-imagemagick-for-conversions/

* Training in GNU Parallel
  http://www.cism.ucl.ac.be/Services/Formations/parcomp.pdf

* Chown Ceph OSD data directory using GNU Parallel
  http://blog.widodh.nl/2016/08/chown-ceph-osd-data-directory-using-gnu-parallel/

* FastGBS uses GNU Parallel https://bitbucket.org/jerlar73/fastgbs

* dDocent: A guide to ddRAD sequencing
  https://ddocent.wordpress.com/ddocent-pipeline-user-guide/

* SOFTWARE GNU Parallel
  http://msi-riss.readthedocs.io/en/latest/software/gnu-parallel.html

* Bug fixes and man page updates.


20160822

* --tmuxpane opens jobs in panes in tmux. Useful if you want to
  monitor progress of less than 100 simultaneous jobs.

* --linebuffer now treats \r as line ending, too.

* Perl changes forces use of floats to be given with leading zero, so
  0.1 and not .1

* --xapply renamed to --link.

* Support for pdksh will fade until someone packages it for Ubuntu 16.

* GNU Parallel was cited in: Exome sequencing of geographically
  diverse barley landraces and wild relatives gives insights into
  environmental adaptation
  http://www.nature.com/ng/journal/vaop/ncurrent/full/ng.3612.html?WT.feed_name=subjects_genetics#references

* GNU Parallel was cited in: Vision-Enhanced Lidar Odometry and
  Mapping https://www.ri.cmu.edu/pub_files/2016/8/DLL-thesis.pdf

* Easy parallelization with GNU parallel
  http://mpharrigan.com/2016/08/02/parallel.html

* Facebook V: Predicting Check Ins, Winner's Interview: 2nd Place,
  Markus Kliegl
  http://blog.kaggle.com/2016/08/02/facebook-v-predicting-check-ins-winners-interview-2nd-place-markus-kliegl/

* Parallel import
  http://www.manitou-mail.org/blog/2016/07/parallel-import/

* Large file batch processing using NodeJs and GNU Parallel
  http://www.zacorndorff.com/2016/07/27/large-file-batch-processing-using-nodejs-and-gnu-parallel/

* Bug fixes and man page updates.


20160722

* env_parallel is now ready for wider testing. It is still beta
  quality.

* env_parallel is heavily modified for all shells and testing has been
  increased.

* Selectively choosing what to export using --env now works for
  env_parallel (bash, csh, fish, ksh, pdksh, tcsh, zsh).

* --round-robin now gives more work to a job that processes faster
  instead of same amount to all jobs.

* --pipepart works on block devices on GNU/Linux.

* GNU Parallel was cited in: HybPiper: Extracting Coding Sequence and
  Introns for Phylogenetics from High-Throughput Sequencing Reads
  Using Target Enrichment
  http://www.bioone.org/doi/full/10.3732/apps.1600016

* GNU Parallel was cited in: StrAuto - Automation and Parallelization
  of STRUCTURE Analysis
  http://www.crypticlineage.net/download/strauto/strauto_doc.pdf

* GNU Parallel was cited in: Tools and techniques for computational
  reproducibility
  http://gigascience.biomedcentral.com/articles/10.1186/s13742-016-0135-4

* GNU Parallel was cited in: FlashPCA: fast sparse canonical
  correlation analysis of genomic data
  http://biorxiv.org/content/biorxiv/suppl/2016/04/06/047217.DC1/047217-1.pdf

* GNU Parallel was cited in: Math Indexer and Searcher under the Hood:
  Fine-tuning Query Expansion and Unification Strategies
  http://research.nii.ac.jp/ntcir/workshop/OnlineProceedings12/pdf/ntcir/MathIR/05-NTCIR12-MathIR-RuzickaM.pdf

* GNU Parallel was cited in: The Evolution and Fate of
  Super-Chandrasekhar Mass White Dwarf Merger Remnants
  http://arxiv.org/pdf/1606.02300.pdf

* GNU Parallel was cited in: Evaluation of Coastal Scatterometer
  Products
  https://mdc.coaps.fsu.edu/scatterometry/meeting/docs/2016/Thu_AM/coastal-poster.pdf

* GNU Parallel was used in: https://github.com/splitice/bulkdnsblcheck

* The iconv slurp misfeature
  http://www.openfusion.net/linux/iconv_slurp_misfeature

* แบบว่า CPU เหลือ https://veer66.wordpress.com/2016/06/15/gnu-parallel/

* Bug fixes and man page updates.


20160622

* $PATH can now be exported using --env PATH. Useful if GNU Parallel
  is not in your path on remote machines.

* If --block is left out, --pipepart will use a block size that will
  result in 10 jobs per jobslot.

* The cookie from 2016-01-04 was won by Morgan Rodgers on the
  2016-06-06 after 5 months.

* Vote for GNU Parallel's community ad on
  https://meta.askubuntu.com/questions/14925/community-promotion-ads-2016/15046#15046

* GNU Parallel was cited in: Genotypic Resistance Tests Sequences
  Reveal the Role of Marginalized Populations in HIV-1 Transmission in
  Switzerland http://www.nature.com/articles/srep27580

* GNU Parallel was cited in: A Deep-Learning Approach for Operation of
  an Automated Realtime Flare Forecast
  https://arxiv.org/pdf/1606.01587.pdf

* Unix parallel: Populating all the USB sticks
  http://www.markhneedham.com/blog/2016/06/01/unix-parallel-populating-all-the-usb-sticks/

* GNU Parallel is a fantastic utility https://www.dray.be/parallel/

* Combining a large number of VCF files
  https://gtamazian.com/2016/06/16/combining-a-large-number-of-vcf-files/

* Useful Scraping Techniques
  http://blog.apps.npr.org/2016/06/17/scraping-tips.html

* Tools of the trade
  http://onox.com.br/2015/05/tools-of-the-trade/#more-198

* Armslist scraper https://github.com/nprapps/armslist-scraper/

* Bug fixes and man page updates.


20160522

* niceload --net pauses the program if the internet connection is
  overloaded.

* Vote for GNU Parallel's community ad on
  https://meta.askubuntu.com/questions/14925/community-promotion-ads-2016/15046#15046

* Updated speed comparison between versions
  https://www.gnu.org/software/parallel/process-time-j2-1700MHz-3000-1000.pdf

* GNU Parallel was cited in: Improving computation efficiency by
  parallel programming
  http://www.irbis-nbuv.gov.ua/cgi-bin/irbis_nbuv/cgiirbis_64.exe?C21COM=2&I21DBN=UJRN&P21DBN=UJRN&IMAGE_FILE_DOWNLOAD=1&Image_file_name=PDF/ape_2013_3_44.pdf

* GNU Parallel was cited in: A supernova feedback implementation for
  the astrophysical simulation software Arepo
  https://arxiv.org/abs/1604.06071

* GNU Parallel was cited in: Lorenz-Mie theory for 2D scattering and
  resonance calculations https://arxiv.org/pdf/1505.07691v2.pdf

* GNU Parallel was cited in: Host-pathogen co-evolution and the
  emergence of broadly neutralizing antibodies in chronic infections
  https://arxiv.org/abs/1512.06296

* GNU Parallel was cited in: Pacific People, Metabolic Disease and
  Evolutionary Processes: a mitochondrial DNA study
  https://otago.ourarchive.ac.nz/handle/10523/6340

