Skip to content

Add LJ variant for HalfNeighbor list which uses data replication #8

@crtrott

Description

@crtrott

The OpenMP package in LAMMPS utilizes data replication to avoid write conflicts on the force array. This works very well for small amounts of threads. It may be worthwhile to explore to use a combination of data replication and atomics for higher thread counts (like on GPUs) to reduce the conflict rate while keeping the amount of data replication limited.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions