Message Passing Interface (MPI)

MPI stands for the “Message Passing Interface”, and is a set of protocols for communicating across different computers over a network connection. MPI allows us to take advantage of multiple compute nodes.

Documentation & Examples coming soon!