Roscidus.com Zero Install Mirror

» Main » GNU parallel

GNU parallel - a shell tool for executing jobs in parallel locally or using remote computers

Published by Tim Cuthbertson

Overview

This is a Zero Install feed. To add this program to your Applications menu, choose Zero Install -> Add New Program from the Applications menu. e.g. on Ubuntu:

Adding with GNOME

If you don't see this menu item, install the zeroinstall-injector package from your distribution's repository, or from 0install.net.

Drag the feed's URL to the dialog box that appears. Other environments may use other systems. For example, if you are a ROX desktop user, drag the link to AddApp instead.

Alternatively, to run it from the command-line:

$ 0launch http://git.savannah.gnu.org/cgit/parallel.git/plain/packager/0install/parallel.xml

The 0alias command can be used to create a short-cut to run it again later.

If you don't have the 0launch command, download it from the 0install.net web-site, which also contains documentation about how the Zero Install system works.

Full name

http://git.savannah.gnu.org/cgit/parallel.git/plain/packager/0install/parallel.xml

Description

GNU parallel is a shell tool for executing jobs in parallel locally or using remote computers. A job is typically 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. If you use xargs 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. If you use ppss or pexec you will find GNU parallel will often make the command easier to read. 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 | sh.

Homepage

http://www.gnu.org/software/parallel/

Available versions

The list below is just for information; Zero Install will automatically select one of these versions for you.

VersionReleasedStabilityPlatformDownload
201006202010-06-24AnyDownload (88834 bytes)
201009062010-09-06AnyDownload (122492 bytes)
201009222010-09-22AnyDownload (125602 bytes)
201011132010-11-14AnyDownload (133427 bytes)
201012022010-12-03AnyDownload (148142 bytes)
201012222010-12-22AnyDownload (151264 bytes)
201101222011-01-23AnyDownload (157049 bytes)
201102052011-02-08AnyDownload (159505 bytes)
201103222011-03-23AnyDownload (163481 bytes)
201104222011-04-25AnyDownload (165993 bytes)
201105222011-05-22AnyDownload (170201 bytes)
201106222011-06-23AnyDownload (174542 bytes)
201107222011-07-22AnyDownload (179658 bytes)
201108222011-08-24AnyDownload (182782 bytes)
201110222011-10-26AnyDownload (182664 bytes)
201111222011-11-23AnyDownload (183684 bytes)
201112222011-12-22AnyDownload (184607 bytes)
201201222012-02-10AnyDownload (187858 bytes)
201202222012-02-26AnyDownload (222011 bytes)
201203222012-03-24AnyDownload (224794 bytes)
201204222012-04-24AnyDownload (224881 bytes)
201205222012-05-23AnyDownload (226625 bytes)
201206222012-06-23AnyDownload (228881 bytes)
201207222012-08-23AnyDownload (230141 bytes)
201208222012-08-23AnyDownload (231076 bytes)
201210222012-10-24AnyDownload (235026 bytes)
201212222012-12-23AnyDownload (237603 bytes)
201301222013-01-26AnyDownload (238646 bytes)
201304222013-04-24AnyDownload (241817 bytes)
201305222013-05-22AnyDownload (242806 bytes)
201306222013-06-23AnyDownload (243064 bytes)
201307222013-07-23AnyDownload (245705 bytes)
201308222013-08-26AnyDownload (270689 bytes)
201309222013-09-22AnyDownload (769344 bytes)
201310222013-10-22AnyDownload (772831 bytes)
201312222014-01-05AnyDownload (817581 bytes)
201401222014-01-29AnyDownload (821184 bytes)
201403222014-03-23AnyDownload (837047 bytes)
201404222014-04-24AnyDownload (850996 bytes)
201405222014-05-23AnyDownload (853930 bytes)
201406222014-06-28AnyDownload (870857 bytes)
201409222014-09-23AnyDownload (945329 bytes)
201410222014-11-15AnyDownload (954780 bytes)
Required libraries

This feed does not list any additional requirements.