Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions