Superpy

Parallel processing tools for supercomputing with Python
Download

Superpy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Emin Martinian, Li Lee, Henry Xu
  • Publisher web site:
  • http://code.google.com/u/emin.martinian/

Superpy Tags


Superpy Description

Parallel processing tools for supercomputing with Python Superpy is a module that 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.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. Here are some key features of "Superpy": · 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 Requirements: · Python


Superpy Related Software