mpi-bcast.c 120 B

123
  1. int MPI_Bcast( void *buffer, int count,
  2. MPI_Datatype datatype, int root,
  3. MPI_Comm comm )