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

real(kind=real32), intent(inout) :: in(:)

Send pointer

real(kind=real32), intent(inout) :: out(:)

Recv pointer

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

Additional arguments

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

Result of execution


Calls

proc~~execute~3~~CallsGraph proc~execute~3 reshape_handle_datatype%execute mpi_alltoall_init mpi_alltoall_init proc~execute~3->mpi_alltoall_init mpi_alltoallw_init mpi_alltoallw_init proc~execute~3->mpi_alltoallw_init mpi_comm_size mpi_comm_size proc~execute~3->mpi_comm_size mpi_startall mpi_startall proc~execute~3->mpi_startall proc~execute_end~2 reshape_handle_datatype%execute_end proc~execute~3->proc~execute_end~2 mpi_waitall mpi_waitall proc~execute_end~2->mpi_waitall