MPI introduction
MPI stands for Message Passing Interface, and it is a library specification that is described on the MPI-Forum pages. There are a number of implementations available, including an OpenMPI 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.
Last updated