MPI_INT            51 examples/connectivity_c.c                 MPI_Send(&rank, 1, MPI_INT, j, rank, MPI_COMM_WORLD);
MPI_INT            52 examples/connectivity_c.c                 MPI_Recv(&peer, 1, MPI_INT, j, j, MPI_COMM_WORLD, &status);
MPI_INT            56 examples/connectivity_c.c             MPI_Recv(&peer, 1, MPI_INT, i, i, MPI_COMM_WORLD, &status);
MPI_INT            57 examples/connectivity_c.c             MPI_Send(&rank, 1, MPI_INT, i, rank, MPI_COMM_WORLD);
MPI_INT            39 examples/ring_c.c         MPI_Send(&message, 1, MPI_INT, next, tag, MPI_COMM_WORLD);
MPI_INT            52 examples/ring_c.c         MPI_Recv(&message, 1, MPI_INT, prev, tag, MPI_COMM_WORLD,
MPI_INT            60 examples/ring_c.c         MPI_Send(&message, 1, MPI_INT, next, tag, MPI_COMM_WORLD);
MPI_INT            71 examples/ring_c.c         MPI_Recv(&message, 1, MPI_INT, prev, tag, MPI_COMM_WORLD,
MPI_INT           302 ompi/communicator/comm.c                                            1, MPI_INT, allranks,
MPI_INT           303 ompi/communicator/comm.c                                            1, MPI_INT, comm,
MPI_INT           446 ompi/communicator/comm.c     rc = allgatherfct( myinfo, 2, MPI_INT, results, 2, MPI_INT, comm, comm->c_coll->coll_allgather_module );
MPI_INT           507 ompi/communicator/comm.c         rc = comm->c_coll->coll_allgather( myinfo, 2, MPI_INT, rresults, 2,
MPI_INT           508 ompi/communicator/comm.c                                           MPI_INT, comm,
MPI_INT           768 ompi/communicator/comm.c     rc = comm->c_coll->coll_allgather (MPI_IN_PLACE, 2, MPI_INT, results, 2, MPI_INT, comm,
MPI_INT           811 ompi/communicator/comm.c     rc = comm->c_coll->coll_allreduce (MPI_IN_PLACE, &tmp, 4, MPI_INT, MPI_MAX, comm,
MPI_INT           823 ompi/communicator/comm.c         rc = comm->c_coll->coll_allreduce (MPI_IN_PLACE, &ok, 1, MPI_INT, MPI_MIN, comm,
MPI_INT           831 ompi/communicator/comm.c             rc = comm->c_coll->coll_allreduce (MPI_IN_PLACE, &ok, 1, MPI_INT, MPI_MIN, comm,
MPI_INT          1574 ompi/communicator/comm.c         rc = MCA_PML_CALL(irecv (&rlen, 1, MPI_INT, remote_leader, tag,
MPI_INT          1581 ompi/communicator/comm.c         rc = MCA_PML_CALL(send (&int_len, 1, MPI_INT, remote_leader, tag,
MPI_INT          1593 ompi/communicator/comm.c     rc = local_comm->c_coll->coll_bcast( &rlen, 1, MPI_INT,
MPI_INT          1762 ompi/communicator/comm.c     rc = intercomm->c_coll->coll_allgatherv(&high, scount, MPI_INT,
MPI_INT          1764 ompi/communicator/comm.c                                            MPI_INT, intercomm,
MPI_INT           647 ompi/communicator/comm_cid.c     return comm->c_coll->coll_iallreduce (inbuf, outbuf, count, MPI_INT, op, comm,
MPI_INT           697 ompi/communicator/comm_cid.c     rc = intercomm->c_local_comm->c_coll->coll_ireduce (inbuf, context->tmpbuf, count, MPI_INT, op, 0,
MPI_INT           727 ompi/communicator/comm_cid.c     rc = MCA_PML_CALL(irecv (context->outbuf, context->count, MPI_INT, 0, OMPI_COMM_ALLREDUCE_TAG,
MPI_INT           733 ompi/communicator/comm_cid.c     rc = MCA_PML_CALL(isend (context->tmpbuf, context->count, MPI_INT, 0, OMPI_COMM_ALLREDUCE_TAG,
MPI_INT           746 ompi/communicator/comm_cid.c     ompi_op_reduce (context->op, context->tmpbuf, context->outbuf, context->count, MPI_INT);
MPI_INT           760 ompi/communicator/comm_cid.c     rc = comm->c_coll->coll_ibcast (context->outbuf, context->count, MPI_INT, 0, comm,
MPI_INT           776 ompi/communicator/comm_cid.c     rc = comm->c_coll->coll_ibcast (context->outbuf, context->count, MPI_INT,
MPI_INT           791 ompi/communicator/comm_cid.c     ompi_op_reduce (context->op, context->tmpbuf, context->outbuf, context->count, MPI_INT);
MPI_INT           805 ompi/communicator/comm_cid.c     rc = MCA_PML_CALL(irecv (context->outbuf, context->count, MPI_INT, context->cid_context->remote_leader,
MPI_INT           811 ompi/communicator/comm_cid.c     rc = MCA_PML_CALL(isend (context->tmpbuf, context->count, MPI_INT, context->cid_context->remote_leader,
MPI_INT           859 ompi/communicator/comm_cid.c     rc = comm->c_coll->coll_ireduce (inbuf, context->tmpbuf, count, MPI_INT, op,
MPI_INT           972 ompi/communicator/comm_cid.c     ompi_op_reduce (context->op, context->tmpbuf, context->outbuf, size_count, MPI_INT);
MPI_INT          1011 ompi/communicator/comm_cid.c     rc = comm->c_coll->coll_ireduce (inbuf, context->tmpbuf, count, MPI_INT, op,
MPI_INT          1051 ompi/communicator/comm_cid.c             rc = MCA_PML_CALL(isend(context->outbuf, context->count, MPI_INT, context->peers_comm[i+1],
MPI_INT          1073 ompi/communicator/comm_cid.c             ompi_op_reduce (context->op, tmp, context->outbuf, context->count, MPI_INT);
MPI_INT          1080 ompi/communicator/comm_cid.c         rc = MCA_PML_CALL(isend(context->outbuf, context->count, MPI_INT, context->peers_comm[0],
MPI_INT          1087 ompi/communicator/comm_cid.c         rc = MCA_PML_CALL(irecv(context->outbuf, context->count, MPI_INT, context->peers_comm[0],
MPI_INT          1145 ompi/communicator/comm_cid.c             int rc = MCA_PML_CALL(irecv(tmp, count, MPI_INT, context->peers_comm[i + 1],
MPI_INT           241 ompi/dpm/dpm.c     rc = comm->c_coll->coll_bcast(&rportlen, 1, MPI_INT, root, comm,
MPI_INT          1120 ompi/dpm/dpm.c         ret = MCA_PML_CALL(irecv(&(obj->buf), 0, MPI_INT, i,
MPI_INT          1130 ompi/dpm/dpm.c         ret = MCA_PML_CALL(isend(&(obj->buf), 0, MPI_INT, i,
MPI_INT           130 ompi/mca/coll/basic/coll_basic_barrier.c     return comm->c_coll->coll_allreduce(&rank, &result, 1, MPI_INT, MPI_MAX,
MPI_INT            68 ompi/mca/coll/inter/coll_inter_allgatherv.c     err = comm->c_local_comm->c_coll->coll_gather(&scount, 1, MPI_INT,
MPI_INT            69 ompi/mca/coll/inter/coll_inter_allgatherv.c 						 count, 1, MPI_INT,
MPI_INT            79 ompi/mca/coll/inter/coll_inter_gatherv.c     err = comm->c_local_comm->c_coll->coll_gather(&scount, 1, MPI_INT,
MPI_INT            80 ompi/mca/coll/inter/coll_inter_gatherv.c                                                  count, 1, MPI_INT,
MPI_INT            66 ompi/mca/coll/inter/coll_inter_scatterv.c 	    err = MCA_PML_CALL(recv(counts, size_local, MPI_INT,
MPI_INT           118 ompi/mca/coll/inter/coll_inter_scatterv.c 	err = MCA_PML_CALL(send(scounts, size, MPI_INT, 0,
MPI_INT           480 ompi/mca/coll/libnbc/nbc_internal.h   if( ( type == MPI_INT ) ||
MPI_INT           618 ompi/mca/common/ompio/common_ompio_aggregators.c                                              MPI_INT,
MPI_INT           634 ompi/mca/common/ompio/common_ompio_aggregators.c                                               MPI_INT,
MPI_INT           637 ompi/mca/common/ompio/common_ompio_aggregators.c                                               MPI_INT,
MPI_INT           814 ompi/mca/common/ompio/common_ompio_aggregators.c                                     MPI_INT,
MPI_INT           827 ompi/mca/common/ompio/common_ompio_aggregators.c                                     MPI_INT,
MPI_INT           845 ompi/mca/common/ompio/common_ompio_aggregators.c                                 MPI_INT,
MPI_INT           863 ompi/mca/common/ompio/common_ompio_aggregators.c                                 MPI_INT,
MPI_INT          1076 ompi/mca/common/ompio/common_ompio_aggregators.c                                            MPI_INT,
MPI_INT          1079 ompi/mca/common/ompio/common_ompio_aggregators.c                                            MPI_INT,
MPI_INT          1112 ompi/mca/common/ompio/common_ompio_aggregators.c                                             MPI_INT,
MPI_INT          1116 ompi/mca/common/ompio/common_ompio_aggregators.c                                             MPI_INT,
MPI_INT          1436 ompi/mca/common/ompio/common_ompio_aggregators.c                                        MPI_INT,
MPI_INT           414 ompi/mca/common/ompio/common_ompio_file_view.c                                             MPI_INT,
MPI_INT           227 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                                            MPI_INT,
MPI_INT           230 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                                            MPI_INT,
MPI_INT           242 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c                                            MPI_INT,
MPI_INT           245 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c                                            MPI_INT,
MPI_INT           227 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                                            MPI_INT,
MPI_INT           230 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                                            MPI_INT,
MPI_INT           335 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                                                 MPI_INT,
MPI_INT           338 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                                                 MPI_INT,
MPI_INT           345 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                                                MPI_INT,
MPI_INT           348 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                                                MPI_INT,
MPI_INT           594 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				       MPI_INT,
MPI_INT           857 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 					    MPI_INT,
MPI_INT           860 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 					    MPI_INT,
MPI_INT           660 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 				       MPI_INT,
MPI_INT           962 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 					    MPI_INT,
MPI_INT           965 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 					    MPI_INT,
MPI_INT           217 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 					     MPI_INT,
MPI_INT           220 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 					     MPI_INT,
MPI_INT           283 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 				     MPI_INT,
MPI_INT           314 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 				     MPI_INT,
MPI_INT           227 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c 						MPI_INT,
MPI_INT           230 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c 						MPI_INT,
MPI_INT           334 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c 						 MPI_INT,
MPI_INT           337 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c 						 MPI_INT,
MPI_INT           344 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c 						    MPI_INT,
MPI_INT           347 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c 						    MPI_INT,
MPI_INT            48 ompi/mca/fs/base/fs_base_file_set_size.c                                    MPI_INT,
MPI_INT            75 ompi/mca/fs/ime/fs_ime.c                                             MPI_INT,
MPI_INT            75 ompi/mca/fs/ime/fs_ime_file_open.c     comm->c_coll->coll_bcast (&ret, 1, MPI_INT, OMPIO_ROOT, comm,
MPI_INT            40 ompi/mca/fs/ime/fs_ime_file_set_size.c                                    MPI_INT,
MPI_INT           100 ompi/mca/fs/lustre/fs_lustre.c                         MPI_INT,
MPI_INT           162 ompi/mca/fs/lustre/fs_lustre_file_open.c    comm->c_coll->coll_bcast ( &ret, 1, MPI_INT, 0, comm, comm->c_coll->coll_bcast_module);
MPI_INT           105 ompi/mca/fs/pvfs2/fs_pvfs2.c                         MPI_INT,
MPI_INT            55 ompi/mca/fs/pvfs2/fs_pvfs2_file_set_size.c                                        MPI_INT,
MPI_INT            63 ompi/mca/fs/pvfs2/fs_pvfs2_file_set_size.c                                        MPI_INT,
MPI_INT            57 ompi/mca/fs/pvfs2/fs_pvfs2_file_sync.c                                    MPI_INT,
MPI_INT           119 ompi/mca/fs/ufs/fs_ufs_file_open.c     comm->c_coll->coll_bcast ( &ret, 1, MPI_INT, 0, comm, comm->c_coll->coll_bcast_module);
MPI_INT           147 ompi/mca/io/ompio/io_ompio.c                                         MPI_INT,
MPI_INT           150 ompi/mca/io/ompio/io_ompio.c 					MPI_INT,
MPI_INT           320 ompi/mca/io/ompio/io_ompio_component.c                                           MPI_INT,
MPI_INT           214 ompi/mca/io/ompio/io_ompio_file_open.c     fh->f_comm->c_coll->coll_bcast ( &ret, 1, MPI_INT, OMPIO_ROOT, fh->f_comm,
MPI_INT           328 ompi/mca/io/ompio/io_ompio_file_open.c                                               MPI_INT,
MPI_INT           678 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c     MPI_Alltoall(count_my_req_per_proc, 1, MPI_INT,
MPI_INT           679 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 		 count_others_req_per_proc, 1, MPI_INT, fd->comm);
MPI_INT           575 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     MPI_Allreduce(&ntimes, &max_ntimes, 1, MPI_INT, MPI_MAX, fd->comm); 
MPI_INT           857 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     MPI_Alltoall(send_size, 1, MPI_INT, recv_size, 1, MPI_INT, fd->comm);
MPI_INT          1154 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     MPI_Alltoall(send_size, 1, MPI_INT, recv_size, 1, MPI_INT, fd->comm);
MPI_INT           346 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c         MPI_Allreduce(&holeFound, &anyHolesFound, 1, MPI_INT, MPI_MAX, fd->comm);
MPI_INT           577 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     MPI_Allgather(&my_ionode, 1, MPI_INT,  rank_to_ionode, 1, MPI_INT, fd->comm);
MPI_INT           711 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     MPI_Allreduce(&ntimes, &max_ntimes, 1, MPI_INT, MPI_MAX,
MPI_INT          1032 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     MPI_Alltoall(recv_size, 1, MPI_INT, send_size, 1, MPI_INT, fd->comm);
MPI_INT          1560 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     MPI_Alltoall(recv_size, 1, MPI_INT, send_size, 1, MPI_INT, fd->comm);
MPI_INT           129 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	MPI_Bcast(fd->hints->fs_hints.bg.bridgelist, fd->hints->cb_nodes, MPI_INT, 0,
MPI_INT           140 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 		MPI_INT, 0, fd->comm);
MPI_INT           142 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_aggrs.c 	MPI_Bcast(&fd->hints->fs_hints.bg.numbridges, 1, MPI_INT, 0,
MPI_INT           298 ompi/mca/io/romio321/romio/adio/ad_gpfs/bg/ad_bg_pset.c    MPI_Allgather(MPI_IN_PLACE, 2, MPI_INT, bridges, 2, MPI_INT, comm);
MPI_INT           157 ompi/mca/io/romio321/romio/adio/ad_gpfs/pe/ad_pe_aggrs.c       MPI_Allgather(MPI_IN_PLACE, 1, MPI_INT, allNodeRanks, 1, MPI_INT, fd->comm);
MPI_INT           278 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_open.c     MPI_Bcast(&file_exists,1,MPI_INT,0,fd->comm);
MPI_INT           311 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c     MPI_Allreduce(&contig_access_count, &total_access_count, 1, MPI_INT, MPI_SUM,
MPI_INT           221 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	MPI_Bcast(error_code, 1, MPI_INT,
MPI_INT           225 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	MPI_Allreduce(&tmp_error, error_code, 1, MPI_INT,
MPI_INT            32 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_hints.c 		MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm);
MPI_INT            48 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_hints.c 		MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm);
MPI_INT            64 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_hints.c 		MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm);
MPI_INT            33 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_hints.c 		MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm);
MPI_INT            45 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_hints.c 		MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm);
MPI_INT            57 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_hints.c 		MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm);
MPI_INT            22 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_flush.c     MPI_Reduce(&dummy_in, &dummy, 1, MPI_INT, MPI_SUM, 
MPI_INT            27 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_flush.c     MPI_Bcast(&err, 1, MPI_INT, fd->hints->ranklist[0], fd->comm);
MPI_INT            35 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c 		MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm);
MPI_INT            52 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c 		MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm);
MPI_INT            69 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c 		MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm);
MPI_INT           100 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c 		MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm);
MPI_INT           128 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_hints.c 		MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm);
MPI_INT            23 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_resize.c     MPI_Bcast(&err, 1, MPI_INT, fd->hints->ranklist[0], fd->comm);
MPI_INT            33 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_flush.c     MPI_Reduce(&dummy_in, &dummy, 1, MPI_INT, MPI_SUM, 
MPI_INT            40 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_flush.c     MPI_Bcast(&ret, 1, MPI_INT, fd->hints->ranklist[0], fd->comm);
MPI_INT            58 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_hints.c 		MPI_Bcast(&tmp_value, 1, MPI_INT, 0, fd->comm);
MPI_INT           611 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c     else if ( MPI_INT == *mpi_dtype )
MPI_INT           154 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_open.c     MPI_Datatype types[2] = {MPI_INT, MPI_BYTE};
MPI_INT            38 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_resize.c 	MPI_Bcast(&ret, 1, MPI_INT, fd->hints->ranklist[0], fd->comm);
MPI_INT            40 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_resize.c 	MPI_Bcast(&ret, 1, MPI_INT, fd->hints->ranklist[0], fd->comm);
MPI_INT            31 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_flush.c     MPI_Reduce(&dummy_in, &dummy, 1, MPI_INT, MPI_SUM, 
MPI_INT            37 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_flush.c     MPI_Bcast(&ret, 1, MPI_INT, fd->hints->ranklist[0], fd->comm);
MPI_INT            72 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_open.c     MPI_Datatype types[2] = {MPI_INT, MPI_BYTE};
MPI_INT            35 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_resize.c 	MPI_Bcast(&ret, 1, MPI_INT, fd->hints->ranklist[0], fd->comm);
MPI_INT            37 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_resize.c 	MPI_Bcast(&ret, 1, MPI_INT, fd->hints->ranklist[0], fd->comm);
MPI_INT           451 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c     MPI_Alltoall(count_my_req_per_proc, 1, MPI_INT,
MPI_INT           452 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 		 count_others_req_per_proc, 1, MPI_INT, fd->comm);
MPI_INT           535 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c     *error_code = MPI_Ialltoall(vars->count_my_req_per_proc, 1, MPI_INT,
MPI_INT           536 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c             vars->count_others_req_per_proc, 1, MPI_INT, vars->fd->comm,
MPI_INT           494 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c     MPI_Bcast(buf, 2, MPI_INT, 0, comm);
MPI_INT           665 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c 	    MPI_Allreduce(&myerrcode, &max_code, 1, MPI_INT, MPI_MAX, comm);
MPI_INT           671 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c 	    MPI_Allreduce(&file_system, &min_code, 1, MPI_INT,
MPI_INT           642 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     *error_code = MPI_Iallreduce(&vars->ntimes, &vars->max_ntimes, 1, MPI_INT,
MPI_INT          1007 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     *error_code = MPI_Ialltoall(vars->send_size, 1, MPI_INT, vars->recv_size, 1,
MPI_INT          1008 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                                 MPI_INT, vars->fd->comm, &vars->req1);
MPI_INT           536 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         *error_code = MPI_Ibcast(&vars->error_code, 1, MPI_INT,
MPI_INT           542 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                                       MPI_INT, MPI_MAX, fd->comm,
MPI_INT           685 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     *error_code = MPI_Iallreduce(&vars->ntimes, &vars->max_ntimes, 1, MPI_INT,
MPI_INT          1064 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     *error_code = MPI_Ialltoall(vars->recv_size, 1, MPI_INT, vars->send_size, 1,
MPI_INT          1065 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                                 MPI_INT, vars->fd->comm, &vars->req1);
MPI_INT           119 ompi/mca/io/romio321/romio/adio/common/ad_open.c     MPI_Allreduce(&syshints_processed, &can_skip, 1, MPI_INT, MPI_MIN, fd->comm);
MPI_INT           197 ompi/mca/io/romio321/romio/adio/common/ad_open.c     MPI_Allreduce(error_code, &max_error_code, 1, MPI_INT, MPI_MAX, comm);
MPI_INT            44 ompi/mca/io/romio321/romio/adio/common/ad_opencoll.c 	   MPI_Bcast(error_code, 1, MPI_INT, \
MPI_INT            52 ompi/mca/io/romio321/romio/adio/common/ad_opencoll.c        else MPI_Bcast(error_code, 1, MPI_INT, fd->hints->ranklist[0], fd->comm);
MPI_INT            36 ompi/mca/io/romio321/romio/adio/common/ad_opencoll_failsafe.c 	    MPI_Bcast(error_code, 1, MPI_INT, \
MPI_INT            44 ompi/mca/io/romio321/romio/adio/common/ad_opencoll_failsafe.c 	else MPI_Bcast(error_code, 1, MPI_INT,
MPI_INT           570 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c     MPI_Allreduce(&ntimes, &max_ntimes, 1, MPI_INT, MPI_MAX, fd->comm); 
MPI_INT           793 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c     MPI_Alltoall(send_size, 1, MPI_INT, recv_size, 1, MPI_INT, fd->comm);
MPI_INT            28 ompi/mca/io/romio321/romio/adio/common/ad_resize.c     MPI_Bcast(&err, 1, MPI_INT, fd->hints->ranklist[0], fd->comm);
MPI_INT           233 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	    MPI_Bcast(error_code, 1, MPI_INT, 
MPI_INT           237 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	    MPI_Allreduce(&tmp_error, error_code, 1, MPI_INT, 
MPI_INT           366 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c     MPI_Allreduce(&ntimes, &max_ntimes, 1, MPI_INT, MPI_MAX,
MPI_INT           591 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c     MPI_Alltoall(recv_size, 1, MPI_INT, send_size, 1, MPI_INT, fd->comm);
MPI_INT            74 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c     MPI_Bcast(&(fd->hints->cb_nodes), 1, MPI_INT, 0, fd->comm);
MPI_INT            89 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c 	MPI_Bcast(fd->hints->ranklist, fd->hints->cb_nodes, MPI_INT, 0, 
MPI_INT           184 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c     MPI_Gather(&my_procname_len, 1, MPI_INT, 
MPI_INT           185 ompi/mca/io/romio321/romio/adio/common/cb_config_list.c 	       procname_len, 1, MPI_INT, 0, dupcomm);
MPI_INT            80 ompi/mca/io/romio321/romio/adio/common/flatten.c   array_of_datatypes[1] = MPI_INT;
MPI_INT            34 ompi/mca/io/romio321/romio/adio/common/hint_fns.c 	MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm);
MPI_INT            89 ompi/mca/io/romio321/romio/adio/common/hint_fns.c 	MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm);
MPI_INT           133 ompi/mca/io/romio321/romio/adio/common/hint_fns.c 	MPI_Bcast(&tmp_val, 1, MPI_INT, 0, fd->comm);
MPI_INT          1050 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         MPI_Put(&numBytesPutThisAggRound,1, MPI_INT,targetAggsForMyData[aggIter],myrank, 1,MPI_INT,fd->io_buf_put_amounts_window);
MPI_INT           245 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 				MPI_INT,targetAggsForMyData[i],0,
MPI_INT           290 ompi/mca/io/romio321/romio/adio/common/p2p_aggregation.c 		    MPI_Isend(&dataSizeGottenThisRoundPerProc[i],1,MPI_INT,
MPI_INT            95 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c 	MPI_Bcast(&len, 1, MPI_INT, 0, fd->comm);
MPI_INT            99 ompi/mca/io/romio321/romio/adio/common/shfp_fname.c 	MPI_Bcast(&len, 1, MPI_INT, 0, fd->comm);
MPI_INT           100 ompi/mca/io/romio321/romio/adio/include/adio.h #  define ADIO_OFFSET MPI_INT
MPI_INT           174 ompi/mca/io/romio321/romio/adio/include/adioi_error.h     MPI_Allreduce(&error_code, &tmp_err, 1, MPI_INT, MPI_MAX, comm); \
MPI_INT           117 ompi/mca/io/romio321/romio/mpi-io/open.c     MPI_Allreduce(&amode, &tmp_amode, 1, MPI_INT, ADIO_same_amode, dupcomm);
MPI_INT            68 ompi/mca/io/romio321/romio/mpi-io/seek_sh.c     MPI_Bcast(&tmp_whence, 1, MPI_INT, 0, adio_fh->comm);
MPI_INT            58 ompi/mca/io/romio321/romio/mpi-io/set_atom.c     MPI_Bcast(&tmp_flag, 1, MPI_INT, 0, adio_fh->comm);
MPI_INT           129 ompi/mca/io/romio321/romio/test/aggregation1.c                     MPI_INT, MPI_SUM, 0, MPI_COMM_WORLD ) ) != MPI_SUCCESS )
MPI_INT            58 ompi/mca/io/romio321/romio/test/aggregation2.c 		MPI_INT,  &status);
MPI_INT            67 ompi/mca/io/romio321/romio/test/aggregation2.c 		MPI_INT,  &status);
MPI_INT            76 ompi/mca/io/romio321/romio/test/aggregation2.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_INT            58 ompi/mca/io/romio321/romio/test/async-multiple.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            62 ompi/mca/io/romio321/romio/test/async-multiple.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            82 ompi/mca/io/romio321/romio/test/async-multiple.c     MPI_File_set_view(fh, 0, MPI_INT, MPI_INT, "native", MPI_INFO_NULL);
MPI_INT            85 ompi/mca/io/romio321/romio/test/async-multiple.c 		buf+(nints/NR_NBOPS*i), nints/NR_NBOPS, MPI_INT, &(request[i]));
MPI_INT           103 ompi/mca/io/romio321/romio/test/async-multiple.c     MPI_File_set_view(fh, 0, MPI_INT, MPI_INT, "native", MPI_INFO_NULL);
MPI_INT           106 ompi/mca/io/romio321/romio/test/async-multiple.c 		buf+(nints/NR_NBOPS*i), nints/NR_NBOPS, MPI_INT, &(request[i]));
MPI_INT           123 ompi/mca/io/romio321/romio/test/async-multiple.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_INT            56 ompi/mca/io/romio321/romio/test/async.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            60 ompi/mca/io/romio321/romio/test/async.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            80 ompi/mca/io/romio321/romio/test/async.c     MPI_File_set_view(fh, 0, MPI_INT, MPI_INT, "native", MPI_INFO_NULL);
MPI_INT            81 ompi/mca/io/romio321/romio/test/async.c     errcode = MPI_File_iwrite(fh, buf, nints, MPI_INT, &request);
MPI_INT           101 ompi/mca/io/romio321/romio/test/async.c     MPI_File_set_view(fh, 0, MPI_INT, MPI_INT, "native", MPI_INFO_NULL);
MPI_INT           102 ompi/mca/io/romio321/romio/test/async.c     errcode = MPI_File_iread(fh, buf, nints, MPI_INT, &request);
MPI_INT           122 ompi/mca/io/romio321/romio/test/async.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_INT            49 ompi/mca/io/romio321/romio/test/atomicity.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            53 ompi/mca/io/romio321/romio/test/atomicity.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            69 ompi/mca/io/romio321/romio/test/atomicity.c 	MPI_File_write(fh, writebuf, BUFSIZE, MPI_INT, &status);
MPI_INT            96 ompi/mca/io/romio321/romio/test/atomicity.c     if (!mynod) MPI_File_write(fh, writebuf, BUFSIZE, MPI_INT, &status);
MPI_INT            98 ompi/mca/io/romio321/romio/test/atomicity.c 	err = MPI_File_read(fh, readbuf, BUFSIZE, MPI_INT, &status);
MPI_INT           130 ompi/mca/io/romio321/romio/test/atomicity.c     MPI_Type_vector(BUFSIZE, 1, 2, MPI_INT, &newtype);
MPI_INT           144 ompi/mca/io/romio321/romio/test/atomicity.c 	MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", info);
MPI_INT           145 ompi/mca/io/romio321/romio/test/atomicity.c 	MPI_File_write(fh, writebuf, BUFSIZE, MPI_INT, &status);
MPI_INT           159 ompi/mca/io/romio321/romio/test/atomicity.c     MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", info);
MPI_INT           162 ompi/mca/io/romio321/romio/test/atomicity.c     if (!mynod) MPI_File_write(fh, writebuf, BUFSIZE, MPI_INT, &status);
MPI_INT           164 ompi/mca/io/romio321/romio/test/atomicity.c 	err = MPI_File_read(fh, readbuf, BUFSIZE, MPI_INT, &status);
MPI_INT           193 ompi/mca/io/romio321/romio/test/atomicity.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_INT            67 ompi/mca/io/romio321/romio/test/big_extents.c 	CHECK( MPI_File_write_at_all(fh, tsize, &canary, 1, MPI_INT, &status));
MPI_INT            69 ompi/mca/io/romio321/romio/test/big_extents.c 	CHECK( MPI_File_write_at(fh, tsize, &canary, 1, MPI_INT, &status));
MPI_INT            72 ompi/mca/io/romio321/romio/test/big_extents.c     CHECK( MPI_File_set_view(fh, 0, MPI_INT, MPI_INT, "native", 
MPI_INT            77 ompi/mca/io/romio321/romio/test/big_extents.c 		&compare, 1, MPI_INT, &status));
MPI_INT            80 ompi/mca/io/romio321/romio/test/big_extents.c 		&compare, 1, MPI_INT, &status));
MPI_INT            85 ompi/mca/io/romio321/romio/test/big_extents.c     MPI_Allreduce(&errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD);
MPI_INT           156 ompi/mca/io/romio321/romio/test/big_extents.c     MPI_Type_indexed(count, blocks, disps, MPI_INT, &baseindex);
MPI_INT           178 ompi/mca/io/romio321/romio/test/big_extents.c 	    MPI_ORDER_C, MPI_INT, &subarray1G);
MPI_INT           183 ompi/mca/io/romio321/romio/test/big_extents.c 	    MPI_ORDER_C, MPI_INT, &subarray3G);
MPI_INT           188 ompi/mca/io/romio321/romio/test/big_extents.c 	    MPI_ORDER_C, MPI_INT, &subarray6G);
MPI_INT            54 ompi/mca/io/romio321/romio/test/coll_perf.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            58 ompi/mca/io/romio321/romio/test/coll_perf.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            84 ompi/mca/io/romio321/romio/test/coll_perf.c 			   array_of_psizes, order, MPI_INT, &newtype);
MPI_INT            96 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL);
MPI_INT            97 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_write_all(fh, buf, bufcount, MPI_INT, &status);
MPI_INT            99 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_read_all(fh, buf, bufcount, MPI_INT, &status);
MPI_INT           107 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL);
MPI_INT           111 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_write_all(fh, buf, bufcount, MPI_INT, &status);
MPI_INT           129 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL);
MPI_INT           133 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_read_all(fh, buf, bufcount, MPI_INT, &status);
MPI_INT            68 ompi/mca/io/romio321/romio/test/coll_test.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            72 ompi/mca/io/romio321/romio/test/coll_test.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            99 ompi/mca/io/romio321/romio/test/coll_test.c 			   array_of_psizes, order, MPI_INT, &newtype);
MPI_INT           112 ompi/mca/io/romio321/romio/test/coll_test.c     MPI_Send(writebuf, bufcount, MPI_INT, mynod, 10, MPI_COMM_WORLD);
MPI_INT           134 ompi/mca/io/romio321/romio/test/coll_test.c     errcode = MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", info);
MPI_INT           137 ompi/mca/io/romio321/romio/test/coll_test.c     errcode = MPI_File_write_all(fh, writebuf, bufcount, MPI_INT, &status);
MPI_INT           151 ompi/mca/io/romio321/romio/test/coll_test.c         errcode = MPI_File_read(fh, readbuf, array_size, MPI_INT, &status);
MPI_INT           174 ompi/mca/io/romio321/romio/test/coll_test.c     errcode = MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", info);
MPI_INT           176 ompi/mca/io/romio321/romio/test/coll_test.c     errcode = MPI_File_read_all(fh, readbuf, bufcount, MPI_INT, &status);
MPI_INT           189 ompi/mca/io/romio321/romio/test/coll_test.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_INT            59 ompi/mca/io/romio321/romio/test/creat_excl.c 		MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            61 ompi/mca/io/romio321/romio/test/creat_excl.c 		MPI_Bcast(&(opts->do_aggregation), 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            62 ompi/mca/io/romio321/romio/test/creat_excl.c 		MPI_Bcast(&(opts->verbose), 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            64 ompi/mca/io/romio321/romio/test/creat_excl.c 		MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            67 ompi/mca/io/romio321/romio/test/creat_excl.c 		MPI_Bcast(&(opts->do_aggregation), 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            68 ompi/mca/io/romio321/romio/test/creat_excl.c 		MPI_Bcast(&(opts->verbose), 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT           118 ompi/mca/io/romio321/romio/test/darray_read.c   MPI_Allreduce(&nerrors, &total_errors, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD);
MPI_INT            48 ompi/mca/io/romio321/romio/test/error.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            52 ompi/mca/io/romio321/romio/test/error.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            39 ompi/mca/io/romio321/romio/test/excl.c         MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            43 ompi/mca/io/romio321/romio/test/excl.c         MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            71 ompi/mca/io/romio321/romio/test/excl.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_INT            67 ompi/mca/io/romio321/romio/test/external32.c 	CHECK(MPI_File_set_view( fileh, 0, MPI_INT, MPI_INT, datarep[i], MPI_INFO_NULL ));
MPI_INT            71 ompi/mca/io/romio321/romio/test/external32.c 		    MPI_INT, MPI_STATUS_IGNORE ));
MPI_INT            98 ompi/mca/io/romio321/romio/test/file_info.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT           100 ompi/mca/io/romio321/romio/test/file_info.c 	MPI_Bcast(&verbose, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT           101 ompi/mca/io/romio321/romio/test/file_info.c 	MPI_Bcast(&test_ufs, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT           102 ompi/mca/io/romio321/romio/test/file_info.c 	MPI_Bcast(&test_bluegene, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT           105 ompi/mca/io/romio321/romio/test/file_info.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT           108 ompi/mca/io/romio321/romio/test/file_info.c 	MPI_Bcast(&verbose, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT           109 ompi/mca/io/romio321/romio/test/file_info.c 	MPI_Bcast(&test_ufs, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT           110 ompi/mca/io/romio321/romio/test/file_info.c 	MPI_Bcast(&test_bluegene, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            53 ompi/mca/io/romio321/romio/test/i_noncontig.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            57 ompi/mca/io/romio321/romio/test/i_noncontig.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            64 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_Type_vector(SIZE/2, 1, 2, MPI_INT, &typevec);
MPI_INT            89 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL);
MPI_INT           213 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL);
MPI_INT           216 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_File_iwrite(fh, buf, SIZE, MPI_INT, &req);
MPI_INT           227 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_File_iread_at(fh, 0, buf, SIZE, MPI_INT, &req);
MPI_INT           253 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_INT            53 ompi/mca/io/romio321/romio/test/large_array.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            58 ompi/mca/io/romio321/romio/test/large_array.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            95 ompi/mca/io/romio321/romio/test/large_array.c 			   array_of_psizes, order, MPI_INT, &newtype);
MPI_INT           109 ompi/mca/io/romio321/romio/test/large_array.c     MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL);
MPI_INT           110 ompi/mca/io/romio321/romio/test/large_array.c     MPI_File_write_all(fh, writebuf, bufcount, MPI_INT, &status);
MPI_INT           121 ompi/mca/io/romio321/romio/test/large_array.c     MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL);
MPI_INT           122 ompi/mca/io/romio321/romio/test/large_array.c     MPI_File_read_all(fh, readbuf, bufcount, MPI_INT, &status);
MPI_INT            52 ompi/mca/io/romio321/romio/test/noncontig.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            56 ompi/mca/io/romio321/romio/test/noncontig.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            63 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_Type_vector(SIZE/2, 1, 2, MPI_INT, &typevec);
MPI_INT           102 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", info);
MPI_INT           221 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", info);
MPI_INT           225 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_File_write(fh, buf, SIZE, MPI_INT, &status);
MPI_INT           231 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_File_read_at(fh, 0, buf, SIZE, MPI_INT, &status);
MPI_INT           252 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_INT            51 ompi/mca/io/romio321/romio/test/noncontig_coll.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            55 ompi/mca/io/romio321/romio/test/noncontig_coll.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            62 ompi/mca/io/romio321/romio/test/noncontig_coll.c     MPI_Type_vector(SIZE/2, 1, 2, MPI_INT, &typevec);
MPI_INT            87 ompi/mca/io/romio321/romio/test/noncontig_coll.c     MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL);
MPI_INT           191 ompi/mca/io/romio321/romio/test/noncontig_coll.c     MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL);
MPI_INT           194 ompi/mca/io/romio321/romio/test/noncontig_coll.c     MPI_File_write_all(fh, buf, SIZE, MPI_INT, &status);
MPI_INT           200 ompi/mca/io/romio321/romio/test/noncontig_coll.c     MPI_File_read_at_all(fh, 0, buf, SIZE, MPI_INT, &status);
MPI_INT           221 ompi/mca/io/romio321/romio/test/noncontig_coll.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_INT           115 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     MPI_Gather(&my_procname_len, 1, MPI_INT, 
MPI_INT           116 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	       procname_len, 1, MPI_INT, 0, comm);
MPI_INT           284 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT           288 ompi/mca/io/romio321/romio/test/noncontig_coll2.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT           312 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     MPI_Bcast(&cb_config_len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT           337 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     MPI_Allreduce(&errs, &sum_errs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD);
MPI_INT           377 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     MPI_Type_vector(SIZE/nprocs, 1, nprocs, MPI_INT, &typevec);
MPI_INT           403 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", info);
MPI_INT           510 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", info);
MPI_INT           513 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     errcode = MPI_File_write_all(fh, buf, SIZE, MPI_INT, &status);
MPI_INT           521 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     errcode = MPI_File_read_at_all(fh, 0, buf, SIZE, MPI_INT, &status);
MPI_INT            58 ompi/mca/io/romio321/romio/test/ordered_fp.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            62 ompi/mca/io/romio321/romio/test/ordered_fp.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            82 ompi/mca/io/romio321/romio/test/ordered_fp.c     errcode = MPI_File_write_ordered(fh, buf, COUNT, MPI_INT, &status);
MPI_INT            98 ompi/mca/io/romio321/romio/test/ordered_fp.c     errcode = MPI_File_read_ordered(fh, buf, COUNT, MPI_INT, &status);
MPI_INT           109 ompi/mca/io/romio321/romio/test/ordered_fp.c     MPI_Allreduce(&sum, &global_sum, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD);
MPI_INT           128 ompi/mca/io/romio321/romio/test/ordered_fp.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_INT            45 ompi/mca/io/romio321/romio/test/perf.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            50 ompi/mca/io/romio321/romio/test/perf.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            47 ompi/mca/io/romio321/romio/test/psimple.c 	PMPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            51 ompi/mca/io/romio321/romio/test/psimple.c 	PMPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            68 ompi/mca/io/romio321/romio/test/psimple.c     PMPI_File_write(fh, buf, nints, MPI_INT, &status);
MPI_INT            76 ompi/mca/io/romio321/romio/test/psimple.c     PMPI_File_read(fh, buf, nints, MPI_INT, &status);
MPI_INT            87 ompi/mca/io/romio321/romio/test/psimple.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_INT            53 ompi/mca/io/romio321/romio/test/shared_fp.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            57 ompi/mca/io/romio321/romio/test/shared_fp.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            75 ompi/mca/io/romio321/romio/test/shared_fp.c     errcode = MPI_File_write_shared(fh, buf, COUNT, MPI_INT, &status);
MPI_INT            89 ompi/mca/io/romio321/romio/test/shared_fp.c     errcode = MPI_File_read_shared(fh, buf, COUNT, MPI_INT, &status);
MPI_INT            99 ompi/mca/io/romio321/romio/test/shared_fp.c     MPI_Allreduce(&sum, &global_sum, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD);
MPI_INT           110 ompi/mca/io/romio321/romio/test/shared_fp.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_INT            52 ompi/mca/io/romio321/romio/test/simple.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            56 ompi/mca/io/romio321/romio/test/simple.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            75 ompi/mca/io/romio321/romio/test/simple.c     errcode = MPI_File_write(fh, buf, nints, MPI_INT, &status);
MPI_INT            88 ompi/mca/io/romio321/romio/test/simple.c     errcode = MPI_File_read(fh, buf, nints, MPI_INT, &status);
MPI_INT           103 ompi/mca/io/romio321/romio/test/simple.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_INT            55 ompi/mca/io/romio321/romio/test/split_coll.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            59 ompi/mca/io/romio321/romio/test/split_coll.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            86 ompi/mca/io/romio321/romio/test/split_coll.c 			   array_of_psizes, order, MPI_INT, &newtype);
MPI_INT            99 ompi/mca/io/romio321/romio/test/split_coll.c     MPI_Send(writebuf, bufcount, MPI_INT, mynod, 10, MPI_COMM_WORLD);
MPI_INT           119 ompi/mca/io/romio321/romio/test/split_coll.c     MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL);
MPI_INT           120 ompi/mca/io/romio321/romio/test/split_coll.c     MPI_File_write_all_begin(fh, writebuf, bufcount, MPI_INT);
MPI_INT           129 ompi/mca/io/romio321/romio/test/split_coll.c     MPI_File_set_view(fh, 0, MPI_INT, newtype, "native", MPI_INFO_NULL);
MPI_INT           130 ompi/mca/io/romio321/romio/test/split_coll.c     MPI_File_read_all_begin(fh, readbuf, bufcount, MPI_INT);
MPI_INT           143 ompi/mca/io/romio321/romio/test/split_coll.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_INT            42 ompi/mca/io/romio321/romio/test/status.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            46 ompi/mca/io/romio321/romio/test/status.c 	MPI_Bcast(&len, 1, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            61 ompi/mca/io/romio321/romio/test/status.c     MPI_File_write(fh, buf, nints, MPI_INT, &status);
MPI_INT            63 ompi/mca/io/romio321/romio/test/status.c     MPI_Get_count(&status, MPI_INT, &count);
MPI_INT            64 ompi/mca/io/romio321/romio/test/status.c     MPI_Get_elements(&status, MPI_INT, &elements);
MPI_INT            78 ompi/mca/io/romio321/romio/test/status.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_INT            57 ompi/mca/io/romio321/romio/test/types_with_zeros.c         err = MPI_File_write(fh, buf, MAXLEN, MPI_INT, &status);
MPI_INT            71 ompi/mca/io/romio321/romio/test/types_with_zeros.c         types[num] = MPI_INT;
MPI_INT            76 ompi/mca/io/romio321/romio/test/types_with_zeros.c 	    MPI_Type_indexed(num, blocklen, indices, MPI_INT, &filetype);
MPI_INT            79 ompi/mca/io/romio321/romio/test/types_with_zeros.c 	    MPI_Type_hindexed(num, blocklen, addrs, MPI_INT, &filetype);
MPI_INT            96 ompi/mca/io/romio321/romio/test/types_with_zeros.c     err = MPI_File_set_view(fh, 0, MPI_INT, filetype, "native", MPI_INFO_NULL);
MPI_INT            98 ompi/mca/io/romio321/romio/test/types_with_zeros.c     err = MPI_File_write_all(fh, buf, buflen, MPI_INT, &status);
MPI_INT           108 ompi/mca/io/romio321/romio/test/types_with_zeros.c         err = MPI_File_read(fh,buf, MAXLEN, MPI_INT, &status);
MPI_INT           110 ompi/mca/osc/portals4/osc_portals4_comm.c     } else if (MPI_INT == base_dt) {
MPI_INT           448 ompi/mca/osc/portals4/osc_portals4_component.c     ret = module->comm->c_coll->coll_bcast(&tmp, 1, MPI_INT, 0,
MPI_INT           458 ompi/mca/osc/portals4/osc_portals4_component.c     ret = module->comm->c_coll->coll_allreduce(MPI_IN_PLACE, &tmp, 1, MPI_INT, MPI_LAND,
MPI_INT           467 ompi/mca/osc/portals4/osc_portals4_component.c         ret = module->comm->c_coll->coll_allgather(&disp_unit, 1, MPI_INT,
MPI_INT           468 ompi/mca/osc/portals4/osc_portals4_component.c                                                   module->disp_units, 1, MPI_INT,
MPI_INT           998 ompi/mca/osc/rdma/osc_rdma_component.c     ret = module->comm->c_coll->coll_allreduce (&ret, &global_result, 1, MPI_INT, MPI_MIN, module->comm,
MPI_INT          1046 ompi/mca/osc/rdma/osc_rdma_component.c         ret = module->shared_comm->c_coll->coll_bcast (values, 2, MPI_INT, 0, module->shared_comm,
MPI_INT           364 ompi/mca/osc/sm/osc_sm_component.c     ret = module->comm->c_coll->coll_allgather(&disp_unit, 1, MPI_INT,
MPI_INT           365 ompi/mca/osc/sm/osc_sm_component.c                                               module->disp_units, 1, MPI_INT,
MPI_INT           163 ompi/mca/osc/ucx/osc_ucx_component.c     ret = comm->c_coll->coll_allgather(&my_info_len, 1, MPI_INT,
MPI_INT           164 ompi/mca/osc/ucx/osc_ucx_component.c                                        lens, 1, MPI_INT, comm,
MPI_INT           298 ompi/mca/osc/ucx/osc_ucx_component.c         ret = module->comm->c_coll->coll_allgather(&disp_unit, 1, MPI_INT,
MPI_INT           299 ompi/mca/osc/ucx/osc_ucx_component.c                                                    module->disp_units, 1, MPI_INT,
MPI_INT            91 ompi/mca/sharedfp/individual/sharedfp_individual_collaborate_data.c                                                      MPI_INT,
MPI_INT            94 ompi/mca/sharedfp/individual/sharedfp_individual_collaborate_data.c                                                      MPI_INT, 
MPI_INT            97 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_file_open.c     err = comm->c_coll->coll_bcast (&int_pid, 1, MPI_INT, 0, comm, comm->c_coll->coll_bcast_module );
MPI_INT           120 ompi/mca/sharedfp/sm/sharedfp_sm_file_open.c     err = comm->c_coll->coll_bcast (&int_pid, 1, MPI_INT, 0, comm, comm->c_coll->coll_bcast_module );
MPI_INT            67 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c     if (OMPI_SUCCESS != (err = comm_old->c_coll->coll_allreduce(&local_oversub, &oversubscribed, 1, MPI_INT,
MPI_INT           358 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c             if (OMPI_SUCCESS != ( err = MCA_PML_CALL(irecv(&localrank_to_objnum[i], 1, MPI_INT,
MPI_INT           371 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         if (OMPI_SUCCESS != (err = MCA_PML_CALL(send(&obj_rank, 1, MPI_INT, lindex_to_grank[0],
MPI_INT           437 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                         if (OMPI_SUCCESS != ( err = MCA_PML_CALL(irecv(objs_per_node + i, 1, MPI_INT,
MPI_INT           459 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                         if (OMPI_SUCCESS != ( err = MCA_PML_CALL(irecv(obj_mapping + displ, objs_per_node[i], MPI_INT,
MPI_INT           488 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                     if (OMPI_SUCCESS != (err = MCA_PML_CALL(send(&num_objs_in_node, 1, MPI_INT,
MPI_INT           493 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                     if (OMPI_SUCCESS != (err = MCA_PML_CALL(send(obj_to_rank_in_comm, num_objs_in_node, MPI_INT,
MPI_INT           519 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                     if (OMPI_SUCCESS != (err = MCA_PML_CALL(send(hierarchies,(TM_MAX_LEVELS+1), MPI_INT, 0,
MPI_INT           526 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                         if (OMPI_SUCCESS != ( err = MCA_PML_CALL(irecv(hierarchies+i*(TM_MAX_LEVELS+1), (TM_MAX_LEVELS+1), MPI_INT,
MPI_INT           688 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         if (OMPI_SUCCESS != (err = comm_old->c_coll->coll_scatter(k, 1, MPI_INT,
MPI_INT           689 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                                                                   &newrank, 1, MPI_INT,
MPI_INT           721 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         if (OMPI_SUCCESS != (err = localcomm->c_coll->coll_allgather(&rank, 1, MPI_INT,
MPI_INT           722 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                                                                      lrank_to_grank, 1, MPI_INT,
MPI_INT           898 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c         if (OMPI_SUCCESS != (err = localcomm->c_coll->coll_scatter(k, 1, MPI_INT,
MPI_INT           899 ompi/mca/topo/treematch/topo_treematch_dist_graph_create.c                                                                    &newrank, 1, MPI_INT,
MPI_INT           116 ompi/mpi/c/intercomm_create.c         rc = MCA_PML_CALL(irecv(&rsize, 1, MPI_INT, rleader, tag, bridge_comm,
MPI_INT           121 ompi/mpi/c/intercomm_create.c         rc = MCA_PML_CALL(send (&local_size, 1, MPI_INT, rleader, tag,
MPI_INT           133 ompi/mpi/c/intercomm_create.c     rc = local_comm->c_coll->coll_bcast ( &rsize, 1, MPI_INT, lleader,
MPI_INT            59 ompi/mpi/cxx/mpicxx.cc const Datatype INT(MPI_INT);
MPI_INT            32 ompi/mpi/tool/mpit_common.c     [MCA_BASE_VAR_TYPE_INT] = MPI_INT,
MPI_INT            81 ompi/mpiext/cr/c/checkpoint.c     MPI_Bcast(&state, 1, MPI_INT, 0, comm);
MPI_INT            82 ompi/mpiext/cr/c/checkpoint.c     MPI_Bcast(seq,    1, MPI_INT, 0, comm);
MPI_INT            93 ompi/mpiext/cr/c/migrate.c     MPI_Gather(&my_vpid, 1, MPI_INT,
MPI_INT            94 ompi/mpiext/cr/c/migrate.c                (datum->mig_vpids), 1, MPI_INT, 0, comm);
MPI_INT            97 ompi/mpiext/cr/c/migrate.c     MPI_Gather(&my_vpid, 1, MPI_INT,
MPI_INT            98 ompi/mpiext/cr/c/migrate.c                (datum->mig_vpid_pref), 1, MPI_INT, 0, comm);
MPI_INT            99 ompi/mpiext/cr/c/migrate.c     MPI_Gather(&my_off_node, 1, MPI_INT,
MPI_INT           100 ompi/mpiext/cr/c/migrate.c                (datum->mig_off_node), 1, MPI_INT, 0, comm);
MPI_INT           171 ompi/util/timings.h                 MPI_INT, MPI_SUM, 0, MPI_COMM_WORLD);                             \
MPI_INT            46 orte/test/mpi/add_host.c             MPI_Send(&msg, 1, MPI_INT, 0, 1, child);
MPI_INT            61 orte/test/mpi/add_host.c             MPI_Send(&msg, 1, MPI_INT, 0, 1, child);
MPI_INT            73 orte/test/mpi/add_host.c             MPI_Recv(&msg, 1, MPI_INT, 0, 1, parent, MPI_STATUS_IGNORE);
MPI_INT            19 orte/test/mpi/badcoll.c         MPI_Bcast(buffer, count, MPI_INT, 0, MPI_COMM_WORLD);
MPI_INT            46 orte/test/mpi/concurrent_spawn.c                 MPI_Send(&i, 1, MPI_INT, 0, 1, children[i]);
MPI_INT            69 orte/test/mpi/concurrent_spawn.c             MPI_Recv(&msg, 1, MPI_INT, 0, 1, parent, MPI_STATUS_IGNORE);
MPI_INT           221 orte/test/mpi/crisscross.c  mpierr = MPI_Reduce(&xfers, &sum_xfers, 1, MPI_INT, MPI_SUM, 0, MPI_COMM_WORLD);
MPI_INT            59 orte/test/mpi/info_spawn.c             MPI_Send(&msg, 1, MPI_INT, 0, 1, child);
MPI_INT            72 orte/test/mpi/info_spawn.c             MPI_Recv(&msg, 1, MPI_INT, 0, 1, parent, MPI_STATUS_IGNORE);
MPI_INT            77 orte/test/mpi/no-disconnect.c             nice_send(&buf, 1, MPI_INT, me - jump, 343, comm);
MPI_INT            80 orte/test/mpi/no-disconnect.c             nice_recv(&buf, 1, MPI_INT, me + jump, 343, comm, MPI_STATUS_IGNORE);
MPI_INT            86 orte/test/mpi/no-disconnect.c         nice_recv(&buf, 1, MPI_INT, me - jump, 344, comm, MPI_STATUS_IGNORE);
MPI_INT            91 orte/test/mpi/no-disconnect.c             nice_send(&buf, 1, MPI_INT, me + jump, 344, comm);
MPI_INT           153 orte/test/mpi/parallel_r64.c   MPI_Type_create_darray(npes, rank, D, gsize, distrib, dargs, psize, MPI_ORDER_FORTRAN, MPI_INT, &filetype);
MPI_INT           161 orte/test/mpi/parallel_r64.c   MPI_File_set_view(thefile, offset, MPI_INT, filetype, "native", MPI_INFO_NULL);
MPI_INT           166 orte/test/mpi/parallel_r64.c      MPI_File_read_all(thefile, buf, ng, MPI_INT, &status);
MPI_INT           153 orte/test/mpi/parallel_r8.c   MPI_Type_create_darray(npes, rank, D, gsize, distrib, dargs, psize, MPI_ORDER_FORTRAN, MPI_INT, &filetype);
MPI_INT           161 orte/test/mpi/parallel_r8.c   MPI_File_set_view(thefile, offset, MPI_INT, filetype, "native", MPI_INFO_NULL);
MPI_INT           166 orte/test/mpi/parallel_r8.c      MPI_File_read_all(thefile, buf, ng, MPI_INT, &status);
MPI_INT           158 orte/test/mpi/parallel_w64.c   MPI_Type_create_darray(npes, rank, D, gsize, distrib, dargs, psize, MPI_ORDER_FORTRAN, MPI_INT, &filetype);
MPI_INT           169 orte/test/mpi/parallel_w64.c   MPI_File_set_view(thefile, offset, MPI_INT, filetype, "native", MPI_INFO_NULL);
MPI_INT           174 orte/test/mpi/parallel_w64.c      MPI_File_write_all(thefile, buf, ng, MPI_INT, &status);
MPI_INT           157 orte/test/mpi/parallel_w8.c     MPI_Type_create_darray(npes, rank, D, gsize, distrib, dargs, psize, MPI_ORDER_FORTRAN, MPI_INT, &filetype);
MPI_INT           168 orte/test/mpi/parallel_w8.c     MPI_File_set_view(thefile, offset, MPI_INT, filetype, "native", MPI_INFO_NULL);
MPI_INT           173 orte/test/mpi/parallel_w8.c         MPI_File_write_all(thefile, buf, ng, MPI_INT, &status);
MPI_INT            26 orte/test/mpi/reduce-hang.c         MPI_Reduce(&i, &j, 1, MPI_INT, MPI_SUM, 0, MPI_COMM_WORLD);
MPI_INT            35 orte/test/mpi/ring.c         MPI_Send(send_array, array_size, MPI_INT, next, tag,
MPI_INT            41 orte/test/mpi/ring.c         MPI_Recv(recv_array, array_size, MPI_INT, prev, tag,
MPI_INT            47 orte/test/mpi/ring.c         MPI_Send(send_array, array_size, MPI_INT, next, tag, MPI_COMM_WORLD);
MPI_INT            54 orte/test/mpi/ring.c         MPI_Recv(recv_array, array_size, MPI_INT, prev, tag,
MPI_INT            43 orte/test/mpi/simple_spawn.c             MPI_Send(&msg, 1, MPI_INT, 0, 1, child);
MPI_INT            55 orte/test/mpi/simple_spawn.c             MPI_Recv(&msg, 1, MPI_INT, 0, 1, parent, MPI_STATUS_IGNORE);
MPI_INT            27 orte/test/mpi/slave.c     MPI_Recv(&msg, 1, MPI_INT, 0, 1, parent, MPI_STATUS_IGNORE);
MPI_INT            43 orte/test/mpi/spawn_multiple.c             MPI_Send(&msg, 1, MPI_INT, 0, 1, child);
MPI_INT            44 orte/test/mpi/spawn_multiple.c             MPI_Send(&msg, 1, MPI_INT, 1, 1, child);
MPI_INT            56 orte/test/mpi/spawn_multiple.c         MPI_Recv(&msg, 1, MPI_INT, 0, 1, parent, MPI_STATUS_IGNORE);
MPI_INT            35 orte/test/mpi/spawn_tree.c         MPI_Recv(&rank, 1, MPI_INT, 0, 0, parent, MPI_STATUS_IGNORE);
MPI_INT            51 orte/test/mpi/spawn_tree.c         MPI_Send(&child_rank, 1, MPI_INT, 0, 0, intercomm1);
MPI_INT            61 orte/test/mpi/spawn_tree.c         MPI_Send(&child_rank, 1, MPI_INT, 0, 0, intercomm2);
MPI_INT           168 orte/test/mpi/xlib.c         MPI_Send(send_array, array_size, MPI_INT, next, tag,
MPI_INT           192 orte/test/mpi/xlib.c         MPI_Recv(recv_array, array_size, MPI_INT, prev, tag,
MPI_INT           198 orte/test/mpi/xlib.c         MPI_Send(send_array, array_size, MPI_INT, next, tag, MPI_COMM_WORLD);
MPI_INT           205 orte/test/mpi/xlib.c         MPI_Recv(recv_array, array_size, MPI_INT, prev, tag,
MPI_INT            94 orte/test/mpi/ziaprobe.c         MPI_Recv(&msg, 1, MPI_INT, my_twin, 1, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
MPI_INT            98 orte/test/mpi/ziaprobe.c         MPI_Send(&msg, 1, MPI_INT, my_twin, 1, MPI_COMM_WORLD);
MPI_INT           115 orte/test/mpi/ziaprobe.c         MPI_Send(&msg, 1, MPI_INT, my_twin, 1, MPI_COMM_WORLD);
MPI_INT           121 orte/test/mpi/ziaprobe.c             MPI_Recv(&msg, 1, MPI_INT, my_twin, 1, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
MPI_INT           130 orte/test/mpi/ziaprobe.c         MPI_Recv(&msg, 1, MPI_INT, my_twin, 1, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
MPI_INT            49 test/datatype/checksum.c     ompi_datatype_create_vector( SIZE, 1, 2, MPI_INT, &sparse );
MPI_INT           208 test/datatype/position_noncontig.c     ompi_datatype_create_vector(NELT/2, 1, 2, MPI_INT, &datatype);
MPI_INT           119 test/datatype/to_self.c     MPI_Datatype types[2] = { MPI_INT, MPI_FLOAT };
MPI_INT           136 test/datatype/to_self.c     types[0] = MPI_INT;
MPI_INT           393 test/datatype/to_self.c             do_test_for_ddt( MPI_INT, MPI_INT, length );
MPI_INT           154 test/datatype/unpack_ooo.c     rc = ompi_datatype_create_vector(2, 1, 2, MPI_INT, &t1);
MPI_INT            49 test/memchecker/irecv_init_check.c     MPI_Isend (&send_value, 9, MPI_INT,
MPI_INT            51 test/memchecker/irecv_init_check.c     MPI_Irecv (&recv_value, 10, MPI_INT,
MPI_INT            49 test/memchecker/irecv_uninit_check.c     MPI_Isend (&send_value, 9, MPI_INT,
MPI_INT            51 test/memchecker/irecv_uninit_check.c     MPI_Irecv (&recv_value, 10, MPI_INT,
MPI_INT            36 test/memchecker/non_blocking_recv_test.c     MPI_Isend (&send_value, 1, MPI_INT,
MPI_INT            38 test/memchecker/non_blocking_recv_test.c     MPI_Irecv (&recv_value, 1, MPI_INT,
MPI_INT            36 test/memchecker/non_blocking_send_test.c     MPI_Isend (&send_value, 1, MPI_INT,
MPI_INT            38 test/memchecker/non_blocking_send_test.c     MPI_Irecv (&recv_value, 1, MPI_INT,
MPI_INT           404 test/monitoring/check_monitoring.c         MPI_Allreduce(&world_rank, &sum_ranks, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD);
MPI_INT           446 test/monitoring/check_monitoring.c         MPI_Reduce(&world_rank, &sum_ranks, 1, MPI_INT, MPI_SUM, n, MPI_COMM_WORLD);
MPI_INT            73 test/monitoring/example_reduce_count.c         MPI_Isend(&n,1,MPI_INT,to,tagno,MPI_COMM_WORLD,&request);
MPI_INT            76 test/monitoring/example_reduce_count.c         MPI_Irecv(&n, 1, MPI_INT, from, tagno, MPI_COMM_WORLD, &request);
MPI_INT            79 test/monitoring/example_reduce_count.c         MPI_Isend(&n, 1, MPI_INT, to, tagno, MPI_COMM_WORLD, &request);
MPI_INT           141 test/monitoring/monitoring_test.c         MPI_Send(&n,1,MPI_INT,to,tagno,MPI_COMM_WORLD);
MPI_INT           144 test/monitoring/monitoring_test.c         MPI_Recv(&n, 1, MPI_INT, from, tagno, MPI_COMM_WORLD, MPI_STATUS_IGNORE);
MPI_INT           146 test/monitoring/monitoring_test.c         MPI_Send(&n, 1, MPI_INT, to, tagno, MPI_COMM_WORLD);
MPI_INT           207 test/monitoring/monitoring_test.c                 MPI_Send(&n, 1, MPI_INT, to, tagno, newcomm);
MPI_INT           210 test/monitoring/monitoring_test.c                 MPI_Recv(&n, 1, MPI_INT, from, tagno, newcomm, MPI_STATUS_IGNORE);
MPI_INT           212 test/monitoring/monitoring_test.c                 MPI_Send(&n, 1, MPI_INT, to, tagno, newcomm);
MPI_INT           225 test/monitoring/monitoring_test.c         MPI_Alltoall(send_buff, 10240/size, MPI_INT, recv_buff, 10240/size, MPI_INT, newcomm);
MPI_INT           285 test/monitoring/monitoring_test.c         MPI_Get(rs_buff, 10240, MPI_INT, from, 0, 10240, MPI_INT, win);
MPI_INT           287 test/monitoring/monitoring_test.c         MPI_Put(rs_buff, 10240, MPI_INT, to, 0, 10240, MPI_INT, win);
MPI_INT           315 test/monitoring/monitoring_test.c         MPI_Put(rs_buff, 10240, MPI_INT, to, 0, 10240, MPI_INT, win);
MPI_INT           326 test/monitoring/monitoring_test.c       MPI_Put(rs_buff, 10240, MPI_INT, to, 0, 10240, MPI_INT, win);
MPI_INT           150 test/monitoring/test_pvar_access.c         MPI_Isend(&n,1,MPI_INT,to,tagno,MPI_COMM_WORLD,&request);
MPI_INT           153 test/monitoring/test_pvar_access.c         MPI_Irecv(&n, 1, MPI_INT, from, tagno, MPI_COMM_WORLD, &request);
MPI_INT           156 test/monitoring/test_pvar_access.c         MPI_Isend(&n, 1, MPI_INT, to, tagno, MPI_COMM_WORLD, &request);
MPI_INT           245 test/monitoring/test_pvar_access.c                 MPI_Send(&n, 1, MPI_INT, to, tagno, newcomm);
MPI_INT           248 test/monitoring/test_pvar_access.c                 MPI_Recv(&n, 1, MPI_INT, from, tagno, newcomm, &status);
MPI_INT           250 test/monitoring/test_pvar_access.c                 MPI_Send(&n, 1, MPI_INT, to, tagno, newcomm);
MPI_INT           262 test/monitoring/test_pvar_access.c         MPI_Alltoall(send_buff, 10240/size, MPI_INT, recv_buff, 10240/size, MPI_INT, newcomm);