MPI_Bcast implementation code example
Example: mpi_bcast
MPI_Bcast(void *data, int count, MPI_Datatype datatype, int root,
MPI_Comm communicator)
MPI_Bcast(void *data, int count, MPI_Datatype datatype, int root,
MPI_Comm communicator)