Introduction: The Message Passing interface (MPI) provides a standard way to distribute functions/objects/data across a cluster of systems -- whether embarrassingly parallel, or something more robust. It’s an amazingly simple api to get started with, Read More...