execute_end Subroutine

private subroutine execute_end(self, error_code)

Ends execution of Backend

Type Bound

abstract_backend

Arguments

Type IntentOptional Attributes Name
class(abstract_backend), intent(inout) :: self

Abstract backend

integer(kind=int32), intent(out) :: error_code

Error code


Called by

proc~~execute_end~3~~CalledByGraph proc~execute_end~3 abstract_backend%execute_end proc~execute_end~2 transpose_handle_generic%execute_end proc~execute_end~2->proc~execute_end~3 proc~execute~12 abstract_backend%execute proc~execute~12->proc~execute_end~3