all_gather_dpreal Subroutine

public subroutine all_gather_dpreal(rv_send, rv_recv, dir, nt)

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(inout) :: rv_send(:)
real(kind=dp), intent(inout) :: rv_recv(:)
integer, intent(in) :: dir
integer, intent(in) :: nt

Calls

proc~~all_gather_dpreal~~CallsGraph proc~all_gather_dpreal all_gather_dpreal mpi_allgather mpi_allgather proc~all_gather_dpreal->mpi_allgather

Called by

proc~~all_gather_dpreal~~CalledByGraph proc~all_gather_dpreal all_gather_dpreal proc~fft_2d_psolv fft_2d_psolv proc~fft_2d_psolv->proc~all_gather_dpreal proc~fft_3d_psolv fft_3d_psolv proc~fft_3d_psolv->proc~all_gather_dpreal proc~beam_inject beam_inject proc~beam_inject->proc~fft_2d_psolv proc~beam_inject->proc~fft_3d_psolv proc~set_wake_potential set_wake_potential proc~set_wake_potential->proc~fft_2d_psolv proc~env_cycle Env_cycle proc~env_cycle->proc~beam_inject program~aladyn aladyn program~aladyn->proc~env_cycle

Contents