MPI_Finalize

Terminates MPI execution environment

Synopsis

#include "mpi.h"
int MPI_Finalize()

Notes

All processes must call this routine before exiting. The number of processes running after this routine is called is undefined.