MPI introduction
Last updated
Was this helpful?
Last updated
Was this helpful?
MPI stands for Message Passing Interface, and it is a library specification that is described on the pages. There are a number of implementations available, including an implementation that came installed on the Jetson Nano images.
Building applications using MPI calls allows for separate processes to communicate with each other, including over a network.