Parallel processing tools for supercomputing with python.
Project description
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
- The ultimate vision for superpy is that you:
1. Install it as an always on service on a cloud of machines 1. Use the superpy scheduler to easily send python jobs into the cloud as needed 1. Use the {{{SuperWatch}}} GUI to track progress, kill tasks, etc.
For smaller deployments, you can use superpy to take advantage of multiple processors on a single machine or multiple machines to maximize computing power.
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.
While superpy is currently used in production for a number of different purposes, there are still many features we want to add. For a list of future plans and opportunities to help out or add to the discussion, please visit http://code.google.com/p/superpy/wiki/HelpImproveSuperpy.
For a quick example of some of the the things superpy can do, check out http://code.google.com/p/superpy/wiki/Demos or in particular the demo application PyFog at http://code.google.com/p/superpy/wiki/PyFog.
To install, you can use easy_install to try superpy via “easy_install superpy” or download a python egg from http://code.google.com/p/superpy/downloads. Of course, you will need python installed and if you are using windows, you should also install the python windows tools from http://sourceforge.net/projects/pywin32/files. See http://code.google.com/p/superpy/wiki/InstallFAQ if you have more questions about installation.
Release notes for version 1.2.6:
Minor changes to support python 2.6.
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
Built Distribution
File details
Details for the file superpy-1.2.6.zip
.
File metadata
- Download URL: superpy-1.2.6.zip
- Upload date:
- Size: 146.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d29fed6aaf46bad955c0e84bd1eca58f451561ad859ee193f6aadc2d981e704 |
|
MD5 | 1bd84b97a86d2e58122b9aefcbeff085 |
|
BLAKE2b-256 | 7ed8793c78f6439f008228db92b326bea36138469d66e42630f6da934ae65371 |
File details
Details for the file superpy-1.2.6-py2.6.egg
.
File metadata
- Download URL: superpy-1.2.6-py2.6.egg
- Upload date:
- Size: 324.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c7eead380413b8f9c244f8c70ba1baf2874fbb6d1ceca4a63f2066ef7106a29 |
|
MD5 | a0b80c94e0a99080c96a44bf458cddc0 |
|
BLAKE2b-256 | b120be99d9b5bdf9d94c8ad36abba876e3611415b2613d47069091b6b97cdafb |