Open HunterPSmith opened 1 year ago
basically we are doing component level depletion in MPI so different nodes are editing different components number densities (within the same block). This is what ARMI sees:
<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">
node | 1 | 2 -- | -- | -- block | b-001 | b-001 c1 dens | orginal value | new value c2 dens | new Value | original value
It appears that when multiple individual components' number densities within a singular block are modified independently across nodes, ARMI sync testing fails incorrectly. The sync state believes that the same component within a singular block is being modified across multiple nodes.