Two Simple Collective Operations
MPI_Bcast(start, count, datatype, root, comm)
Broadcast value to members of comm
MPI_Reduce(start, result, count, datatype, operation, root, comm)
Perform reduction using “operation”
Previous slide
Next slide
Back to first slide
View graphic version