Skip to content
  • Matthieu Schaller's avatar
    Merge branch 'gpart_send_recv' into 'new_timeline_mpi' · fbd6aac8
    Matthieu Schaller authored
    Add another communication sub-type for the gparts. Send the gparts when these tasks get enqueued.
    
    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.
    
    See merge request !305
    fbd6aac8