lammps/lib/kokkos/example
Steve Plimpton 236ebf7fab Kokkos lib update 2016-09-08 13:56:18 -06:00
..
cmake Updating kokkos lib 2016-05-02 22:10:37 +00:00
common Updating kokkos lib 2016-05-02 22:10:37 +00:00
feint Updating kokkos lib 2016-05-02 22:10:37 +00:00
fenl Kokkos lib update 2016-09-08 13:56:18 -06:00
fixture Updating kokkos lib 2016-05-02 22:10:37 +00:00
global_2_local_ids Kokkos lib update 2016-09-08 13:56:18 -06:00
grow_array Updating kokkos lib 2016-05-02 22:10:37 +00:00
ichol Kokkos lib update 2016-09-08 13:56:18 -06:00
md_skeleton Kokkos lib update 2016-09-08 13:56:18 -06:00
multi_fem Kokkos lib update 2016-09-08 13:56:18 -06:00
query_device Updating kokkos lib 2016-05-02 22:10:37 +00:00
sort_array Kokkos lib update 2016-09-08 13:56:18 -06:00
tutorial Kokkos lib update 2016-09-08 13:56:18 -06:00
CMakeLists.txt Updating kokkos lib 2016-05-02 22:10:37 +00:00
README Updating kokkos lib 2016-05-02 22:10:37 +00:00

README

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)