Changes between Version 32 and Version 33 of mpich


Ignore:
Timestamp:
Jul 24, 2008, 2:37:34 PM (16 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mpich

    v32 v33  
    5151     * [wiki:mpich/MPI_Barrier MPI_Barrier]
    5252     * [wiki:mpich/MPI_Reduce MPI_Reduce]
    53      * MPI_Scatter、MPI_Gather、MPI_Allgather、、MPI_Allreduce、 MPI_Barrier
     53     * MPI_Scatter、MPI_Gather、MPI_Allgather、、MPI_Allreduce
    5454   * Demo
    5555     * [wiki:mpich/collective_communication/demo1 demo1]:每個 node 將自己運算後的結果傳回給 root node,而 root node 將結果印出。