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