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

Argon Example broken in Debug mode #228

Open
FG-TUM opened this issue Feb 22, 2022 · 0 comments
Open

Argon Example broken in Debug mode #228

FG-TUM opened this issue Feb 22, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@FG-TUM
Copy link
Member

FG-TUM commented Feb 22, 2022

Describe the bug
The classic argon example is broken when executes in debug mode. Apparently, this is a super old problem that just was never tested?

To Reproduce
This can be reproduced via the make or cmake way. As it is older than the cmake integration the make way is given:

  1. Go to src
  2. make PARTYPE=PAR VECTORIZE_CODE=AVX2 OPENMP=ON TARGET=DEBUG
  3. mpirun -n 2 MarDyn ../examples/Argon/200K_18mol_l/config_autopas_default.xml
  4. Observe crash in Iteration 206.

Expected behavior
No crash.

Additional context

  • It seems that particles go beyond the halo region and are not communicated away?
  • git bisect pointed to 0d60994 as the first bad commit. Indeed removing updateForces() removes the problem but is obviously not a solution.
  • Maybe the example is just buggy / badly set up?
@FG-TUM FG-TUM added the bug Something isn't working label Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant