rd_buf            172 ompi/mca/io/romio321/romio/test/hindexed.c         char *rd_buf = (char*) calloc(num_io*global_array_size,1);
rd_buf            174 ompi/mca/io/romio321/romio/test/hindexed.c         MPI_File_read(fh, rd_buf, num_io*global_array_size, MPI_CHAR, &status);
rd_buf            187 ompi/mca/io/romio321/romio/test/hindexed.c         ptr = rd_buf;
rd_buf            204 ompi/mca/io/romio321/romio/test/hindexed.c 	ptr = rd_buf;
rd_buf            215 ompi/mca/io/romio321/romio/test/hindexed.c         free(rd_buf);