6个。消息发送函数原型为intMPI_Send(void*buf,intcount,MPI_Datatypedatatype,intgoal,inttag,MPI_Commcomm,参数意义:buf为消息的地址,count是内容的数量,datatype为消息内容的数据类型,goal为目标进程编号,tag为消息的标志,comm为通信域,共六个标志位。