Octopus
par_vec_oct_m::par_vec_allgather Interface Reference

Detailed Description

Definition at line 276 of file par_vec.F90.

Private Member Functions

subroutine dpar_vec_allgather (pv, v, v_local)
 Like Xpar_vec_gather but the result is gathered on all nodes, i. e. v has to be a properly allocated array on all nodes. More...
 
subroutine zpar_vec_allgather (pv, v, v_local)
 Like Xpar_vec_gather but the result is gathered on all nodes, i. e. v has to be a properly allocated array on all nodes. More...
 
subroutine ipar_vec_allgather (pv, v, v_local)
 Like Xpar_vec_gather but the result is gathered on all nodes, i. e. v has to be a properly allocated array on all nodes. More...
 

Member Function/Subroutine Documentation

◆ dpar_vec_allgather()

subroutine par_vec_oct_m::par_vec_allgather::dpar_vec_allgather ( type(par_vec_t), intent(in)  pv,
real(real64), dimension(:), intent(out)  v,
real(real64), dimension(:), intent(in)  v_local 
)
private

Like Xpar_vec_gather but the result is gathered on all nodes, i. e. v has to be a properly allocated array on all nodes.

Definition at line 1275 of file par_vec.F90.

◆ zpar_vec_allgather()

subroutine par_vec_oct_m::par_vec_allgather::zpar_vec_allgather ( type(par_vec_t), intent(in)  pv,
complex(real64), dimension(:), intent(out)  v,
complex(real64), dimension(:), intent(in)  v_local 
)
private

Like Xpar_vec_gather but the result is gathered on all nodes, i. e. v has to be a properly allocated array on all nodes.

Definition at line 1047 of file par_vec.F90.

◆ ipar_vec_allgather()

subroutine par_vec_oct_m::par_vec_allgather::ipar_vec_allgather ( type(par_vec_t), intent(in)  pv,
integer, dimension(:), intent(out)  v,
integer, dimension(:), intent(in)  v_local 
)
private

Like Xpar_vec_gather but the result is gathered on all nodes, i. e. v has to be a properly allocated array on all nodes.

Definition at line 1503 of file par_vec.F90.


The documentation for this interface was generated from the following file: