parcels icon indicating copy to clipboard operation
parcels copied to clipboard

Implement MPI support for InteractionKernels

Open CKehl opened this issue 3 years ago • 0 comments

Particle-particle interaction does currently not work with MPI. That is mainly because particles interacting with one another potentially or probably occupy different processors. Hence, they would find each other as neighbours, and they can't communicate. This neighbourhood parse would need to be adapted - perhaps manage or 'house' particles centralized (?) - to communicated neighbourhood searches across processors. Also, lots of unidirectional message passing communication would need to be done between 2 processors housing interacting particles. Quite a very trick undertaking ...

(subtasks still to-be-determined)

CKehl avatar Jul 17 '21 10:07 CKehl