Skip to content
Snippets Groups Projects
  • Dan Ibanez's avatar
    371df8ea
    repair sync bugs in fix_momentum_kokkos · 371df8ea
    Dan Ibanez authored
    Since the Group class is completely
    unaware of Kokkos, the direct calls from
    FixMomentumKokkos to Group methods
    need to be preceded by atomKK->sync calls
    for every atom variable that Group intends
    to use.
    fix_momentum_kokkos definitely does not
    work on GPUs prior to this commit.
    371df8ea
    History
    repair sync bugs in fix_momentum_kokkos
    Dan Ibanez authored
    Since the Group class is completely
    unaware of Kokkos, the direct calls from
    FixMomentumKokkos to Group methods
    need to be preceded by atomKK->sync calls
    for every atom variable that Group intends
    to use.
    fix_momentum_kokkos definitely does not
    work on GPUs prior to this commit.