正在加载图片...
I Sending a Message: MPI SEND C binding is shown below int MPI Send(void *buf, int count, MPI Datatype dtype, int dest, int tag, MPI Comm comm) All arguments are input arguments An error code is returned by the function Example: MPI Send(a, 10, MPI INT,0, 10, MPI COMM WORLD)i MPI Send(&b, 1, MPI DOUBLE, 219, Comm1)Sending a Message: MPI_SEND • C binding is shown below. int MPI_Send(void *buf, int count, MPI_Datatype dtype, int dest, int tag, MPI_Comm comm); – All arguments are input arguments. – An error code is returned by the function. Example: MPI_Send(a,10,MPI_INT,0,10,MPI_COMM_WORLD); MPI_Send(&b,1,MPI_DOUBLE,2,19,Comm1);
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有