These should always have been there. If it doesn't have a . then it is diffed normally. My guess is someone added a new test: and forgot to filter out the "atomic size" line. See other swarm examples.
Barry > On Jul 6, 2020, at 7:17 PM, Mark Adams <[email protected]> wrote: > > I am getting these diff failures in the pipeline. I am guessing that we > started throwing diffs for integer diffs recently? > > DMSwarm seems to pick a different size 'atomic' for different sized integers. > > not ok diff-dm_impls_swarm_tutorials-ex1_0 # Error code: 1 > # 24c24 > # < [ 1] DMSwarm_rank : Mem. usage = 4.00e-05 (MB) [rank0] > # --- > # > [ 1] DMSwarm_rank : Mem. usage = 8.00e-05 (MB) [rank0] > # 26c26 > # < atomic size = 4 > # --- > # > atomic size = 8 > # 31c31 > # < [ 3] DMSwarm_cellid : Mem. usage = 4.00e-05 (MB) [rank0] > # --- > # > [ 3] DMSwarm_cellid : Mem. usage = 8.00e-05 (MB) [rank0] > # 33c33 > # < atomic size = 4 > # --- > # > atomic size = 8 > # 37c37 > # < Total mem. usage = 4.00e-04 (MB) (collective) > # --- > # > Total mem. usage = 4.80e-04 (MB) (collective)
