The complete MPI interface consist of 129 functions. The functions that is used most oftenly required is those that enable processes to exchange data, that is to be able to send and receive messages.
The following are basic functions that are used to build most MPI programs.
The following is one of the simple MPI/C programs that makes all involving nodes print "Hallo, world" Sample program