Re: [boinc_dev] Linux driver detection

2011-02-28 Thread Oliver Bock
On 2/23/11 7:16 , David Anderson wrote:
 The NVIDIA Linux drivers don't return driver version for some reason.

Hm, don't you use the driver API to do that? We do this in our app
ourselves and don't see any issue...

Oliver
___
boinc_dev mailing list
boinc_dev@ssl.berkeley.edu
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.


Re: [boinc_dev] Linux driver detection

2011-02-28 Thread David Anderson
The BOINC client uses the following:
 int cuda_version;
 retval = (*__cuDriverGetVersion)(cuda_version);

Is that not working on some hosts?

On 28-Feb-2011 1:40 AM, Oliver Bock wrote:
 On 2/23/11 7:16 , David Anderson wrote:
 The NVIDIA Linux drivers don't return driver version for some reason.

 Hm, don't you use the driver API to do that? We do this in our app
 ourselves and don't see any issue...

 Oliver
___
boinc_dev mailing list
boinc_dev@ssl.berkeley.edu
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.