Update README with new Kokkos building instructions

This commit is contained in:
Tom Deakin 2018-02-07 14:34:22 +00:00
parent 8b83802fb1
commit cfb89018f6

View File

@ -47,7 +47,7 @@ We use the following command to build Kokkos using the Intel Compiler, specifyin
``` ```
For building with CUDA support, we use the following command, specifying the `arch` appropriately, e.g. `Kepler35`. For building with CUDA support, we use the following command, specifying the `arch` appropriately, e.g. `Kepler35`.
``` ```
../generate_makefile.bash --prefix=<prefix> --with-cuda --with-openmp --with-pthread --arch=<arch> --with-cuda-options=enable_lambda ../generate_makefile.bash --prefix=<prefix> --with-cuda --with-openmp --with-pthread --arch=<arch> --with-cuda-options=enable_lambda --compiler=<path_to_kokkos_src>/bin/nvcc_wrapper
``` ```
Building RAJA Building RAJA