Home
last modified time | relevance | path

Searched refs:nbor (Results 1 – 4 of 4) sorted by relevance

/external/ltp/tools/netpipe-2.4-ipv6/
DMPI.c33 p->prot.nbor = !p->prot.iproc; 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()
[all …]
DMPI.h8 int nbor, iproc; member
/external/ltp/tools/netpipe-2.4/
DMPI.c33 p->prot.nbor = !p->prot.iproc; 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()
[all …]
DMPI.h8 int nbor, iproc; member