Skip to content

Padding filenames for ExodusII writer based on number of processes

Andrew Bauer requested to merge acbauer/vtk:exoduswriter_parallel_naming into master

In order to read in ExodusII files written out in parallel we need to pad the process ids with zeros so that all of them are associated together.

Merge request reports