Fix un-initialized values for FilterFieldConvert and add check for consistent filename in parallel I/O
Initialized member variable m_outputIndex
in FilterFieldConvert
.
Added check in FieldIO::SetUpOutput
to ensure that all processes have the same filename (outname
). The check converts the string holding the filename into a hash, which is then broadcasted to all MPI processes such that they can determine if they all have the same value.
Edited by Spencer Sherwin