Skip to content

super-slick Slurm and Condor cluster execution for Python

Notifications You must be signed in to change notification settings

ekfriis/clusterfutures

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cluster Futures

This module provides a Python concurrent.futures executor that lets you run functions on remote systems in your Condor or Slurm 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. The easiest way to get started is to ignore the fact that futures are being used at all and just use the provided map function, which behaves like itertools.imap but transparently distributes your work across the cluster.

About

super-slick Slurm and Condor cluster execution for Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%