Files
lammps/lib/kokkos/example/tutorial
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
..

Build the examples by typing in each directory: 
make -j 16

To specify a target device:
make openmp -j 16
make pthreads -j 16
make serial -j 16
make cuda -j 16

The lambda variants can not be build with CUDA=yes at the moment, since
CUDA does not support lambdas from the host. 
Some of the advanced topics try to highlight performance impacts by timing 
different variants of doing the same thing.
Also some of the advanced topics (in particular hierarchical parallelism)
require C++11 even with out using host side lambdas. CUDA 6.5 can be used 
to compile those.