Slimming down of foreign gpart + reduced comm size
Compare changes
+ 37
− 0
@@ -29,6 +29,27 @@
@@ -55,6 +76,22 @@ __attribute__((always_inline)) INLINE static float gravity_get_softening(
Here are the changes to improve the foreign memory usage of gpart
s and help with the related communications.
This includes:
gpart
and one for the gpart
when running FOF.gpart
and fof
communications.All the physics changes are the same as what was tried in !1318 (closed). The difference is that the packing is done here by hand and that the case of FOF is correctly handled.