lammps/lib/kokkos/example
Stan Moore ba8d043c7e Update Kokkos library in LAMMPS to v3.1 2020-04-16 09:06:08 -06:00
..
build_cmake_in_tree Update Kokkos library in LAMMPS to v3.1 2020-04-16 09:06:08 -06:00
build_cmake_installed Update Kokkos library in LAMMPS to v3.1 2020-04-16 09:06:08 -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.1 2020-04-16 09:06:08 -06:00
tutorial Update Kokkos library in LAMMPS to v3.1 2020-04-16 09:06:08 -06:00
virtual_functions Update Kokkos library in LAMMPS to v3.1 2020-04-16 09:06:08 -06:00
CMakeLists.txt Update Kokkos library in LAMMPS to v3.1 2020-04-16 09:06:08 -06:00
README Update Kokkos library in LAMMPS to v3.1 2020-04-16 09:06:08 -06: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:

  - query_device: Kokkos' HWLOC wrapper for querying device topology
  - tutorial:     Kokkos tutorial (START HERE)