call psb_bcast(ctxt, dat [, root, mode, request])
This subroutine implements a broadcast operation based on the underlying communication library.
Notes
call psb_bcast(ctxt,dat,mode=ior(psb_collective_start_,psb_collective_end_))
call psb_bcast(ctxt,dat,mode=psb_collective_start_,request=bcast_request) ....... ! Do not access dat call psb_bcast(ctxt,dat,mode=psb_collective_end_, request=bcast_request)