Changes between Initial Version and Version 1 of mpich/MPI_Send


Ignore:
Timestamp:
Mar 28, 2008, 1:44:43 PM (17 years ago)
Author:
wade
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mpich/MPI_Send

    v1 v1  
     1= MPI_Send =
     2  MPI_Send ((void *)&data, icount, DATA_TYPE, idest, itag, MPI_COMM_WORLD)[[BR]]
     3= parameter =
     4  data  要送出去的資料起點,可以是純量 (scalar) 或陣列 (array)資料。[[BR]]
     5  icount  要送出去的資料數量,當icount的值大於一時,data必須是陣列。[[BR]]
     6  DATA_TYPE 要送出去的資料類別,MPI內定的資料類別。[[BR]]
     7  idest  是收受資料的CPU id。[[BR]]
     8  itag  要送出去的資料標籤。[[BR]]