From b1010dfcc930d9ae0ff5cfa5c88d0810d65368ce Mon Sep 17 00:00:00 2001 From: Thomas Wiemann Date: Wed, 19 Jun 2019 15:04:40 +0200 Subject: [PATCH] Updated readme --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index ca7960617..fb4d5e1fe 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,7 @@ cmake .. && make If you want to compile with CUDA support install the latest version of the CUDA toolkit, which you can find on NVIDIAs CUDA download site: -To enable CUDA support, you need to compile the software with a compatible GCC version. We have testet compilation with CUDA 9.1 and GCC 6. To use this compiler for compilation of CUDA generated code, set the `CUDA_HOST_COMPILER` option to `g++-6` either using ccmake or specifying it directly when configuring: - -```bash -cmake -DCUDA_HOST_COMPILER=g++-6 .. -``` +To enable CUDA support, you need to compile the software with a compatible GCC version. We have testet compilation with CUDA 9.1 and GCC 6. To use this compiler for compilation of CUDA generated code, set the `CUDA_HOST_COMPILER` option to `g++-6` is forced to g++-6. Please ensure that this version is installed on your system. ### Step 3: Installation