MPI_Abort(3)               (9/29/1994)               MPI_Abort(3)



     NAME
          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





























     Page 1                                           (printed 3/8/95)