package pardi

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

Install

Dune Dependency

Authors

Maintainers

Sources

v1.0.0.tar.gz
sha512=de5286cc182070207525ce8424d86233bcc4d91249e2d2836d34123a823d94980acd9f2a4e532d6c67001d56b7011bf08721f67b79e290c0f62efe8558f01242

README.md.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.