You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if would be great if your docs mentioned different gpu-code, gpu-architecture and how to change those.
for example, my gpu ( Quadro P2200) doesn't support above sm_75, so the compile fails. i also installed solana according to the docs here https://docs.solana.com/cli/install-solana-cli-tools (didn't compile from source)
using that install script, and installing nvidia drivers and cuda manually, it doesn't set SOLANA_ROOT or CUDA_HOME so when you pass --cuda to the solana node on startup, it fails because it can't find the cuda libraries.
this repo also doesn't mention that you have to run ldconfig (sudo if applicable) to reload shared libraries.
yes, any competent sysadmin or developer will figure this all out. we all know the best documentation is the source code itself, but at the least, some troubleshooting tips would be super great.
anyway - i'd be happy to document how to run a solana validator in a proxmox lxc with a gpu passed through at some point if y'all are into that.
quick tip - if someone finds this issue on github and solana can't find libcuda-crypt.so, move libcuda-crypt.so and libcl-crypt.so to /usr/local/lib and run ldconfig.
thank you! 😃
The text was updated successfully, but these errors were encountered:
if would be great if your docs mentioned different gpu-code, gpu-architecture and how to change those.
for example, my gpu ( Quadro P2200) doesn't support above
sm_75
, so the compile fails. i also installed solana according to the docs here https://docs.solana.com/cli/install-solana-cli-tools (didn't compile from source)using that install script, and installing nvidia drivers and cuda manually, it doesn't set
SOLANA_ROOT
orCUDA_HOME
so when you pass--cuda
to the solana node on startup, it fails because it can't find the cuda libraries.this repo also doesn't mention that you have to run
ldconfig
(sudo if applicable) to reload shared libraries.yes, any competent sysadmin or developer will figure this all out. we all know the best documentation is the source code itself, but at the least, some troubleshooting tips would be super great.
anyway - i'd be happy to document how to run a solana validator in a proxmox lxc with a gpu passed through at some point if y'all are into that.
quick tip - if someone finds this issue on github and solana can't find
libcuda-crypt.so
, movelibcuda-crypt.so
andlibcl-crypt.so
to/usr/local/lib
and runldconfig
.thank you! 😃
The text was updated successfully, but these errors were encountered: