KronLinInv  0.3
Kronecker-product-based linear inversion

◆ para_bc2ddp()

subroutine parautil::para_bc2ddp ( real(dp), dimension(:,:)  arr,
integer, intent(in)  source 
)

Definition at line 252 of file ompi_kronlininv.f08.

252  real(dp) :: arr(:,:)
253  integer,intent(in) :: source
254  integer :: mpierr
255  call mpi_bcast(arr,size(arr), dp_real_type, source, mpi_comm_world, mpierr)
integer, protected dp_real_type