Skip to content
Snippets Groups Projects
Commit d2704b08 authored by Utkarsh Ayachit's avatar Utkarsh Ayachit
Browse files

BUG #15632: Fix exodus performance issue with spatial files.

When files in an exodus file series were spatial partitions, reading
timesteps from each one of them is not only wasteful but also slows down
the reader considerably. In this fix, we update vtkPExodusIIReader to
pass the timesteps information from the first reader to all the rest and
avoid the other filters from re-reading the time information. Since the
reader has to skip through files to read time information, it can have a
serious performance impact. This fix addresses the issue with minimal
refactoring of the reader.
parent 9aa2546e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment