Changes between Version 1 and Version 2 of mpich/MPI_Bcast
- Timestamp:
- Jul 23, 2008, 11:23:55 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mpich/MPI_Bcast
v1 v2 1 = MPI_Bcast=1 = MPI_Bcast = 2 2 Broadcasts a message from the process with rank "root" to all other processes of the group. 3 3 4 = Synopsis=4 = Synopsis = 5 5 {{{ 6 6 #include "mpi.h" … … 8 8 }}} 9 9 10 = Input/output Parameters=10 = Input/output Parameters = 11 11 {{{ 12 12 buffer starting address of buffer (choice)