Changes between Version 1 and Version 2 of mpich/MPI_Bcast


Ignore:
Timestamp:
Jul 23, 2008, 11:23:55 AM (16 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mpich/MPI_Bcast

    v1 v2  
    1 =MPI_Bcast=
     1= MPI_Bcast =
    22Broadcasts a message from the process with rank "root" to all other processes of the group.
    33
    4 =Synopsis=
     4= Synopsis =
    55{{{
    66#include "mpi.h"
     
    88}}}
    99
    10 =Input/output Parameters=
     10= Input/output Parameters =
    1111{{{
    1212  buffer    starting address of buffer (choice)