Difference between revisions of "Parallel"

From Free Software Directory
Jump to: navigation, search
m (updated version info)
(Latest stable release was https://savannah.gnu.org/forum/forum.php?forum_id=7918)
Line 14: Line 14:
 
|Computer languages=Perl
 
|Computer languages=Perl
 
|Documentation note=Documentation for GNU Parallel is available online at [http://www.gnu.org/software/parallel/man.html gnu.org/s/parallel/man] . Screencasts videos can be found at [http://commons.wikimedia.org/wiki/GNU_parallel http://commons.wikimedia.org/wiki/GNU_parallel].
 
|Documentation note=Documentation for GNU Parallel is available online at [http://www.gnu.org/software/parallel/man.html gnu.org/s/parallel/man] . Screencasts videos can be found at [http://commons.wikimedia.org/wiki/GNU_parallel http://commons.wikimedia.org/wiki/GNU_parallel].
 +
|Paid support=gnuparallel@tange.dk
 +
|Microblog=https://twitter.com/GnuParallel
 
|Related projects=GNU SQL, Coreutils
 
|Related projects=GNU SQL, Coreutils
 
|Keywords=Perl,argument,parallel,parallel processing,execution,cat
 
|Keywords=Perl,argument,parallel,parallel processing,execution,cat
|Version identifier=20141022
+
|Version identifier=20140322
|Version date=2014/10/22
+
|Version date=2014/03/22
 
|Version status=stable
 
|Version status=stable
 
|Version download=http://ftp.gnu.org/gnu/parallel/parallel-20141022.tar.bz2
 
|Version download=http://ftp.gnu.org/gnu/parallel/parallel-20141022.tar.bz2
|Last review by=genium
+
|Last review by=tange
|Last review date=2014/10/24
+
|Last review date=2014/11/02
 
|Submitted by=WikiSysop
 
|Submitted by=WikiSysop
 
|Submitted date=2011/04/12
 
|Submitted date=2011/04/12
Line 62: Line 64:
 
|Interface=command-line
 
|Interface=command-line
 
|Use=system-administration
 
|Use=system-administration
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=Perl 5.6
 
}}
 
}}
 
{{Featured
 
{{Featured

Revision as of 16:33, 2 November 2014


[edit]

GNU Parallel

https://www.gnu.org/software/parallel/
Build and execute command lines in parallel.

Parallel is a shell tool for executing jobs in parallel using one or more computers.

A job is can be a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. A job can also be a command that reads from a pipe. GNU Parallel can then split the input and pipe it into commands in parallel. If you use xargs and tee today you will find GNU Parallel very easy to use as GNU Parallel is written to have the same options as xargs. If you write loops in shell, you will find GNU Parallel may be able to replace most of the loops and make them run faster by running several jobs in parallel. GNU Parallel can even replace nested loops.

GNU Parallel makes sure output from the commands is the same output as you would get had you run the commands sequentially. This makes it possible to use output from GNU Parallel as input for other programs.

For each line of input, GNU Parallel will execute command with the line as arguments. If no command is given, the line of input is executed. Several lines will be run in parallel. GNU Parallel can often be used as a substitute for xargs or cat Pipe.pngbash.

The GNU Parallel distribution also includes an 'sql' script which aims to give a simple, unified interface for accessing databases through all the different databases' command line clients, and a 'niceload' script to slow down or suspend a program if system activity is above a given threshold.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

23 December 2020




Leaders and contributors

Contact(s)Role
Ole Tange Maintainer


Resources and communication

AudienceResource typeURI
SavannahDeveloperhttps://savannah.gnu.org/projects/parallel/
FTPDownloadhttps://ftp.gnu.org/gnu/parallel/
SavannahBug Trackinghttps://savannah.gnu.org/bugs/?group=parallel
SavannahVCS Repository Webviewhttps://git.savannah.gnu.org/cgit/parallel.git/
FTPDownloadhttps://alpha.gnu.org/gnu/parallel/
DebianDeveloperhttps://tracker.debian.org/pkg/parallel
FTPMailing Listhttps://ftpmirror.gnu.org/parallel/
WikidataGeneralhttps://www.wikidata.org/wiki/Q3093314
Parallel Info PageMailing Listhttps://lists.gnu.org/mailman/listinfo/parallel/
Bug-parallel Info PageMailing Listhttps://lists.gnu.org/mailman/listinfo/bug-parallel/
FTPDownloadhttps://ftp.gnu.org/old-gnu/parallel/


Software prerequisites

KindDescription
Required to usePerl 5.8

This entry (in part or in whole) was last reviewed on 23 January 2023.




Entry











"User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.












Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.