skip to navigation
skip to content

superpy 1.0

Parallel processing tools for supercomputing with python.

Downloads ↓

Latest Version: 1.2.6

Superpy distributes python programs across a cluster of machines or across multiple processors on a single machine. This is a coarse-grained form of parallelism in the sense that remote tasks generally run in separate processes and do not share memory with the caller.

Key features of superpy include:

  • Send tasks to remote servers or to same machine via XML RPC call
  • GUI to launch, monitor, and kill remote tasks
  • GUI can automatically launch tasks every day, hour, etc.
  • Works on the Microsoft Windows operating system
  • Can run as a windows service
  • Jobs submitted to windows can run as submitting user or as service user
  • Inputs/outputs are python objects via python pickle
  • Pure python implementation
  • Supports simple load-balancing to send tasks to best servers

What makes superpy different than the many other excellent parallel processing packages already available for python? The superpy package is designed to allow sending jobs across a large number of machines (both Windows and LINUX). This requires the ability to monitor, debug, and otherwise get information about the status of jobs.

 
File Type Py Version Uploaded on Size # downloads
superpy-1.0-py2.5.egg (md5) Python Egg 2.5 2009-09-28 190KB 396
superpy-1.0.zip (md5) Source 2009-09-28 86KB 256