You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New Features
An optional MPI dependency has been added. Note that when CUDA is enabled the MPI implementation is expected to be CUDA-aware. (#45)
Particle redistribution via MPI. Implemented in the Cabana::Distributor (#43)
Particle halo exchange via MPI. Implemented in the Cabana::Halo (#43)
Parallel for concept for 2D indexing in AoSoA loops. Implemented via Cabana::simd_parallel_for. Includes a new execution space concept Cabana::SimdPolicy. (#49)
Parallel for concept for traversing neighbor lists. Implemented via Cabana::neighbor_parallel_for (#49)
Continuous integration for pull requests via GitHub (#9)
Support the ECP continuous integration infrastructure (#66)
New example using scafacos for long-range solvers (#46)