Skip to content
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

Handle CUDA_PATH correctly #7

Closed
gfardell opened this issue Feb 21, 2024 · 4 comments · Fixed by #12
Closed

Handle CUDA_PATH correctly #7

gfardell opened this issue Feb 21, 2024 · 4 comments · Fixed by #12
Assignees

Comments

@gfardell
Copy link
Member

TomographicImaging/CIL#1596

I seem to recall a way to set environment variables for an enviroment inside the meta.yaml.

Failing that we should use scripts in activate.d and deactivated.d

@gfardell
Copy link
Member Author

gfardell commented Mar 28, 2024

conda env config vars set CUDA_PATH="X"

might work. But I'm not sure that the cudatoolit package is actually installing the cudart libraries on windows.

@gfardell
Copy link
Member Author

For context this is on a windows installation of the tigre conda package. This appears to be handled with linux.

@gfardell
Copy link
Member Author

gfardell commented Sep 9, 2024

This is an issue with tigre trying to find the cudart library rather than relying on the application.

CERN/TIGRE#579

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants