Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Oct 4, 2011
1 parent db798da commit 8128d1c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
@@ -0,0 +1,17 @@
Cluster Futures
===============

This module provides a Python [concurrent.futures][futures] executor that lets
you run functions on remote systems in your [Condor][] cluster. Stop worrying
about writing job files, scattering/gathering, and serialization---this module
does it all for you.

It uses [PiCloud][]'s advanced pickler to even allow (most) closures to be used
transparently, so you're not limited to "pure" functions.

Depends on `concurrent.futures` and `cloud`, so just run `pip install futures
cloud` to get up and running. See `example.py` for example usage.

[futures]: http://docs.python.org/dev/library/concurrent.futures.html
[Condor]: http://www.cs.wisc.edu/condor/
[PiCloud]: http://www.picloud.com/

0 comments on commit 8128d1c

Please sign in to comment.