cable_error_handler_mpi_abort Subroutine

private subroutine cable_error_handler_mpi_abort(this, message, file, line, error_code)

Implementation of the abort procedure for the MPI-aware error handler.

Type Bound

cable_error_handler_mpi_t

Arguments

Type IntentOptional Attributes Name
class(cable_error_handler_mpi_t), intent(inout) :: this
character(len=*), intent(in) :: message

Error message to display

character(len=*), intent(in) :: file

Source file where the error occurred

integer, intent(in) :: line

Line number where the error occurred

integer, intent(in), optional :: error_code

Optional error code