execute Subroutine

private subroutine execute(self, in, out, kwargs, error_code)

Executes transposition/reshaping

Type Bound

reshape_handle_datatype

Arguments

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

Datatype handle

type(c_ptr), intent(in) :: in

Send pointer

type(c_ptr), intent(in) :: out

Recv pointer

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

Additional arguments

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

Result of execution


Calls

proc~~execute~12~~CallsGraph proc~execute~12 reshape_handle_datatype%execute mpi_alltoall_init mpi_alltoall_init proc~execute~12->mpi_alltoall_init mpi_alltoallw_init mpi_alltoallw_init proc~execute~12->mpi_alltoallw_init mpi_comm_size mpi_comm_size proc~execute~12->mpi_comm_size mpi_startall mpi_startall proc~execute~12->mpi_startall proc~execute_end~4 reshape_handle_datatype%execute_end proc~execute~12->proc~execute_end~4 mpi_waitall mpi_waitall proc~execute_end~4->mpi_waitall