<div dir="ltr">When using MOAB's Parallel Hello-World example on [1], a mesh with  over 20k vertices, I'm getting<div>```</div><div><div>$ mpiexec -n 3 ./par-test</div><div> global rank:0 color:0 rank:0 of 3 processors</div><div> global rank:1 color:0 rank:1 of 3 processors</div><div>Reading file ./2.h5m</div><div> with options: PARALLEL=READ_PART;PARTITION=PARALLEL_PARTITION;PARALLEL_RESOLVE_SHARED_ENTS</div><div> on 3 processors on 1 communicator(s)</div><div> Shared, owned entities on proc 0: 452 verts, 1162 edges, 711 faces, 0 elements</div><div> Shared, owned entities on proc 1: 371 verts, 1037 edges, 666 faces, 0 elements</div><div> Shared, owned entities on proc 2: 0 verts, 0 edges, 0 faces, 0 elements</div><div> </div><div><br></div><div> After exchanging one ghost layer: </div><div> Shared, owned entities on proc 0: 989 verts, 1162 edges, 711 faces, 2301 elements</div><div> Shared, owned entities on proc 1: 1078 verts, 1037 edges, 666 faces, 3349 elements</div><div> Shared, owned entities on proc 2: 679 verts, 0 edges, 0 faces, 3182 elements</div></div><div>```<br><div>Only a few hundret owned vertices? That doesn't sum to to 20k. What's the issue here? Maybe I misunderstand the notion of ownage here.</div><div><br></div><div>Cheers,</div><div>Nico</div><div><br></div><div>[1] <a href="http://chunk.io/f/c3ee1eebbcbd4734a368ffb287f1f37f">http://chunk.io/f/c3ee1eebbcbd4734a368ffb287f1f37f</a><br></div></div></div>