Dear Deal.II community,

Could someone please confirm if deal.II offers an analogue of MPI_Bcast(), 
i.e. a function to broadcast arbitrary types, since there are functions 
like dealii::Utilities::MPI::gather<T>(). 
An alternative solution could be to pack the type into a stream using 
dealii::Utilities::pack<T>() and then call MPI_Bcast() myself on this 
packaged stream.

Best regards,
Paras

-- 
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/03178494-bb45-4f48-b2a3-7cafff916f16%40googlegroups.com.

Reply via email to