Skip to content

Pack the timebin for the limiter communications

Matthieu Schaller requested to merge pack_limiter into master

For the part communication related to the time-step limiter, only send the time-bin (an int8_t) rather than the whole particle. The packing is done manually rather than by using an MPI-provided mechanism.

Edited by Matthieu Schaller

Merge request reports