Sam Reeve
Sam Reeve
Easier to wait until 3.5 is required
Replace `MPI_Barrier` with `MPI_Waitall`. Pointed out in #549
**New Features** - Support for neighbor iteration without stored neighbors (`LinkedCellList` binning used within `neighbor_parallel_for`) - Global particle communication based on the grid (`Grid::GlobalParticleComm`) - Added neighbor list histograms -...
Found with Kokkos 4.1, only in the unmanaged AoSoA example, using the `sort_within_bins` codepath
HDF5 and BOV write timeout failures for >1 MPI rank Has failed at some point with the following (some fixed): - [x] `fedora:rawhide` - [ ] `fedora:latest` - [ ]...
v1 sunset
In most cases, it is most convenient to call user kernels with `(const int i, const int j)`, directly using the neighbor index `j`. However, if external neighbor-based properties are...
Small improvements and fixes