-
Notifications
You must be signed in to change notification settings - Fork 3
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
Mpi emigration collision checking #150
Conversation
- Fixed bug in collisionDetection around particles - Added setters for safe particle ids to aid tests - Renamed regular grid decomp - Added test for collision detection amongst leaving and incoming particles on MPI ranks - Added check for collision between migrating particles
@FG-TUM There is a problem with regular grid decomposition. Somehow, the particle communication is not correct and the particles moving from one rank to the other don't arrive. The test is currently failing for that. I don't really wanna spend time on this as we aren't using it right now anyways. Any suggestions? |
Tests are fixed in #151 |
src/ladds/distributedMemParallelization/ParticleMigrationHandler.h
Outdated
Show resolved
Hide resolved
tests/mpitestladds/distributedMemParallelization/RegularGridDecompositionTests.cpp
Show resolved
Hide resolved
Either we fix it or we add a warning + issue when using it |
seems like the tests take forever now? |
I think this happens if they fail, not sure why they don't just fail? If they pass however, they pass normally |
Tracking evaded conjunctions
Description
Related Pull Requests
Resolved Issues
How Has This Been Tested?
New tests, etc.