Next | Prev | Up | Top | Contents | Index

Task Environment Cleanup

Replace the pvm_exit() call at the end of each PVM program with the MPI_Finalize() call, which cleans up all MPI states. This call should be the last MPI routine in a program. You must ensure that all pending communications involving a process complete before the process calls MPI_Finalize().


Next | Prev | Up | Top | Contents | Index