ECP-copa / CabanaMD

Molecular dynamics proxy application based on Cabana
Other
20 stars 14 forks source link

Convert LJ parameter arrays to Views #74

Closed streeve closed 4 years ago

streeve commented 4 years ago

Use Kokkos::View for all LJ force parameters, rather than fixed-size arrays.

Gives a slight speed-up.

streeve commented 4 years ago

@masterleinad can you check if this fixes the problems you're seeing?

masterleinad commented 4 years ago

No, it doesn't but I think it's a step in the right direction.