Skip to content
/ ec2mpi Public

Command line interface for managing MPI clusters on Amazon EC2

Notifications You must be signed in to change notification settings

mumrah/ec2mpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Command line interface for managing MPI clusters on Amazon EC2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages