public
Description: Command line interface for managing MPI clusters on Amazon EC2
Homepage:
Clone URL: git://github.com/mumrah/ec2mpi.git
commit  65915c54f9554b36967c1d6105b2f0eb35f9b1e6
tree    86f30309c1c1b3bc9f63ca7e05aa8af99d0bf485
parent  1cd3b07893c9afe660fce28fa4ba965d3a59ed92
ec2mpi /
name age message
file README Loading commit data...
file config.sample
file ec2mpi.py
file main.py
file test.py
README
A command line interface for managing MPI cluters on Amazon EC2. Clusters are
represented as EC2 reservations. For now no public AMI exists to use this
script, but eventually I'll probably release it.

Required Python packages
boto - Amazon API
M2Crypto - generating RSA keys
paramiko - SSH module

Required Amazin Services
EC2 - for the clusters themselves
SimpleDB - maintaining meta information about clusters
S3 - storing keys for MPI networking

Also requires a file named "config.py" that has the following variables (all
available from http://aws.amazon.com under Your Account->Access Identifiers)
ACCESS_KEY_ID
SECRET_ACCESS_KEY
USER_ID