bufcount           82 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c extern void ADIOI_Calc_my_off_len(ADIO_File fd, int bufcount, MPI_Datatype
bufcount          277 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c void ADIOI_Calc_my_off_len(ADIO_File fd, int bufcount, MPI_Datatype
bufcount          341 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	len_list[0] = (ADIO_Offset)bufcount * (ADIO_Offset)buftype_size;
bufcount          423 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	bufsize = (ADIO_Offset)buftype_size * (ADIO_Offset)bufcount;
bufcount          469 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_Calc_my_off_len(ADIO_File fd, int bufcount, MPI_Datatype
bufcount           26 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_Count bufcount;
bufcount           87 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_Type_size_x(newtype, &bufcount);
bufcount           88 ompi/mca/io/romio321/romio/test/coll_perf.c     bufcount = bufcount/sizeof(int);
bufcount           89 ompi/mca/io/romio321/romio/test/coll_perf.c     buf = (int *) malloc(bufcount * sizeof(int));
bufcount           97 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_write_all(fh, buf, bufcount, MPI_INT, &status);
bufcount           99 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_read_all(fh, buf, bufcount, MPI_INT, &status);
bufcount          111 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_write_all(fh, buf, bufcount, MPI_INT, &status);
bufcount          133 ompi/mca/io/romio321/romio/test/coll_perf.c     MPI_File_read_all(fh, buf, bufcount, MPI_INT, &status);
bufcount           39 ompi/mca/io/romio321/romio/test/coll_test.c     MPI_Count bufcount;
bufcount          104 ompi/mca/io/romio321/romio/test/coll_test.c     MPI_Type_size_x(newtype, &bufcount);
bufcount          105 ompi/mca/io/romio321/romio/test/coll_test.c     bufcount = bufcount/sizeof(int);
bufcount          106 ompi/mca/io/romio321/romio/test/coll_test.c     writebuf = (int *) malloc(bufcount * sizeof(int));
bufcount          107 ompi/mca/io/romio321/romio/test/coll_test.c     for (i=0; i<bufcount; i++) writebuf[i] = 1;
bufcount          112 ompi/mca/io/romio321/romio/test/coll_test.c     MPI_Send(writebuf, bufcount, MPI_INT, mynod, 10, MPI_COMM_WORLD);
bufcount          123 ompi/mca/io/romio321/romio/test/coll_test.c     if (j != bufcount) {
bufcount          137 ompi/mca/io/romio321/romio/test/coll_test.c     errcode = MPI_File_write_all(fh, writebuf, bufcount, MPI_INT, &status);
bufcount          169 ompi/mca/io/romio321/romio/test/coll_test.c     readbuf = (int *) malloc(bufcount * sizeof(int));
bufcount          176 ompi/mca/io/romio321/romio/test/coll_test.c     errcode = MPI_File_read_all(fh, readbuf, bufcount, MPI_INT, &status);
bufcount          182 ompi/mca/io/romio321/romio/test/coll_test.c     for (i=0; i<bufcount; i++) {
bufcount           27 ompi/mca/io/romio321/romio/test/large_array.c     MPI_Count bufcount;
bufcount          100 ompi/mca/io/romio321/romio/test/large_array.c     MPI_Type_size_x(newtype, &bufcount);
bufcount          101 ompi/mca/io/romio321/romio/test/large_array.c     bufcount = bufcount/sizeof(int);
bufcount          102 ompi/mca/io/romio321/romio/test/large_array.c     writebuf = (int *) malloc(bufcount * sizeof(int));
bufcount          104 ompi/mca/io/romio321/romio/test/large_array.c     for (i=0; i<bufcount; i++) writebuf[i] = mynod*1024 + i;
bufcount          110 ompi/mca/io/romio321/romio/test/large_array.c     MPI_File_write_all(fh, writebuf, bufcount, MPI_INT, &status);
bufcount          116 ompi/mca/io/romio321/romio/test/large_array.c     readbuf = (int *) calloc(bufcount, sizeof(int));
bufcount          122 ompi/mca/io/romio321/romio/test/large_array.c     MPI_File_read_all(fh, readbuf, bufcount, MPI_INT, &status);
bufcount          127 ompi/mca/io/romio321/romio/test/large_array.c     for (i=0; i<bufcount; i++) 
bufcount           28 ompi/mca/io/romio321/romio/test/split_coll.c     MPI_Count bufcount;
bufcount           91 ompi/mca/io/romio321/romio/test/split_coll.c     MPI_Type_size_x(newtype, &bufcount);
bufcount           92 ompi/mca/io/romio321/romio/test/split_coll.c     bufcount = bufcount/sizeof(int);
bufcount           93 ompi/mca/io/romio321/romio/test/split_coll.c     writebuf = (int *) malloc(bufcount * sizeof(int));
bufcount           94 ompi/mca/io/romio321/romio/test/split_coll.c     for (i=0; i<bufcount; i++) writebuf[i] = 1;
bufcount           99 ompi/mca/io/romio321/romio/test/split_coll.c     MPI_Send(writebuf, bufcount, MPI_INT, mynod, 10, MPI_COMM_WORLD);
bufcount          110 ompi/mca/io/romio321/romio/test/split_coll.c     if (j != bufcount) {
bufcount          120 ompi/mca/io/romio321/romio/test/split_coll.c     MPI_File_write_all_begin(fh, writebuf, bufcount, MPI_INT);
bufcount          126 ompi/mca/io/romio321/romio/test/split_coll.c     readbuf = (int *) malloc(bufcount * sizeof(int));
bufcount          130 ompi/mca/io/romio321/romio/test/split_coll.c     MPI_File_read_all_begin(fh, readbuf, bufcount, MPI_INT);
bufcount          135 ompi/mca/io/romio321/romio/test/split_coll.c     for (i=0; i<bufcount; i++) {