usnistgov / hiperc

High Performance Computing Strategies for Boundary Value Problems
https://pages.nist.gov/hiperc/en/latest/index.html
39 stars 7 forks source link

consider adding nvidia-cuda-toolkit to readme #64

Closed amjokisaari closed 7 years ago

amjokisaari commented 7 years ago

The readme for the gpu directory gives suggested instructions for installing CUDA libraries with apt, but nvidia-cuda-dev isn't sufficient (doesn't install nvcc, need to install nvidia-cuda-toolkit). (Ubuntu 16.04)

tkphd commented 7 years ago

OK. It might be better to link to the Nvidia CUDA Toolkit, since the packaged version is several versions behind. I have not actually installed CUDA myself.

amjokisaari commented 7 years ago

yeah, your readme links to it too, but I figure if you put the apt command down, it should be complete...? I know you run into versioning issues, etc etc etc. Just a thought.

tkphd commented 7 years ago

Yes yes, thank you for testing the directions as-written. You're a solid trailblazer!