Do we always need to sort after a receive ?
With the latest updates !327 (merged), we sort every time something. This is done by clearing the c->sorted
flag in runner_do_recv_part()
which will trigger a sort.
Do we need to do this when we receive the particles for the second time (i.e. after the ghost/before the force tasks) ?