lammps/lib/kokkos/example
Stan Moore a2756db66b Update to Kokkos library v2.5.00 2017-12-15 16:42:06 -07:00
..
cmake Update to Kokkos library v2.5.00 2017-12-15 16:42:06 -07:00
cmake_build Update to Kokkos library v2.5.00 2017-12-15 16:42:06 -07:00
common Updating Kokkos lib 2017-02-13 10:50:34 -07:00
feint Update Kokkos to v2.04.11 2017-11-06 13:47:33 -07:00
fenl Update Kokkos to v2.04.11 2017-11-06 13:47:33 -07:00
fixture Update Kokkos to v2.04.11 2017-11-06 13:47:33 -07:00
global_2_local_ids Update Kokkos library to v2.03.13 2017-07-31 10:34:21 -06:00
grow_array Update Kokkos library to v2.03.13 2017-07-31 10:34:21 -06:00
md_skeleton Updating Kokkos lib to v2.03.05 2017-06-08 10:42:08 -06:00
multi_fem Updating Kokkos lib to v2.03.05 2017-06-08 10:42:08 -06:00
query_device Updating Kokkos lib 2017-02-13 10:50:34 -07:00
sort_array Updating Kokkos lib to v2.03.05 2017-06-08 10:42:08 -06:00
tutorial Update to Kokkos library v2.5.00 2017-12-15 16:42:06 -07: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)