Skip to content

Fix FieldConvert processing of partitions in serial

Douglas Serson requested to merge fix/OutputInfo into master

This MR makes two changes related to using FieldConvert on individual partitions in serial:

  • Fix the call to PartitionMesh inside OutputInfo. This was previously using PartitionMesh(false), when the first parameter should be the number of partitions.
  • Force FieldConvert to use the forceoutput option when using procid. If this was not done, whenever procid != 0 the output would be automatically skipped.

Merge request reports