lammps/lib/kokkos/example
stamoor fda492ea48 Updating kokkos lib
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14919 f3b2605a-c512-4ea7-a41b-209d697bcdaa
2016-05-02 22:10:37 +00: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 Updating kokkos lib 2016-05-02 22:10:37 +00:00
fixture Updating kokkos lib 2016-05-02 22:10:37 +00:00
global_2_local_ids Updating kokkos lib 2016-05-02 22:10:37 +00:00
grow_array Updating kokkos lib 2016-05-02 22:10:37 +00:00
ichol Updating kokkos lib 2016-05-02 22:10:37 +00:00
md_skeleton Updating kokkos lib 2016-05-02 22:10:37 +00:00
multi_fem Updating kokkos lib 2016-05-02 22:10:37 +00:00
query_device Updating kokkos lib 2016-05-02 22:10:37 +00:00
sort_array Updating kokkos lib 2016-05-02 22:10:37 +00:00
tutorial Updating kokkos lib 2016-05-02 22:10:37 +00: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)