Matthias Frey
Matthias Frey
**Code:** - [x] use `Kokkos::View` for fields (see !2) - [x] use `Kokkos::View` for particles (see !3) - [x] add more field functions (see !4) - [x] refactoring field layouts...
In GitLab by @vinciguerra_a on Jul 28, 2023, 08:52 The current implementation of support for mixed execution spaces (!188) imposes strict compatibility requirements on data types. However, Kokkos views have...
In GitLab by @aaadelmann on Aug 16, 2023, 20:05 The problem of compiling on Frontier is documented here: https://gitlab.psi.ch/OPAL/Libraries/ippl/-/wikis/install/frontier We solve this by introducing a macro `FIXLIBSTD`
In GitLab by @vinciguerra_a on Jun 14, 2023, 13:24 The IPPL wiki should be updated to describe some best practices and a set of conventions for `#include`s and forward declarations...
Change from MPI tags defined as macros to `constexpr` integer types.
In GitLab by @claglu_t on May 3, 2023, 12:14 Enable Serial FFT. Runs the HeFFTe solvers locally on each rank.
In GitLab by @vinciguerra_a on Apr 24, 2023, 14:27 The current implementation generally assumes parallel decomposition for fields and does not support non-decomposed fields except when running on a single...
In GitLab by @aaadelmann on Jun 28, 2023, 08:50 In case a particle needs to be send to neighbors we do a global search. This needs to be avoided. -...