Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GhostZoneWidth not working with values > 1 (HiParSimulator, unstructured topology, DistributedPTScotchUnstructured) #70

Open
klreuther opened this issue Jul 17, 2019 · 0 comments

Comments

@klreuther
Copy link

klreuther commented Jul 17, 2019

When I set a GhostZoneWidth > 1 (tested with a value of 5) strange things start to happen:

For an object lying in the ghost zone, the nanostep sequence is set back several times, connected with bogus data in the neighborhood (oldGrid).

Nanostep order for one object observed in the debugger:
0, 1, 2, 0(!), 1, 2, 3, 4, 5, 6, 7, 5(!), 6, 7, 8, 9, 10, 11.
(number of nanosteps is 12).

At the second "set-back" (i.e., the second execution of nanostep 5) there is definitely bogus (appears uninitialized) data in the neighborhood. I did not check whether this is also the case in the first set-back.

GhostZoneWidth of 1 works fine, though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant