MPI_Allreduce     200 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c         MPI_Allreduce( gpfs_offsets0, gpfs_offsets, nprocs*3, ADIO_OFFSET, MPI_MAX, fd->comm );
MPI_Allreduce     217 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	MPI_Allreduce( gpfs_offsets0, gpfs_offsets, nprocs*2, ADIO_OFFSET, MPI_MAX, fd->comm );
MPI_Allreduce     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_Allreduce     202 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c         MPI_Allreduce( gpfs_offsets0, gpfs_offsets, nprocs*3, ADIO_OFFSET, MPI_MAX, fd->comm );
MPI_Allreduce     219 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c         MPI_Allreduce( gpfs_offsets0, gpfs_offsets, nprocs*2, ADIO_OFFSET, MPI_MAX, fd->comm );
MPI_Allreduce     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_Allreduce     711 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     MPI_Allreduce(&ntimes, &max_ntimes, 1, MPI_INT, MPI_MAX,
MPI_Allreduce     309 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c     MPI_Allreduce(&req_size, &total_req_size, 1, MPI_LONG_LONG_INT, MPI_SUM,
MPI_Allreduce     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_Allreduce     225 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	MPI_Allreduce(&tmp_error, error_code, 1, MPI_INT,
MPI_Allreduce     355 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c     MPI_Allreduce(&end_loc, &max_end_loc, 1, MPI_LONG_LONG_INT, MPI_MAX, fd->comm);
MPI_Allreduce     359 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c     MPI_Allreduce(&st_loc, &min_st_loc, 1, MPI_LONG_LONG_INT, MPI_MIN, fd->comm);
MPI_Allreduce     665 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c 	    MPI_Allreduce(&myerrcode, &max_code, 1, MPI_INT, MPI_MAX, comm);
MPI_Allreduce     671 ompi/mca/io/romio321/romio/adio/common/ad_fstype.c 	    MPI_Allreduce(&file_system, &min_code, 1, MPI_INT,
MPI_Allreduce     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_Allreduce     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_Allreduce     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_Allreduce     237 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	    MPI_Allreduce(&tmp_error, error_code, 1, MPI_INT, 
MPI_Allreduce     366 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c     MPI_Allreduce(&ntimes, &max_ntimes, 1, MPI_INT, MPI_MAX,
MPI_Allreduce     174 ompi/mca/io/romio321/romio/adio/include/adioi_error.h     MPI_Allreduce(&error_code, &tmp_err, 1, MPI_INT, MPI_MAX, comm); \
MPI_Allreduce     117 ompi/mca/io/romio321/romio/mpi-io/open.c     MPI_Allreduce(&amode, &tmp_amode, 1, MPI_INT, ADIO_same_amode, dupcomm);
MPI_Allreduce      67 ompi/mca/io/romio321/romio/mpi-io/prealloc.c     MPI_Allreduce(&tmp_sz, &max_sz, 1, ADIO_OFFSET, MPI_MAX, adio_fh->comm);
MPI_Allreduce      68 ompi/mca/io/romio321/romio/mpi-io/prealloc.c     MPI_Allreduce(&tmp_sz, &min_sz, 1, ADIO_OFFSET, MPI_MIN, adio_fh->comm);
MPI_Allreduce      70 ompi/mca/io/romio321/romio/mpi-io/set_size.c     MPI_Allreduce(&tmp_sz, &max_sz, 1, ADIO_OFFSET, MPI_MAX, adio_fh->comm);
MPI_Allreduce      71 ompi/mca/io/romio321/romio/mpi-io/set_size.c     MPI_Allreduce(&tmp_sz, &min_sz, 1, ADIO_OFFSET, MPI_MIN, adio_fh->comm);
MPI_Allreduce      76 ompi/mca/io/romio321/romio/test/aggregation2.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_Allreduce     123 ompi/mca/io/romio321/romio/test/async-multiple.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_Allreduce     122 ompi/mca/io/romio321/romio/test/async.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_Allreduce     193 ompi/mca/io/romio321/romio/test/atomicity.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_Allreduce      85 ompi/mca/io/romio321/romio/test/big_extents.c     MPI_Allreduce(&errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD);
MPI_Allreduce     115 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_Allreduce(&write_tim, &new_write_tim, 1, MPI_DOUBLE, MPI_MAX,
MPI_Allreduce     137 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_Allreduce(&read_tim, &new_read_tim, 1, MPI_DOUBLE, MPI_MAX,
MPI_Allreduce     189 ompi/mca/io/romio321/romio/test/coll_test.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_Allreduce     118 ompi/mca/io/romio321/romio/test/darray_read.c   MPI_Allreduce(&nerrors, &total_errors, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD);
MPI_Allreduce      71 ompi/mca/io/romio321/romio/test/excl.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_Allreduce     253 ompi/mca/io/romio321/romio/test/i_noncontig.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_Allreduce     252 ompi/mca/io/romio321/romio/test/noncontig.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_Allreduce     221 ompi/mca/io/romio321/romio/test/noncontig_coll.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_Allreduce     337 ompi/mca/io/romio321/romio/test/noncontig_coll2.c     MPI_Allreduce(&errs, &sum_errs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD);
MPI_Allreduce     109 ompi/mca/io/romio321/romio/test/ordered_fp.c     MPI_Allreduce(&sum, &global_sum, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD);
MPI_Allreduce     114 ompi/mca/io/romio321/romio/test/ordered_fp.c     MPI_Allreduce(&wr_time, &wr_sumtime, 1, 
MPI_Allreduce     116 ompi/mca/io/romio321/romio/test/ordered_fp.c     MPI_Allreduce(&rd_time, &rd_sumtime, 1, 
MPI_Allreduce     128 ompi/mca/io/romio321/romio/test/ordered_fp.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_Allreduce      83 ompi/mca/io/romio321/romio/test/perf.c 	MPI_Allreduce(&write_tim, &new_write_tim, 1, MPI_DOUBLE, MPI_MAX,
MPI_Allreduce      85 ompi/mca/io/romio321/romio/test/perf.c 	MPI_Allreduce(&read_tim, &new_read_tim, 1, MPI_DOUBLE, MPI_MAX,
MPI_Allreduce     135 ompi/mca/io/romio321/romio/test/perf.c 	MPI_Allreduce(&write_tim, &new_write_tim, 1, MPI_DOUBLE, MPI_MAX,
MPI_Allreduce     137 ompi/mca/io/romio321/romio/test/perf.c 	MPI_Allreduce(&read_tim, &new_read_tim, 1, MPI_DOUBLE, MPI_MAX,
MPI_Allreduce      87 ompi/mca/io/romio321/romio/test/psimple.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_Allreduce      99 ompi/mca/io/romio321/romio/test/shared_fp.c     MPI_Allreduce(&sum, &global_sum, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD);
MPI_Allreduce     110 ompi/mca/io/romio321/romio/test/shared_fp.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_Allreduce     103 ompi/mca/io/romio321/romio/test/simple.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_Allreduce     143 ompi/mca/io/romio321/romio/test/split_coll.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_Allreduce      78 ompi/mca/io/romio321/romio/test/status.c     MPI_Allreduce( &errs, &toterrs, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD );
MPI_Allreduce     453 ompi/mpi/cxx/comm_inln.h     (void)MPI_Allreduce (const_cast<void *>(sendbuf), recvbuf, count, datatype,  op, mpi_comm);
MPI_Allreduce      97 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Allreduce, mpi_allreduce, MPI_ALLREDUCE, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr));
MPI_Allreduce    2042 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Allreduce(sPtr, rPtr, count, type, op, comm);
MPI_Allreduce     404 test/monitoring/check_monitoring.c         MPI_Allreduce(&world_rank, &sum_ranks, 1, MPI_INT, MPI_SUM, MPI_COMM_WORLD);
MPI_Allreduce      94 test/monitoring/example_reduce_count.c     MPI_Allreduce(MPI_IN_PLACE, counts, count, MPI_UNSIGNED_LONG, MPI_MAX, MPI_COMM_WORLD);