flatironinstitute / SkellySim

Hydrodynamic Cytoskeleton Simulator
https://users.flatironinstitute.org/~rblackwell/py-skellysim
Apache License 2.0
23 stars 2 forks source link

MPI-distributed bodies #13

Open blackwer opened 2 years ago

blackwer commented 2 years ago

Body calculations are largely relegated to rank 0, and then the solutions are distributed to all the ranks currently. This works really well for a few bodies, but will likely bottleneck computations with large numbers of bodies.