GNU Parallel
GNU parallel is a shell tool for executing jobs in parallel using one or more computers. A job 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.
Details
- License:
- GPL-3.0
- Cost:
- Free of charge
- Tool Type:
- command-line tool
- Programming Languages:
- Shell
- Added:
- 5/26/2021
- Last Updated:
- 12/8/2022
Operations
Data Inputs & Outputs
Splitting
Inputs
Outputs
Documentation
Links
Other
https://www.usenix.org/system/files/login/articles/105438-Tange.pdf(Publication: O. Tange (2011): GNU Parallel - The Command-Line Power Tool, ;login: The USENIX Magazine, February 2011:42-47.)
Mailing list
https://savannah.gnu.org/mail/?group=parallelIssue tracker
https://savannah.gnu.org/bugs/?group=parallel