Linux without any app_info.xml file won't get you any CUDA work - there's no stock Linux CUDA build.
<app_info><app><name>setiathome_enhanced</name></app><file_info><name>setiathome-CUDA-6.08.x86_64-pc-linux-gnu</name><executable/></file_info><file_info><name>libcudart.so.2</name><executable/></file_info><file_info><name>libcufft.so.2</name><executable/></file_info><app_version><app_name>setiathome_enhanced</app_name><version_num>528</version_num><plan_class>cuda</plan_class><avg_ncpus>0.040000</avg_ncpus><max_ncpus>0.040000</max_ncpus><coproc><type>CUDA</type><count>1</count></coproc><file_ref><file_name>setiathome-CUDA-6.08.x86_64-pc-linux-gnu</file_name><main_program/></file_ref><file_ref><file_name>libcudart.so.2</file_name></file_ref><file_ref><file_name>libcufft.so.2</file_name></file_ref></app_version><app_version><app_name>setiathome_enhanced</app_name><version_num>603</version_num><plan_class>cuda</plan_class><avg_ncpus>0.040000</avg_ncpus><max_ncpus>0.040000</max_ncpus><coproc><type>CUDA</type><count>1</count></coproc><file_ref><file_name>setiathome-CUDA-6.08.x86_64-pc-linux-gnu</file_name><main_program/></file_ref><file_ref><file_name>libcudart.so.2</file_name></file_ref><file_ref><file_name>libcufft.so.2</file_name></file_ref></app_version><app_version><app_name>setiathome_enhanced</app_name><version_num>605</version_num><plan_class>cuda</plan_class><avg_ncpus>0.040000</avg_ncpus><max_ncpus>0.040000</max_ncpus><coproc><type>CUDA</type><count>1</count></coproc><file_ref><file_name>setiathome-CUDA-6.08.x86_64-pc-linux-gnu</file_name><main_program/></file_ref><file_ref><file_name>libcudart.so.2</file_name></file_ref><file_ref><file_name>libcufft.so.2</file_name></file_ref></app_version><app_version><app_name>setiathome_enhanced</app_name><version_num>606</version_num><plan_class>cuda</plan_class><avg_ncpus>0.040000</avg_ncpus><max_ncpus>0.040000</max_ncpus><coproc><type>CUDA</type><count>1</count></coproc><file_ref><file_name>setiathome-CUDA-6.08.x86_64-pc-linux-gnu</file_name><main_program/></file_ref><file_ref><file_name>libcudart.so.2</file_name></file_ref><file_ref><file_name>libcufft.so.2</file_name></file_ref></app_version><app_version><app_name>setiathome_enhanced</app_name><version_num>608</version_num><plan_class>cuda</plan_class><avg_ncpus>0.040000</avg_ncpus><max_ncpus>0.040000</max_ncpus><coproc><type>CUDA</type><count>1</count></coproc><file_ref><file_name>setiathome-CUDA-6.08.x86_64-pc-linux-gnu</file_name><main_program/></file_ref><file_ref><file_name>libcudart.so.2</file_name></file_ref><file_ref><file_name>libcufft.so.2</file_name></file_ref></app_version></app_info>
Welcome aboard 1) If you use BOINC from synaptic uninstall it, it is probably old. Go to http://boinc.berkeley.edu/download_all.php and get 6.10.17. Install it to your /home directory.2) Make sure all the appropriate cuda libs from 2.3 toolkitlibcudart.solibcudart.so.2libcudart.so.2.2libcufft.solibcufft.so.2libcufft.so.2.2are in the projects/setiathome.berkeley.edu directory.3) Edit accordingly your ld.so.conf or the corresponding ld-something file of your distro with the above location of the cuda libs and then run ldconfig to update the cache.4. The cuda executable (setiathome-CUDA-6.08.x86_64-pc-linux-gnu) goes also to the projects/setiathome.berkeley.edu directory. Copy also the app_info.xml file there.
I got it working finally.
Quote from: BeemerBiker on 15 Feb 2010, 01:45:04 pmI got it working finally.Please check Your results for repeating lines "Cuda error 'GaussFit_kernel' in file './cudaAcc_gaussfit.cu' in line 497 : invalid configuration argument."If them exists - Your calculated result can't be compared to "stock" CPU-app 6.30, so Your computer will pollute SETI@home database with wrong results...
I got it working finally. Not knowing a lot about the inner workings of ubuntu, I added the phrase "include" in ld.so.conf where I should have just added /usr/local/cuda/lib64 by itself. There was only one line in ld.so.conf and that had "include" so I assumed I needed to use include for the cuda libraries.
Do you know why the app_info has the two cuda llibs listed? Boinc attempted to download them and of course they failed.