lammps/lib/kokkos/example
Stan Moore 8910ec6e59 Updating Kokkos lib to 2.03.00 2017-04-25 13:48:51 -06:00
..
cmake Updating Kokkos lib 2017-02-13 10:50:34 -07:00
common Updating Kokkos lib 2017-02-13 10:50:34 -07:00
feint Updating Kokkos lib 2017-02-13 10:50:34 -07:00
fenl Updating Kokkos lib 2017-02-13 10:50:34 -07:00
fixture Updating Kokkos lib 2017-02-13 10:50:34 -07:00
global_2_local_ids Updating Kokkos lib 2017-02-13 10:50:34 -07:00
grow_array Updating Kokkos lib 2017-02-13 10:50:34 -07:00
md_skeleton Updating Kokkos lib to 2.03.00 2017-04-25 13:48:51 -06:00
multi_fem Updating Kokkos lib 2017-02-13 10:50:34 -07:00
query_device Updating Kokkos lib 2017-02-13 10:50:34 -07:00
sort_array Updating Kokkos lib 2017-02-13 10:50:34 -07:00
tutorial Updating Kokkos lib to 2.03.00 2017-04-25 13:48:51 -06:00
CMakeLists.txt Updating Kokkos lib 2016-09-06 23:06:32 +00:00
README Updating Kokkos lib 2016-09-06 23:06:32 +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)