package pardi

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

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.1.tar.gz
sha512=dd739298166765f0537f5b74680b5e59bd976d7847ac9390195cb82addc64b9271b11f07d9ceb91f62748bd96de73c6f8391204748f7b024ed659f23d03bd2a9

doc/README.html

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>.gz -w 'xz -c -9 %IN > %OUT'
OCaml

Innovation. Community. Security.