lammps/lib/kokkos/example
Stan Moore 50935b5cbc Fix typos 2020-03-25 14:23:45 -06:00
..
build_cmake_in_tree Update Kokkos library in LAMMPS to v3.0 2020-03-25 14:08:39 -06:00
build_cmake_installed Update Kokkos library in LAMMPS to v3.0 2020-03-25 14:08:39 -06:00
cmake Update Kokkos library in LAMMPS to v2.9.00 2019-06-28 11:23:24 -06:00
make_buildlink Update Kokkos library in LAMMPS to v3.0 2020-03-25 14:08:39 -06:00
query_device Update Kokkos library in LAMMPS to v3.0 2020-03-25 14:08:39 -06:00
tutorial Fix typos 2020-03-25 14:23:45 -06:00
virtual_functions Update Kokkos library in LAMMPS to v3.0 2020-03-25 14:08:39 -06:00
CMakeLists.txt Update Kokkos library in LAMMPS to v3.0 2020-03-25 14:08:39 -06: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)