Changes between Version 32 and Version 33 of mpich
- Timestamp:
- Jul 24, 2008, 2:37:34 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mpich
v32 v33 51 51 * [wiki:mpich/MPI_Barrier MPI_Barrier] 52 52 * [wiki:mpich/MPI_Reduce MPI_Reduce] 53 * MPI_Scatter、MPI_Gather、MPI_Allgather、、MPI_Allreduce 、 MPI_Barrier53 * MPI_Scatter、MPI_Gather、MPI_Allgather、、MPI_Allreduce 54 54 * Demo 55 55 * [wiki:mpich/collective_communication/demo1 demo1]:每個 node 將自己運算後的結果傳回給 root node,而 root node 將結果印出。