Q. Show MPI functions?
MPI comprises hundreds of functions which are a small subset of which is enough for most practical purposes. We will discuss some of them here.
Int MPI_Init (int *argc, char ** argv)
It starts the MPI environment. Any MPI function cannot be called before MPI_Init function.