Download List

專案描述

StarCluster is a utility for creating traditional computing clusters used in research labs or for general distributed computing applications on Amazon's Elastic Compute Cloud (EC2). It uses a simple configuration file provided by the user to request cloud resources from Amazon and to automatically configure them with a queuing system, an NFS shared /home directory, passwordless SSH, OpenMPI, and ~140GB scratch disk space. It consists of a Python library and a simple command line interface to the library. For end-users, the command line interface provides simple intuitive options for getting started with distributed computing on EC2 (i.e. starting/stopping clusters, managing AMIs, etc). For developers, the library wraps the EC2 API to provide a simplified interface for launching/terminating nodes, executing commands on the nodes, copying files to/from the nodes, etc.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-12-15 04:35
0.91.2

This release fixes the dependency in setup.py to strictly require boto 1.9b.
標籤: Minor

2010-03-05 08:47
0.90.1

This is a minor update to version 0.90. It updates the default AMIs to the Ubuntu Jaunty 9.04 StarCluster AMIs: (x86) ami-8f9e71e6 and (x86_64) ami-a19e71c8.

2009-09-01 05:37
0.90

Initial beta release.

Project Resources