MPUTIL_ABORT
Abort a program
Notes
This uses
exit
in the non-parallel case and
MPI_Abort
in the parallel case.