HomeSort by relevance Sort by last modified time
    Searched refs:nbor (Results 1 - 4 of 4) sorted by null

  /external/ltp/tools/netpipe-2.4/
MPI.h 8 int nbor, iproc; member in struct:protocolstruct
MPI.c 33 p->prot.nbor = !p->prot.iproc;
77 p->prot.nbor, 1, MPI_COMM_WORLD, &recvRequest);
84 MPI_Bsend(p->buff, p->bufflen, MPI_BYTE, p->prot.nbor, 1,
87 MPI_Send(p->buff, p->bufflen, MPI_BYTE, p->prot.nbor, 1,
100 p->prot.nbor, 1, MPI_COMM_WORLD, &status);
107 MPI_Bsend(t, 1, MPI_DOUBLE, p->prot.nbor, 2, MPI_COMM_WORLD);
109 MPI_Send(t, 1, MPI_DOUBLE, p->prot.nbor, 2, MPI_COMM_WORLD);
117 MPI_Recv(t, 1, MPI_DOUBLE, p->prot.nbor, 2, MPI_COMM_WORLD, &status);
123 MPI_Bsend(&rpt, 1, MPI_INT, p->prot.nbor, 2, MPI_COMM_WORLD);
125 MPI_Send(&rpt, 1, MPI_INT, p->prot.nbor, 2, MPI_COMM_WORLD)
    [all...]
  /external/ltp/tools/netpipe-2.4-ipv6/
MPI.h 8 int nbor, iproc; member in struct:protocolstruct
MPI.c 33 p->prot.nbor = !p->prot.iproc;
77 p->prot.nbor, 1, MPI_COMM_WORLD, &recvRequest);
84 MPI_Bsend(p->buff, p->bufflen, MPI_BYTE, p->prot.nbor, 1,
87 MPI_Send(p->buff, p->bufflen, MPI_BYTE, p->prot.nbor, 1,
100 p->prot.nbor, 1, MPI_COMM_WORLD, &status);
107 MPI_Bsend(t, 1, MPI_DOUBLE, p->prot.nbor, 2, MPI_COMM_WORLD);
109 MPI_Send(t, 1, MPI_DOUBLE, p->prot.nbor, 2, MPI_COMM_WORLD);
117 MPI_Recv(t, 1, MPI_DOUBLE, p->prot.nbor, 2, MPI_COMM_WORLD, &status);
123 MPI_Bsend(&rpt, 1, MPI_INT, p->prot.nbor, 2, MPI_COMM_WORLD);
125 MPI_Send(&rpt, 1, MPI_INT, p->prot.nbor, 2, MPI_COMM_WORLD)
    [all...]

Completed in 3254 milliseconds