MPI_Recv           52 examples/connectivity_c.c                 MPI_Recv(&peer, 1, MPI_INT, j, j, MPI_COMM_WORLD, &status);
MPI_Recv           56 examples/connectivity_c.c             MPI_Recv(&peer, 1, MPI_INT, i, i, MPI_COMM_WORLD, &status);
MPI_Recv           52 examples/ring_c.c         MPI_Recv(&message, 1, MPI_INT, prev, tag, MPI_COMM_WORLD,
MPI_Recv           71 examples/ring_c.c         MPI_Recv(&message, 1, MPI_INT, prev, tag, MPI_COMM_WORLD,
MPI_Recv           32 examples/spc_example.c             MPI_Recv(data, message_size, MPI_BYTE, 0, 123, MPI_COMM_WORLD, &status);
MPI_Recv         1195 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	        MPI_Recv(MPI_BOTTOM, 1, recv_types[j], i, myrank+i+100*iter,
MPI_Recv          789 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 		MPI_Recv(MPI_BOTTOM, 1, recv_types[j], i,
MPI_Recv          758 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	        MPI_Recv(MPI_BOTTOM, 1, recv_types[j], i, myrank+i+100*iter,
MPI_Recv           86 ompi/mca/io/romio321/romio/mpi-io/read_ord.c     MPI_Recv(NULL, 0, MPI_BYTE, source, 0, adio_fh->comm, MPI_STATUS_IGNORE);
MPI_Recv           93 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c     MPI_Recv(NULL, 0, MPI_BYTE, source, 0, adio_fh->comm, MPI_STATUS_IGNORE);
MPI_Recv           88 ompi/mca/io/romio321/romio/mpi-io/write_ord.c     MPI_Recv(NULL, 0, MPI_BYTE, source, 0, adio_fh->comm, MPI_STATUS_IGNORE);
MPI_Recv           94 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c     MPI_Recv(NULL, 0, MPI_BYTE, source, 0, adio_fh->comm, MPI_STATUS_IGNORE);
MPI_Recv           37 ompi/mpi/cxx/comm_inln.h   (void)MPI_Recv(buf, count, datatype, source, tag, mpi_comm, &status.mpi_status);
MPI_Recv           44 ompi/mpi/cxx/comm_inln.h   (void)MPI_Recv(buf, count, datatype, source,
MPI_Recv          333 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Recv, mpi_recv, MPI_RECV, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr));
MPI_Recv          350 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Recv(ptr, count, type, source, tag, comm, &status);
MPI_Recv           94 ompi/tools/mpisync/mpigclock.c         MPI_Recv(&root_offset, 1, MPI_DOUBLE, root, MPIGCLOCK_MSGTAG, comm, MPI_STATUS_IGNORE);
MPI_Recv          134 ompi/tools/mpisync/mpigclock.c             MPI_Recv(&peertime, 1, MPI_DOUBLE, root, MPIGCLOCK_MSGTAG, comm,
MPI_Recv          152 ompi/tools/mpisync/mpigclock.c             MPI_Recv(&starttime, 1, MPI_DOUBLE, peer, MPIGCLOCK_MSGTAG, comm,
MPI_Recv           73 orte/test/mpi/add_host.c             MPI_Recv(&msg, 1, MPI_INT, 0, 1, parent, MPI_STATUS_IGNORE);
MPI_Recv           69 orte/test/mpi/concurrent_spawn.c             MPI_Recv(&msg, 1, MPI_INT, 0, 1, parent, MPI_STATUS_IGNORE);
MPI_Recv          165 orte/test/mpi/crisscross.c                 mpierr = MPI_Recv(recv_buff, n_bytes, MPI_BYTE, i, tag1, MPI_COMM_WORLD, &status);
MPI_Recv          187 orte/test/mpi/crisscross.c              mpierr = MPI_Recv(&et1, 1, MPI_DOUBLE, i, tag1, MPI_COMM_WORLD, &status);
MPI_Recv           72 orte/test/mpi/info_spawn.c             MPI_Recv(&msg, 1, MPI_INT, 0, 1, parent, MPI_STATUS_IGNORE);
MPI_Recv          125 orte/test/mpi/no-disconnect.c         MPI_Recv(&bufr[0], sizeof(char)*NCHARS, MPI_CHAR, MPI_ANY_SOURCE,
MPI_Recv           41 orte/test/mpi/ring.c         MPI_Recv(recv_array, array_size, MPI_INT, prev, tag,
MPI_Recv           54 orte/test/mpi/ring.c         MPI_Recv(recv_array, array_size, MPI_INT, prev, tag,
MPI_Recv           33 orte/test/mpi/server.c          MPI_Recv( buf, MAX_DATA, MPI_DOUBLE, MPI_ANY_SOURCE,
MPI_Recv           55 orte/test/mpi/simple_spawn.c             MPI_Recv(&msg, 1, MPI_INT, 0, 1, parent, MPI_STATUS_IGNORE);
MPI_Recv          196 orte/test/mpi/singleton_client_server.c       CHK(MPI_Recv(buff, 255, MPI_CHAR, MPI_ANY_SOURCE,
MPI_Recv           27 orte/test/mpi/slave.c     MPI_Recv(&msg, 1, MPI_INT, 0, 1, parent, MPI_STATUS_IGNORE);
MPI_Recv           21 orte/test/mpi/spawn-problem/ch_rec.c 	MPI_Recv(&buff, sizeof(char)*30, MPI_CHAR, MPI_ANY_SOURCE,
MPI_Recv           22 orte/test/mpi/spawn-problem/start.c 	MPI_Recv(&buff, sizeof(char)*30, MPI_CHAR, MPI_ANY_SOURCE,
MPI_Recv           56 orte/test/mpi/spawn_multiple.c         MPI_Recv(&msg, 1, MPI_INT, 0, 1, parent, MPI_STATUS_IGNORE);
MPI_Recv           35 orte/test/mpi/spawn_tree.c         MPI_Recv(&rank, 1, MPI_INT, 0, 0, parent, MPI_STATUS_IGNORE);
MPI_Recv          192 orte/test/mpi/xlib.c         MPI_Recv(recv_array, array_size, MPI_INT, prev, tag,
MPI_Recv          205 orte/test/mpi/xlib.c         MPI_Recv(recv_array, array_size, MPI_INT, prev, tag,
MPI_Recv           94 orte/test/mpi/ziaprobe.c         MPI_Recv(&msg, 1, MPI_INT, my_twin, 1, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
MPI_Recv          121 orte/test/mpi/ziaprobe.c             MPI_Recv(&msg, 1, MPI_INT, my_twin, 1, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
MPI_Recv          130 orte/test/mpi/ziaprobe.c         MPI_Recv(&msg, 1, MPI_INT, my_twin, 1, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
MPI_Recv          210 test/datatype/to_self.c         MPI_Recv( rbuf, rcount, rdt, myself, tag, MPI_COMM_WORLD, &status );
MPI_Recv          466 test/monitoring/check_monitoring.c                 MPI_Recv(s2, 13, MPI_CHAR, from, from, MPI_COMM_WORLD, &status);
MPI_Recv          468 test/monitoring/check_monitoring.c                 MPI_Recv(s2, 13, MPI_CHAR, from, from, MPI_COMM_WORLD, &status);
MPI_Recv          144 test/monitoring/monitoring_test.c         MPI_Recv(&n, 1, MPI_INT, from, tagno, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
MPI_Recv          210 test/monitoring/monitoring_test.c                 MPI_Recv(&n, 1, MPI_INT, from, tagno, newcomm, MPI_STATUS_IGNORE);
MPI_Recv           92 test/monitoring/test_overhead.c         MPI_Recv(NULL, 0, MPI_BYTE, to, 100, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
MPI_Recv           94 test/monitoring/test_overhead.c         MPI_Recv(NULL, 0, MPI_BYTE, to, 100, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
MPI_Recv          114 test/monitoring/test_overhead.c         MPI_Recv(rbuf, size, MPI_BYTE, from, tagno, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
MPI_Recv          119 test/monitoring/test_overhead.c         MPI_Recv(rbuf, size, MPI_BYTE, from, tagno, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
MPI_Recv          124 test/monitoring/test_overhead.c         MPI_Recv(rbuf, size, MPI_BYTE, to, tagno, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
MPI_Recv          127 test/monitoring/test_overhead.c         MPI_Recv(rbuf, size, MPI_BYTE, to, tagno, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
MPI_Recv          195 test/monitoring/test_pvar_access.c         MPI_Recv(NULL, 0, MPI_BYTE, (world_rank - 1) % world_size, 300, MPI_COMM_WORLD, &status);
MPI_Recv          197 test/monitoring/test_pvar_access.c         MPI_Recv(NULL, 0, MPI_BYTE, (world_rank - 1) % world_size, 300, MPI_COMM_WORLD, &status);
MPI_Recv          248 test/monitoring/test_pvar_access.c                 MPI_Recv(&n, 1, MPI_INT, from, tagno, newcomm, &status);
MPI_Recv          291 test/monitoring/test_pvar_access.c         MPI_Recv(NULL, 0, MPI_BYTE, (world_rank - 1) % world_size, 300, MPI_COMM_WORLD, &status);
MPI_Recv          293 test/monitoring/test_pvar_access.c         MPI_Recv(NULL, 0, MPI_BYTE, (world_rank - 1) % world_size, 300, MPI_COMM_WORLD, &status);
MPI_Recv           33 test/spc/spc_test.c             MPI_Recv(data, message_size, MPI_BYTE, 0, 123, MPI_COMM_WORLD, &status);