[petsc-dev] DMSWARM diffs

Mark Adams mfadams at lbl.gov
Mon Jul 6 19:17:29 CDT 2020


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)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20200706/6e55ef77/attachment-0001.html>


More information about the petsc-dev mailing list