lammps/lib/kokkos/example/README

17 lines
685 B
Plaintext

This directory contains example application proxies that use different
parts of Kokkos. If you are looking for the FENL ("finite element
nonlinear" solve) example, it has moved into the LinAlg subpackage of
Tpetra.
MANIFEST:
- common: Header files used by different examples
- feint: Unstructured finite-element method
- fixture: Some other finite-element method example
- global_2_local_ids: Example of global-to-local index lookup
- grow_array: Parallel dynamic memory allocation
- md_skeleton: Molecular dynamics
- query_device: Kokkos' HWLOC wrapper for querying device topology
- sort_array: Parallel sort
- tutorial: Kokkos tutorial (START HERE)