Difference between revisions of "Parallel"

From Free Software Directory
Jump to: navigation, search
m (new release)
(parallel-20240322)
 
(36 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=GNU Parallel
 
|Name=GNU Parallel
|Short description=a shell tool for executing jobs in parallel using one or more computers
+
|Short description=Build and execute command lines in parallel.
|Full description=GNU 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.
+
|Full description='''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.  
 
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.  
Line 9: Line 11:
  
 
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.
 
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.
|Homepage URL=https://www.gnu.org/s/parallel/
+
|Homepage URL=https://www.gnu.org/software/parallel/
|User level=intermediate
+
|Version download=https://ftpmirror.gnu.org/parallel/parallel-20240322.tar.bz2
|VCS checkout command=git clone git://git.savannah.gnu.org/parallel.git
 
|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].
 
|Related projects=GNU SQL, Coreutils
 
|Keywords=Perl,argument,parallel,parallel processing,execution,cat
 
|Version identifier=20131222
 
|Version date=2013/12/22
 
|Version status=stable
 
|Version download=https://ftp.gnu.org/gnu/parallel/parallel-20131222.tar.bz2
 
|Last review by=genium
 
|Last review date=2014/01/06
 
|Submitted by=WikiSysop
 
|Submitted date=2011/04/12
 
|Status=
 
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=parallel
 
|GNU package identifier=parallel
Line 30: Line 18:
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
|License verified by=Kelly Hopkins
+
|License copyright=Copyright (C) 2007-2021 Ole Tange, http://ole.tange.dk and Free Software Foundation, Inc.
|License verified date=2010-09-24
+
|License verified by=Genium
 +
|License verified date=2020-12-23
 +
}}
 +
{{Software category
 +
|Interface=command-line
 +
|Programming-language=perl
 +
|Runs-on=BSD, OS X, GNU/Linux
 +
|Use=system-administration
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=parallel
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=[[Perl]] 5.8
 
}}
 
}}
 
{{Person
 
{{Person
Line 37: Line 40:
 
|Role=Maintainer
 
|Role=Maintainer
 
|Email=tange@gnu.org
 
|Email=tange@gnu.org
|Resource URL=
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=General
+
|Resource audience=Savannah
 +
|Resource kind=Developer
 +
|Resource URL=https://savannah.gnu.org/projects/parallel/
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah
 +
|Resource kind=Bug Tracking
 +
|Resource URL=https://savannah.gnu.org/bugs/?group=parallel
 +
}}
 +
{{Resource
 +
|Resource audience=Savannah
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://git.savannah.gnu.org/cgit/parallel.git/
 +
}}
 +
{{Resource
 +
|Resource audience=Bug-parallel Info Page
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-parallel/
 +
}}
 +
{{Resource
 +
|Resource audience=Parallel Info Page
 +
|Resource kind=Mailing List
 +
|Resource URL=https://lists.gnu.org/mailman/listinfo/parallel/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Mailing List
 +
|Resource URL=https://ftpmirror.gnu.org/parallel/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=http://ftp.gnu.org/gnu/parallel/
+
|Resource URL=https://ftp.gnu.org/old-gnu/parallel/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=FTP
|Resource kind=VCS Repository Webview
+
|Resource kind=Download
|Resource URL=http://git.savannah.gnu.org/cgit/parallel.git
+
|Resource URL=https://alpha.gnu.org/gnu/parallel/
 +
}}
 +
{{Resource
 +
|Resource audience=FTP
 +
|Resource kind=Download
 +
|Resource URL=https://ftp.gnu.org/gnu/parallel/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=User
+
|Resource audience=Wikidata
|Resource kind=E-mail
+
|Resource kind=General
|Resource URL=parallel@gnu.org
+
|Resource URL=https://www.wikidata.org/wiki/Q3093314
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Debian
|Resource kind=E-mail
+
|Resource kind=Developer
|Resource URL=bug-parallel@gnu.org
+
|Resource URL=https://tracker.debian.org/pkg/parallel
 
}}
 
}}
{{Software category
+
{{EntryDetails
|Interface=command-line
+
|Is High Priority Project=No
|Use=system-administration
+
|VCS checkout command=git clone  git://git.savannah.gnu.org/parallel.git
 +
|Decommissioned or Obsolete=No
 +
|Version identifier=20240322
 +
|Version date=2024-03-31
 +
|Version status=stable
 +
|Last review by=Genium
 +
|Last review date=2024-04-03
 +
|User level=intermediate
 +
|Accepts cryptocurrency donations=No
 +
|OpenPGP signature=https://ftpmirror.gnu.org/parallel/parallel-20240222.tar.bz2.sig
 +
|Test entry=No
 
}}
 
}}
 
{{Featured
 
{{Featured
|Featured date=2011/12/31
+
|Featured date=2011-12-31
 
|Featured source=The Free Software Supporter
 
|Featured source=The Free Software Supporter
 
|Featured category=GNU Spotlight
 
|Featured category=GNU Spotlight
 
}}
 
}}

Latest revision as of 07:06, 3 April 2024


[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 3 April 2024.




Entry










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


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


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


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


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


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


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


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


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


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


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




Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.









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.