We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
make
cmake
src
make PARTYPE=PAR VECTORIZE_CODE=AVX2 OPENMP=ON TARGET=DEBUG
mpirun -n 2 MarDyn ../examples/Argon/200K_18mol_l/config_autopas_default.xml
Expected behavior No crash.
Additional context
updateForces()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
orcmake
way. As it is older than thecmake
integration themake
way is given:src
make PARTYPE=PAR VECTORIZE_CODE=AVX2 OPENMP=ON TARGET=DEBUG
mpirun -n 2 MarDyn ../examples/Argon/200K_18mol_l/config_autopas_default.xml
Expected behavior
No crash.
Additional context
updateForces()
removes the problem but is obviously not a solution.The text was updated successfully, but these errors were encountered: