We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Configuring CUDA driver location" (https://www.eessi.io/docs/site_specific_config/gpu/#driver_location) doesn't say anything about the "configuring" part.
There is just 2 paragraphs and a link which isn't really explained, then the next chapter starts.
So how is the "location" configured? Looks like it is something fixed, not configurable.
Also the example to install the full CUDA SDK doesn't work out of the box:
/cvmfs/software.eessi.io/versions/${EESSI_VERSION}/scripts/gpu_support/nvidia/install_cuda_host_injections.sh --cuda-version 12.1.1 --temp-dir /tmp/$USER/EESSI --accept-cuda-eula
This tries to write into /opt/eessi which fails for non-root users but for root user eb aborts immediately so the script stops.
/opt/eessi
eb
That is either a bug in the script or something is missing from the description
The text was updated successfully, but these errors were encountered:
It is exactly the location of the symlink /cvmfs/software.eessi.io/host_injections (which defaults to /opt/eessi) that is configurable, the text should be linked against https://www.eessi.io/docs/site_specific_config/host_injections/#the-host_injections-variant-symlink which explains how to set this, I'll look in a PR that helps to clarify.
/cvmfs/software.eessi.io/host_injections
Sorry, something went wrong.
I think this was one page at one point and then was separated out
No branches or pull requests
"Configuring CUDA driver location" (https://www.eessi.io/docs/site_specific_config/gpu/#driver_location) doesn't say anything about the "configuring" part.
There is just 2 paragraphs and a link which isn't really explained, then the next chapter starts.
So how is the "location" configured? Looks like it is something fixed, not configurable.
Also the example to install the full CUDA SDK doesn't work out of the box:
/cvmfs/software.eessi.io/versions/${EESSI_VERSION}/scripts/gpu_support/nvidia/install_cuda_host_injections.sh --cuda-version 12.1.1 --temp-dir /tmp/$USER/EESSI --accept-cuda-eula
This tries to write into
/opt/eessi
which fails for non-root users but for root usereb
aborts immediately so the script stops.That is either a bug in the script or something is missing from the description
The text was updated successfully, but these errors were encountered: