HHPC MPI jobs - BenLangmead/jhu-compute GitHub Wiki

Sometimes a quick and easy way to prototype a parallel algorithm is with MPI and Python libraries like mpi4py. Once you've got a prototype up and running on a single node, next you might want to run on several nodes. One route is to use HHPC. (Another is to use StarCluster to launch an EC2 cluster.)