MPI6个常用的函数:
1. MPI_Init(...);
2. MPI_Comm_size(....);
3. MPI_Comm_rank(....);
4. MPI_Send(....);
5. MPI_Recv(.....);
6. MPI_Finalize();
MPI集群通信函数
1. 广播broadcast
int MPI_Bcast (
void *buffer,/*发送/接收buf*/
int count, /*元素个数*/
MPI_Datatype datatype,
int root, /*指定根进程*/
MPI_Comm comm)
根进程既是发送缓冲区也