Commit 2859ca28 authored by Ramon Nou's avatar Ramon Nou
Browse files

write only bytes read in sequential

parent dc2baf64
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -147,7 +147,7 @@ seq_mixed_operation::progress(int ongoing_index) {

            /* Do write */
            m_output_file->pwrite(m_buffer_regions[index], file_range.offset(),
                                  file_range.size());
                                  n);


            m_bytes_per_rank += n;