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

Documenting installation FAQ/Troubleshooting #452

Open
DinoBektesevic opened this issue Feb 2, 2024 · 0 comments
Open

Documenting installation FAQ/Troubleshooting #452

DinoBektesevic opened this issue Feb 2, 2024 · 0 comments

Comments

@DinoBektesevic
Copy link
Member

As discussed in #449 we have some rather large documentation holes, regarding installation troubleshooting, left.

We should:

  1. try to pin the highest cmake versions we can get away with (requires surveying the availability of newer cmake versions amongst the users/available compute resources)
  2. write a troubleshooting guide for KBMOD installation process - including finding GPU and the correct Python interpreter in various environments.

This issue is geared more towards figuring out 2 - which should be pretty easy. The kind of problems, of the top of my head, we usually run into:

  • nvcc not available
  • nvcc is available, but the drivers aren't (i.e. cuda compiler and development packages are installed, but driver and runtimes are not)
  • nvcc and drivers exist, but they aren't visible (f.e. managed environments that have several different versions of drivers installed in a non-standard location, or drivers installed in an non-standard location and not visible by default)
  • Python discovery fails (f.e. too old CMake, different versions of CMake prioritize different discovery mechanisms/python)
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

No branches or pull requests

1 participant