MPI_Abort

--- Terminates MPI execution environment

Input Parameters

comm
communicator of tasks to abort
errorcode
error code to return to invoking environment

Notes

Terminates all MPI processes associated with the communicator comm; in most systems (all to date), terminates ALL processes.

Synopsis


#include "mpi.h"
int MPI_Abort( comm, errorcode )
MPI_Comm         comm;
int              errorcode;

Location: abort.c