Remove stray SOLANA_CUDA=1

This commit is contained in:
Michael Vines 2019-12-22 10:08:51 -07:00
parent 7dec934bb3
commit 79e39d6f0b
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 0 additions and 4 deletions

View File

@ -42,10 +42,6 @@ solana-gossip --entrypoint testnet.solana.com:8001 spy
If your machine has a GPU with CUDA installed \(Linux-only currently\), include If your machine has a GPU with CUDA installed \(Linux-only currently\), include
the `--cuda` argument to `solana-validator`. the `--cuda` argument to `solana-validator`.
```bash
export SOLANA_CUDA=1
```
When your validator is started look for the following log message to indicate When your validator is started look for the following log message to indicate
that CUDA is enabled: `"[<timestamp> solana::validator] CUDA is enabled"` that CUDA is enabled: `"[<timestamp> solana::validator] CUDA is enabled"`