Skip to main content

Compmake is a non-obtrusive module that provides 'make'-like facilities to your Python computations,including caching of results, robustness to exceptions, and multiprocessing/multihost parallel processing.

Project description

Compmake is a non-obtrusive module that provides Makefile-like facilities (including parallel processing) for batch Python applications.

See http://andreacensi.github.com/compmake/ for extensive documentation.

Quick intro: To use compmake, you have to minimally modify your Python program, such that it can understand the processing layout and the opportunities for parallelization.

http://andreacensi.github.com/compmake/images/initial.png

Here’s a demo example.py to try out:

http://andreacensi.github.com/compmake/static/demos/example.py

You would run this program using:

$ compmake example -c make       # runs serially
$ compmake example -c parmake    # runs in parallel

See the rest of the tutorial at http://andreacensi.github.com/compmake/ .

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

compmake-2.3.tar.gz (68.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page