MPI Functions
Related to Termination:
int MPI_ Abort( MPI_Comm comm,
int error_code);
Tries to shut down all processes in comm. However, its behavior is implementation
dependant, and an implementation is only required to try to shut down all the
processes in MPI_COMM_WORLD.
Previous slide
Next slide
Back to first slide
View graphic version