From a1ac41218a0469ee33a16f2015a36243a7415a05 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sat, 23 Jun 2018 15:31:47 -0700 Subject: [PATCH] Document CUDA version --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6994ac345..8c0b10a4a 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,8 @@ $ ./multinode-demo/leader.sh ``` To run a performance-enhanced fullnode on Linux, download `libcuda_verify_ed25519.a`. Enable -it by adding `--features=cuda` to the line that runs `solana-fullnode` in `leader.sh`. +it by adding `--features=cuda` to the line that runs `solana-fullnode` in +`leader.sh`. [CUDA 9.2](https://developer.nvidia.com/cuda-downloads) must be installed on your system. ```bash $ ./fetch-perf-libs.sh