Skip to content

Deal with wraparound for PIO Reader, made PIO Reader parallel

The number on xRage dump files could wrap around back to zero once it reaches a million. Modified the PIO Reader to deal with possible cases, and load dump files in the correct order.

Added feature to be able to list multiple dump file directories.

The reading of dump files is now parallel, where proc 0 will read in the data, and distribute data to the other procs as needed.

@patchett2002 @cory.quammen @pkf

Merge request reports