Skip to content

IPPL-3.1.0

Compare
Choose a tag to compare
@matt-frey matt-frey released this 29 Sep 09:19
· 633 commits to master since this release
5d805b8

Major changes

IPPL moved from gitlab to github with this release hence many of the merged MRs point to the read only version of gitlab

  1. Mixed execution spaces https://gitlab.psi.ch/OPAL/Libraries/ippl/-/merge_requests/188
  2. Mixed precision https://gitlab.psi.ch/OPAL/Libraries/ippl/-/merge_requests/154
  3. Extension of unit tests https://gitlab.psi.ch/OPAL/Libraries/ippl/-/merge_requests/201
  4. FFT optimizations https://gitlab.psi.ch/OPAL/Libraries/ippl/-/merge_requests/192
  5. Removal of ippl class https://gitlab.psi.ch/OPAL/Libraries/ippl/-/merge_requests/181
  6. Long range part of P3M solver https://gitlab.psi.ch/OPAL/Libraries/ippl/-/merge_requests/170
  7. MPI buffers moved to particle attributes #215

Minor changes

  1. Use Kokkos for math constants and mathematical functions https://gitlab.psi.ch/OPAL/Libraries/ippl/-/merge_requests/165
  2. Various bug fixes