Files
lammps/lib/kokkos/example
crtrott 91a791bbb3 Snapshot of kokkos.git from commit 0a776f65e7429b875839719c4fe528c15e871e46
From repository at git@github.com:/kokkos/kokkos.git

At commit:
commit 0a776f65e7429b875839719c4fe528c15e871e46
Author: crtrott <crtrott@sandia.gov>
Date:   Thu Dec 10 11:51:50 2015 -0700

    Adding CUDA 7.5 as secondary compiler to README
2015-12-10 11:52:34 -07:00
..

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)