MPI_Send           51 examples/connectivity_c.c                 MPI_Send(&rank, 1, MPI_INT, j, rank, MPI_COMM_WORLD);
MPI_Send           57 examples/connectivity_c.c             MPI_Send(&rank, 1, MPI_INT, i, rank, MPI_COMM_WORLD);
MPI_Send           39 examples/ring_c.c         MPI_Send(&message, 1, MPI_INT, next, tag, MPI_COMM_WORLD);
MPI_Send           60 examples/ring_c.c         MPI_Send(&message, 1, MPI_INT, next, tag, MPI_COMM_WORLD);
MPI_Send           29 examples/spc_example.c             MPI_Send(data, message_size, MPI_BYTE, 1, 123, MPI_COMM_WORLD);
MPI_Send           96 ompi/mca/io/romio321/romio/mpi-io/read_ord.c     MPI_Send(NULL, 0, MPI_BYTE, dest, 0, adio_fh->comm);
MPI_Send          104 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c     MPI_Send(NULL, 0, MPI_BYTE, dest, 0, adio_fh->comm);
MPI_Send          102 ompi/mca/io/romio321/romio/mpi-io/write_ord.c     MPI_Send(NULL, 0, MPI_BYTE, dest, 0, adio_fh->comm);
MPI_Send          108 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c     MPI_Send(NULL, 0, MPI_BYTE, dest, 0, adio_fh->comm);
MPI_Send          112 ompi/mca/io/romio321/romio/test/coll_test.c     MPI_Send(writebuf, bufcount, MPI_INT, mynod, 10, MPI_COMM_WORLD);
MPI_Send           99 ompi/mca/io/romio321/romio/test/split_coll.c     MPI_Send(writebuf, bufcount, MPI_INT, mynod, 10, MPI_COMM_WORLD);
MPI_Send           30 ompi/mpi/cxx/comm_inln.h   (void)MPI_Send(const_cast<void *>(buf), count, datatype, dest, tag, mpi_comm);
MPI_Send          350 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Send, mpi_send, MPI_SEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr));
MPI_Send          331 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Send(ptr, count, type, dest, tag, comm);
MPI_Send          104 ompi/tools/mpisync/mpigclock.c         MPI_Send(&root_offset, 1, MPI_DOUBLE, peer, MPIGCLOCK_MSGTAG, comm);
MPI_Send          111 ompi/tools/mpisync/mpigclock.c         MPI_Send(&root_offset, 1, MPI_DOUBLE, peer, MPIGCLOCK_MSGTAG, comm);
MPI_Send          133 ompi/tools/mpisync/mpigclock.c             MPI_Send(&starttime, 1, MPI_DOUBLE, root, MPIGCLOCK_MSGTAG, comm);
MPI_Send          145 ompi/tools/mpisync/mpigclock.c                     MPI_Send(&invalidtime, 1, MPI_DOUBLE, root, MPIGCLOCK_MSGTAG,
MPI_Send          158 ompi/tools/mpisync/mpigclock.c             MPI_Send(&peertime, 1, MPI_DOUBLE, peer, MPIGCLOCK_MSGTAG, comm);
MPI_Send           46 orte/test/mpi/add_host.c             MPI_Send(&msg, 1, MPI_INT, 0, 1, child);
MPI_Send           61 orte/test/mpi/add_host.c             MPI_Send(&msg, 1, MPI_INT, 0, 1, child);
MPI_Send           27 orte/test/mpi/client.c      MPI_Send( buf, n, MPI_DOUBLE, 0, tag, server );
MPI_Send           46 orte/test/mpi/concurrent_spawn.c                 MPI_Send(&i, 1, MPI_INT, 0, 1, children[i]);
MPI_Send          155 orte/test/mpi/crisscross.c                 mpierr = MPI_Send(send_buff, n_bytes, MPI_BYTE, j, tag1, MPI_COMM_WORLD);
MPI_Send          177 orte/test/mpi/crisscross.c              mpierr = MPI_Send(&et1, 1, MPI_DOUBLE, j, tag1, MPI_COMM_WORLD);
MPI_Send           59 orte/test/mpi/info_spawn.c             MPI_Send(&msg, 1, MPI_INT, 0, 1, child);
MPI_Send           37 orte/test/mpi/no-disconnect.c     return MPI_Send(buf, count, datatype, dest, tag, comm);
MPI_Send          185 orte/test/mpi/no-disconnect.c                 MPI_Send(&bufs, sizeof(char)*NCHARS, MPI_CHAR, 0, 100, comm[i]);
MPI_Send          198 orte/test/mpi/no-disconnect.c             MPI_Send(&bufs, sizeof(char)*NCHARS, MPI_CHAR, 0, 100, parent);
MPI_Send           35 orte/test/mpi/ring.c         MPI_Send(send_array, array_size, MPI_INT, next, tag,
MPI_Send           47 orte/test/mpi/ring.c         MPI_Send(send_array, array_size, MPI_INT, next, tag, MPI_COMM_WORLD);
MPI_Send           43 orte/test/mpi/simple_spawn.c             MPI_Send(&msg, 1, MPI_INT, 0, 1, child);
MPI_Send          207 orte/test/mpi/singleton_client_server.c     CHK(MPI_Send(hostname, strlen(hostname) + 1, MPI_CHAR, 0, TAG, intracomm)) ;
MPI_Send           30 orte/test/mpi/spawn-problem/ch_rec.c 		MPI_Send(&buff, sizeof(char)*30, MPI_CHAR, 0, 100, comm[0]);
MPI_Send           39 orte/test/mpi/spawn-problem/ch_rec.c 		MPI_Send(&buff, sizeof(char)*30, MPI_CHAR, 0, 100, comm[1]);
MPI_Send           49 orte/test/mpi/spawn-problem/ch_rec.c 	MPI_Send(&buff, sizeof(char)*30, MPI_CHAR, 0, 100, parent);
MPI_Send           20 orte/test/mpi/spawn-problem/start.c 	MPI_Send(&buff, sizeof(char)*30, MPI_CHAR, 0, 100, comm);
MPI_Send           43 orte/test/mpi/spawn_multiple.c             MPI_Send(&msg, 1, MPI_INT, 0, 1, child);
MPI_Send           44 orte/test/mpi/spawn_multiple.c             MPI_Send(&msg, 1, MPI_INT, 1, 1, child);
MPI_Send           51 orte/test/mpi/spawn_tree.c         MPI_Send(&child_rank, 1, MPI_INT, 0, 0, intercomm1);
MPI_Send           61 orte/test/mpi/spawn_tree.c         MPI_Send(&child_rank, 1, MPI_INT, 0, 0, intercomm2);
MPI_Send          168 orte/test/mpi/xlib.c         MPI_Send(send_array, array_size, MPI_INT, next, tag,
MPI_Send          198 orte/test/mpi/xlib.c         MPI_Send(send_array, array_size, MPI_INT, next, tag, MPI_COMM_WORLD);
MPI_Send           98 orte/test/mpi/ziaprobe.c         MPI_Send(&msg, 1, MPI_INT, my_twin, 1, MPI_COMM_WORLD);
MPI_Send          115 orte/test/mpi/ziaprobe.c         MPI_Send(&msg, 1, MPI_INT, my_twin, 1, MPI_COMM_WORLD);
MPI_Send          244 test/datatype/to_self.c         MPI_Send( sbuf, scount, sdt, myself, tag, MPI_COMM_WORLD );
MPI_Send          465 test/monitoring/check_monitoring.c                 MPI_Send(s1, 13, MPI_CHAR, to, world_rank, MPI_COMM_WORLD);
MPI_Send          469 test/monitoring/check_monitoring.c                 MPI_Send(s1, 13, MPI_CHAR, to, world_rank, MPI_COMM_WORLD);
MPI_Send          141 test/monitoring/monitoring_test.c         MPI_Send(&n,1,MPI_INT,to,tagno,MPI_COMM_WORLD);
MPI_Send          146 test/monitoring/monitoring_test.c         MPI_Send(&n, 1, MPI_INT, to, tagno, MPI_COMM_WORLD);
MPI_Send          207 test/monitoring/monitoring_test.c                 MPI_Send(&n, 1, MPI_INT, to, tagno, newcomm);
MPI_Send          212 test/monitoring/monitoring_test.c                 MPI_Send(&n, 1, MPI_INT, to, tagno, newcomm);
MPI_Send           91 test/monitoring/test_overhead.c         MPI_Send(NULL, 0, MPI_BYTE, from, 100, MPI_COMM_WORLD);
MPI_Send           95 test/monitoring/test_overhead.c         MPI_Send(NULL, 0, MPI_BYTE, from, 100, MPI_COMM_WORLD);
MPI_Send          100 test/monitoring/test_overhead.c     MPI_Send(sbuf, size, MPI_BYTE, to, tagno, MPI_COMM_WORLD);
MPI_Send          115 test/monitoring/test_overhead.c         MPI_Send(sbuf, size, MPI_BYTE, from, tagno, MPI_COMM_WORLD);
MPI_Send          118 test/monitoring/test_overhead.c         MPI_Send(sbuf, size, MPI_BYTE, from, tagno, MPI_COMM_WORLD);
MPI_Send          123 test/monitoring/test_overhead.c         MPI_Send(sbuf, size, MPI_BYTE, to, tagno, MPI_COMM_WORLD);
MPI_Send          128 test/monitoring/test_overhead.c         MPI_Send(sbuf, size, MPI_BYTE, to, tagno, MPI_COMM_WORLD);
MPI_Send          194 test/monitoring/test_pvar_access.c         MPI_Send(NULL, 0, MPI_BYTE, (world_rank + 1) % world_size, 300, MPI_COMM_WORLD);
MPI_Send          199 test/monitoring/test_pvar_access.c         MPI_Send(NULL, 0, MPI_BYTE, (world_rank + 1) % world_size, 300, MPI_COMM_WORLD);
MPI_Send          245 test/monitoring/test_pvar_access.c                 MPI_Send(&n, 1, MPI_INT, to, tagno, newcomm);
MPI_Send          250 test/monitoring/test_pvar_access.c                 MPI_Send(&n, 1, MPI_INT, to, tagno, newcomm);
MPI_Send          290 test/monitoring/test_pvar_access.c         MPI_Send(NULL, 0, MPI_BYTE, (world_rank + 1) % world_size, 300, MPI_COMM_WORLD);
MPI_Send          295 test/monitoring/test_pvar_access.c         MPI_Send(NULL, 0, MPI_BYTE, (world_rank + 1) % world_size, 300, MPI_COMM_WORLD);
MPI_Send           30 test/spc/spc_test.c             MPI_Send(data, message_size, MPI_BYTE, 1, 123, MPI_COMM_WORLD);