Files
lammps/lib/kokkos/example/README
stamoor 494ee3b26c Updating Kokkos library--adding new folder
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13922 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2015-08-19 22:17:15 +00:00

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)