execute_end Subroutine

private subroutine execute_end(self, kwargs, error_code)

Ends execution of transposition/reshaping

Type Bound

reshape_handle_datatype

Arguments

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

Datatype handle

type(execute_args), intent(inout) :: kwargs

Additional arguments

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

Error code


Calls

proc~~execute_end~4~~CallsGraph proc~execute_end~4 reshape_handle_datatype%execute_end mpi_waitall mpi_waitall proc~execute_end~4->mpi_waitall

Called by

proc~~execute_end~4~~CalledByGraph proc~execute_end~4 reshape_handle_datatype%execute_end proc~execute~12 reshape_handle_datatype%execute proc~execute~12->proc~execute_end~4