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

Bug: simulation crashing with slipping beam particles in parallel runs #424

Closed
SeverinDiederichs opened this issue Mar 11, 2021 · 0 comments · Fixed by #426
Closed

Bug: simulation crashing with slipping beam particles in parallel runs #424

SeverinDiederichs opened this issue Mar 11, 2021 · 0 comments · Fixed by #426
Labels
bug Something isn't working component: beam About the beam species component: diagnostics About any types of diagnostics

Comments

@SeverinDiederichs
Copy link
Member

I observed a simulation crashing with 2 beams on 40 ranks.
The crash occurred in IO in the last time step with

terminate called after throwing an instance of 'std::runtime_error'
  what():  Chunk does not reside inside dataset (Dimension on index 0. DS: 1000000 - Chunk: 1000271)
SIGABRT

I assume the problem is that the rank has slipped particles from the previous rank, and its own particles and because it does no send any further particles away, it has too many and therefore the chunk is larger than what it should be.

These particles should be discarded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working component: beam About the beam species component: diagnostics About any types of diagnostics
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant