Lines Matching refs:prot
25 MPI_Comm_rank(MPI_COMM_WORLD, &p->prot.iproc); in Setup()
30 printf("%d: %s\n", p->prot.iproc, s); in Setup()
33 p->prot.nbor = !p->prot.iproc; in Setup()
40 if (p->prot.iproc == 0) in Setup()
77 p->prot.nbor, 1, MPI_COMM_WORLD, &recvRequest); in PrepareToReceive()
84 MPI_Bsend(p->buff, p->bufflen, MPI_BYTE, p->prot.nbor, 1, in SendData()
87 MPI_Send(p->buff, p->bufflen, MPI_BYTE, p->prot.nbor, 1, in SendData()
100 p->prot.nbor, 1, MPI_COMM_WORLD, &status); in RecvData()
107 MPI_Bsend(t, 1, MPI_DOUBLE, p->prot.nbor, 2, MPI_COMM_WORLD); in SendTime()
109 MPI_Send(t, 1, MPI_DOUBLE, p->prot.nbor, 2, MPI_COMM_WORLD); in SendTime()
117 MPI_Recv(t, 1, MPI_DOUBLE, p->prot.nbor, 2, MPI_COMM_WORLD, &status); in RecvTime()
123 MPI_Bsend(&rpt, 1, MPI_INT, p->prot.nbor, 2, MPI_COMM_WORLD); in SendRepeat()
125 MPI_Send(&rpt, 1, MPI_INT, p->prot.nbor, 2, MPI_COMM_WORLD); in SendRepeat()
133 MPI_Recv(rpt, 1, MPI_INT, p->prot.nbor, 2, MPI_COMM_WORLD, &status); in RecvRepeat()