ECP-copa / CabanaMD

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

Use neighbor_parallel_for/reduce with LJ #63

Closed streeve closed 4 years ago

streeve commented 4 years ago

This uses the neighbor_parallel_for and neighbor_parallel_reduce to simplify and provide flexibility for the LJ kernel.

This also changes LJ from class functors to lambdas, which removed a lot of member variables

Closes #23