sendrecv_fields Subroutine

public subroutine sendrecv_fields(f_recv_s, f_recv_e, f_send_s, f_send_e, n_data, nproc, prev, next)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(out), device, dimension(:, :, :) :: f_recv_s
real(kind=dp), intent(out), device, dimension(:, :, :) :: f_recv_e
real(kind=dp), intent(in), device, dimension(:, :, :) :: f_send_s
real(kind=dp), intent(in), device, dimension(:, :, :) :: f_send_e
integer, intent(in) :: n_data
integer, intent(in) :: nproc
integer, intent(in) :: prev
integer, intent(in) :: next

Calls

proc~~sendrecv_fields~~CallsGraph proc~sendrecv_fields m_cuda_sendrecv::sendrecv_fields mpi_irecv mpi_irecv proc~sendrecv_fields->mpi_irecv mpi_isend mpi_isend proc~sendrecv_fields->mpi_isend mpi_waitall mpi_waitall proc~sendrecv_fields->mpi_waitall

Called by

proc~~sendrecv_fields~~CalledByGraph proc~sendrecv_fields m_cuda_sendrecv::sendrecv_fields proc~exec_dist_tds_compact~2 m_cuda_exec_dist::exec_dist_tds_compact proc~exec_dist_tds_compact~2->proc~sendrecv_fields proc~tds_solve_dist m_cuda_backend::cuda_backend_t%tds_solve_dist proc~tds_solve_dist->proc~sendrecv_fields proc~tds_solve_dist->proc~exec_dist_tds_compact~2 proc~tds_solve_cuda m_cuda_backend::cuda_backend_t%tds_solve_cuda proc~tds_solve_cuda->proc~tds_solve_dist