From cfb89018f6e9f2463e1124147e100adac7dc1fa9 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Wed, 7 Feb 2018 14:34:22 +0000 Subject: [PATCH] Update README with new Kokkos building instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 796b8d8..96ec758 100644 --- a/README.md +++ b/README.md @@ -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`. ``` -../generate_makefile.bash --prefix= --with-cuda --with-openmp --with-pthread --arch= --with-cuda-options=enable_lambda +../generate_makefile.bash --prefix= --with-cuda --with-openmp --with-pthread --arch= --with-cuda-options=enable_lambda --compiler=/bin/nvcc_wrapper ``` Building RAJA