next up previous contents
Next: MPIALLREDUCE MPI All Reduce Up: MPI Functions Previous: MPIREDUCE MPI Reduce Operation   Contents

MPIFINALIZE MPI Finalize

This routine will shut down the MPI interface. Once called, no more MPI calls can be made (except for mpiinitialized). The syntax for its use is

  mpifinalize



2004-10-09