myself            194 test/datatype/to_self.c     int myself, tag = 0, i, slength, rlength;
myself            204 test/datatype/to_self.c     MPI_Comm_rank( MPI_COMM_WORLD, &myself );
myself            209 test/datatype/to_self.c         MPI_Isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &req );
myself            210 test/datatype/to_self.c         MPI_Recv( rbuf, rcount, rdt, myself, tag, MPI_COMM_WORLD, &status );
myself            214 test/datatype/to_self.c         ftmpi_mpi_isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &req );
myself            215 test/datatype/to_self.c         ftmpi_mpi_recv( rbuf, rcount, rdt, myself, tag, MPI_COMM_WORLD, &status );
myself            228 test/datatype/to_self.c     int myself, tag = 0, i, slength, rlength;
myself            238 test/datatype/to_self.c     MPI_Comm_rank( MPI_COMM_WORLD, &myself );
myself            243 test/datatype/to_self.c         MPI_Irecv( rbuf, rcount, rdt, myself, tag, MPI_COMM_WORLD, &req );
myself            244 test/datatype/to_self.c         MPI_Send( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD );
myself            248 test/datatype/to_self.c         ftmpi_mpi_irecv( rbuf, rcount, rdt, myself, tag, MPI_COMM_WORLD, &req );
myself            249 test/datatype/to_self.c         ftmpi_mpi_send( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD );
myself            262 test/datatype/to_self.c     int myself, tag = 0, i, slength, rlength;
myself            272 test/datatype/to_self.c     MPI_Comm_rank( MPI_COMM_WORLD, &myself );
myself            277 test/datatype/to_self.c         MPI_Isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &sreq );
myself            278 test/datatype/to_self.c         MPI_Irecv( rbuf, rcount, rdt, myself, tag, MPI_COMM_WORLD, &rreq );
myself            284 test/datatype/to_self.c         ftmpi_mpi_isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &sreq );
myself            285 test/datatype/to_self.c         ftmpi_mpi_irecv( rbuf, rcount, rdt, myself, tag, MPI_COMM_WORLD, &rreq );
myself            300 test/datatype/to_self.c     int myself, tag = 0, i, slength, rlength;
myself            310 test/datatype/to_self.c     MPI_Comm_rank( MPI_COMM_WORLD, &myself );
myself            315 test/datatype/to_self.c         MPI_Irecv( rbuf, rcount, rdt, myself, tag, MPI_COMM_WORLD, &rreq );
myself            316 test/datatype/to_self.c         MPI_Isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &sreq );
myself            322 test/datatype/to_self.c         ftmpi_mpi_irecv( rbuf, rcount, rdt, myself, tag, MPI_COMM_WORLD, &rreq );
myself            323 test/datatype/to_self.c         ftmpi_mpi_isend( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD, &sreq );