Running MPI Jobs
The Message Passing Interface (MPI
) is a library specification for
message-passing. It is a standard API (Application Programming
Interface) that can be used to create parallel applications. An MPI job
can considered as a cross-node and multi-process job.
For more information on how to use MPI please go here