package pardi

  1. Overview
  2. Docs
Parallel and distributed execution of command lines, pardi!

Install

Dune Dependency

Authors

Maintainers

Sources

v2.0.3.tar.gz
md5=2788d3c08b76e71b2add8f0e5f690bd4

Description

Almost like GNU parallel; just better.

Pardi pushes further the point at which you have to use a supercomputer. Alternatively, it can be used on a supercomputer to make life in there much more fun and productive.

Put back the fun into computing: use pardi!

Published: 18 Dec 2019

README

ParDi

Parallel and Distributed execution of command lines, pardi !

Example

Compress a file in parallel using 1MB chunks:

pardi -d b:1048576 -m s -i <YOUR_BIG_FILE> -o <YOUR_BIG_FILE>.xz -w 'xz -c -9 %IN > %OUT'

Install

For beginners or non opam users: download and execute the latest self-installer shell script from (https://github.com/UnixJunkie/pardi/releases).

Then, execute:

./pardi-2.0.1.sh ~/usr/pardi-2.0.1

This will create ~/usr/pardi-2.0.1/bin/pardi.

For opam users:

opam install pardi

Do not hesitate to contact the author in case of troubles or if you have any question.

Dependencies (9)

  1. ocaml >= "4.05.0"
  2. zmq < "5.1.4"
  3. cryptokit
  4. lz4
  5. minicli
  6. parany >= "6.0.0" & < "10.0.0"
  7. dolog >= "4.0.0" & < "5.0.0"
  8. batteries
  9. dune >= "1.11"

Dev Dependencies

None

Used by

None

Conflicts

None