Skip to content

Fix the behavior of Histogram.

  1. Analyses should not call MPI_Abort if at all possible so that simulations do not lose state should in situ calculations fail.
  2. Fix a divide-by-zero error in the bin computation when the range is empty to avoid stomping memory or segfaulting.
Edited by David Thompson

Merge request reports