total_bytes 60 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c MPI_Aint total_bytes = 0; /* total bytes to be read */ total_bytes 192 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c total_bytes += total_bytes_per_process[i]; total_bytes 342 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c cycles = ceil((double)total_bytes/bytes_per_cycle); total_bytes 471 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c bytes_to_read_in_cycle = total_bytes - bytes_per_cycle*index; total_bytes 61 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c MPI_Aint total_bytes = 0; /* total bytes to be written */ total_bytes 197 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c total_bytes += total_bytes_per_process[i]; total_bytes 366 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c cycles = ceil((double)total_bytes/bytes_per_cycle); total_bytes 478 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c bytes_to_write_in_cycle = total_bytes - bytes_per_cycle*index; total_bytes 60 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c MPI_Aint total_bytes = 0; /* total bytes to be read */ total_bytes 192 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c total_bytes += total_bytes_per_process[i]; total_bytes 342 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c cycles = ceil((double)total_bytes/bytes_per_cycle); total_bytes 471 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c bytes_to_read_in_cycle = total_bytes - bytes_per_cycle*index; total_bytes 53 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c MPI_Aint **displs_per_process, total_bytes, bytes_per_cycle, total_bytes_written; total_bytes 366 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c aggr_data[i]->total_bytes = broken_total_lengths[i]; total_bytes 826 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c int local_cycles= ceil((double)data->total_bytes / data->bytes_per_cycle); total_bytes 831 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c data->bytes_to_write_in_cycle = data->total_bytes - data->bytes_per_cycle*index ; total_bytes 156 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c size_t max_data = 0, total_bytes = 0; total_bytes 290 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c total_bytes = (size_t) long_total_bytes; total_bytes 292 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c if ( 0 == total_bytes ) { total_bytes 362 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c fh->f_rank,total_bytes, local_count); total_bytes 59 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c MPI_Aint total_bytes = 0; /* total bytes to be read */ total_bytes 192 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c total_bytes += total_bytes_per_process[i]; total_bytes 342 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c cycles = ceil((double)total_bytes/bytes_per_cycle); total_bytes 471 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c bytes_to_read_in_cycle = total_bytes - bytes_per_cycle*index; total_bytes 52 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c MPI_Aint **displs_per_process, total_bytes, bytes_per_cycle, total_bytes_written; total_bytes 365 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c aggr_data[i]->total_bytes = broken_total_lengths[i]; total_bytes 861 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c int local_cycles= ceil((double)data->total_bytes / data->bytes_per_cycle); total_bytes 866 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c data->bytes_to_write_in_cycle = data->total_bytes - data->bytes_per_cycle*index ;