Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Resolve "Add serialization example"

frey_m requested to merge 40-add-serialization-examples into master

This MR adds an example that sends 10 particles from one MPI rank to others. It serializes all attributes to a single Kokkos::View<char*>. This serialization is performance portable.

Closes #40 (closed)

Edited by frey_m

Merge request reports