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~~CalledByGraph proc~execute_end abstract_backend%execute_end proc~execute_end~2 reshape_handle_generic%execute_end proc~execute_end~2->proc~execute_end proc~execute~2 abstract_backend%execute proc~execute~2->proc~execute_end proc~execute~4 reshape_handle_generic%execute proc~execute~4->proc~execute~2