charmplusplus / charm

The Charm++ parallel programming system. Visit https://charmplusplus.org/ for more information.
Apache License 2.0
203 stars 49 forks source link

Automatically determine location of CUDA toolkit when building GPU Manager #511

Closed pplimport closed 10 years ago

pplimport commented 10 years ago

Original author: Lukasz Wesolowski Original issue: https://charm.cs.illinois.edu/redmine/issues/511


Currently,in order to build charm with GPU Manager (cuda option), one must set an environment variable with the path to the CUDA toolkit. Instead, the path for nvcc and cuda libraries should be determined by a script.

pplimport commented 5 years ago

Original author: Lukasz Wesolowski Original date: 2014-07-03 21:51:23


Harshit has implemented a fix for this issue. Closing.