Skip to content

Add another communication sub-type for the gparts. Send the gparts when these tasks get enqueued.

Matthieu Schaller requested to merge gpart_send_recv into new_timeline_mpi

This follows suit with the addition of task sub-types for the communications. I have added one to ship the gparts between nodes.

This also allows to send/recv the gparts instead of the parts at enqueuing time. Note that the gpart communications are currently unused since I never pushed the support for gravity over MPI to the master.

It also allows to only loop over the relevant bits we received and not over the whole particle zoo to construct the time information on the receiving side.

This merges into the new_timeline_mpi branch and not in master as it is yet another MPI bug/feature fix.

Merge request reports