I use Fortran (Lahey F95) and mpi on a Linux cluster. One program uses calls to MPI_ABORT to bail out in various error situations. One argument is a "return code to the system". How do I find out what that code is after the abortion, so I can see which abort it was?