Changes between Version 18 and Version 19 of mpich
- Timestamp:
- Jun 25, 2008, 4:53:42 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mpich
v18 v19 32 32 * [wiki:mpich/point_to_point/demo2 demo2]:每個 node 將自己的 id 資訊送給下一個 node。 33 33 * [wiki:mpich/point_to_point/demo3 demo3]:讓 node 0 可以接受來自任何 node 的訊息,每個 node 將訊息標上不同 tag 後傳給 node 0。 34 * [wiki:mpich/point_to_point/demo4 demo4] 34 * [wiki:mpich/point_to_point/demo4 demo4]:讓 node 0 可以接受來自任何 node 的訊息,每個 node 將訊息標上不同 tag 後傳給 node 0 35 35 * Note 36 36 * tag 的用意在於區別同一個發送端發送多筆同一種類型的資料給同一個接收者。[[BR]]