KronLinInv  0.3
Kronecker-product-based linear inversion

◆ para_bc1ddp()

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

Definition at line 261 of file ompi_kronlininv.f08.

261  real(dp) :: arr(:)
262  integer,intent(in) :: source
263  integer :: mpierr
264  call mpi_bcast(arr,size(arr), dp_real_type, source, mpi_comm_world, mpierr)
integer, protected dp_real_type