-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
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
Installing CUDA-Q using the script does not work #2508
Comments
Hi @diehlpk - thank you for using CUDA-Q. According to the docs (quoted below), admin privileges are required to install CUDA-Q using the installer method that you described above. When you installed it, did you have admin privileges?
If you do not have admin privileges, you can often use our Docker image (either through the Docker daemon or through Singularity as described on the aforementioned webpage). Do those options work for you? In either case, you may want to comment on issue #1075. |
@bmhowe23 I do not have root access on our Grace Hopper cluster and tried to install into user space. I do not want a system wide installation yet since I explore the software. Containers are not an option yet. I tried to install from source but that failed as well. |
Hi @bmhowe23 I used the container as recommend, however, that does not work as well.
and with
|
Ok, the file has to end with |
Ok, that issue can be closed since the Docker image works. However, it would be nice to have the installer working without root. |
Required prerequisites
Describe the bug
After installing CUDA-Q, I can not compile one of the examples.
I copied the code from here to the file text.cxx
and get the following error:
Steps to reproduce the bug
Install CUDA-Q using
./install_cuda_quantum_cu12.aarch64 --accept --target ./cudaq
and use the installednvq++
compiler.Expected behavior
The example should compile.
Is this a regression? If it is, put the last known working version (or commit) here.
Not a regression
Environment
Suggestions
No response
The text was updated successfully, but these errors were encountered: