AOA Forums AOA Forums AOA Forums Folding For Team 45 AOA Files Home Front Page Become an AOA Subscriber! UserCP Calendar Memberlist FAQ Search Forum Home


Go Back   AOA Forums > General > ThunderRd's AOA FOLDING@HOME Team > nVidia/ATI GPU2 clients

nVidia/ATI GPU2 clients Folding clients that use GPUs on graphics cards running the GPU2 client


Closed Thread
 
LinkBack Thread Tools Rate Thread
  #41 (permalink)  
Old 30th September, 2009, 04:32 PM
PorPorMe's Avatar
Member
 
Join Date: January 2008
Location: Othello, Wa
Posts: 3,207

nice one,desio, nice!
__________________
AOA Team fah


1ST * Asus M5A99FX Pro r 2.0 *AMD FX 8350 Black Edition *Cooler Master MasterLiquid 240 CPU Cooler * Crucial 16g DDR3 * MSI Geforce GTX 1050 * Antec 650w* Thermaltake V9 Case
2nd Asus M5A99fx Pro R2.0 Mainboard *AMD FX 4300 Black edition * l6g Crutial DDR3 * Evga Geforce Gt 730 * Coolermaster Dual fan HSF * 500w Thermaltake PSU * 320g western digital HDD


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #42 (permalink)  
Old 30th September, 2009, 04:41 PM
PorPorMe's Avatar
Member
 
Join Date: January 2008
Location: Othello, Wa
Posts: 3,207

Now that I have wine and cuda toolkit installed with the first directions, should I start at the beginning of the new set or after the wine directions. Thare are some small differences and I don't know quite where to start.
__________________
AOA Team fah


1ST * Asus M5A99FX Pro r 2.0 *AMD FX 8350 Black Edition *Cooler Master MasterLiquid 240 CPU Cooler * Crucial 16g DDR3 * MSI Geforce GTX 1050 * Antec 650w* Thermaltake V9 Case
2nd Asus M5A99fx Pro R2.0 Mainboard *AMD FX 4300 Black edition * l6g Crutial DDR3 * Evga Geforce Gt 730 * Coolermaster Dual fan HSF * 500w Thermaltake PSU * 320g western digital HDD


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #43 (permalink)  
Old 30th September, 2009, 05:09 PM
Member
 
Join Date: April 2005
Location: AZ
Posts: 2,446

Start with this line and skip the installing of wine.

sudo sh -c "echo '/usr/local/cuda/lib' > /etc/ld.so.conf.d/cuda.conf" && sudo ldconfig
__________________
Biostar TForce X58 - Core i7 920 - 12GB Corsair Dominator DDR3 - EVGA 560ti - PCP&C 750W - Dual boot, Arch Linux/WinXP
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #44 (permalink)  
Old 30th September, 2009, 09:56 PM
PorPorMe's Avatar
Member
 
Join Date: January 2008
Location: Othello, Wa
Posts: 3,207

I had to go back and do wine notepad and then the next two commands went in untill this:

ldd /usr/local/lib/wine/nvcuda.dll.so
ldd: /usr/local/lib/wine/nvcuda.dll.so: No such file or directory

EDIT: The command you said to start with didn't comply so I went thru wine and all commands stated I had already done that untill notepad and it executed that command.
__________________
AOA Team fah


1ST * Asus M5A99FX Pro r 2.0 *AMD FX 8350 Black Edition *Cooler Master MasterLiquid 240 CPU Cooler * Crucial 16g DDR3 * MSI Geforce GTX 1050 * Antec 650w* Thermaltake V9 Case
2nd Asus M5A99fx Pro R2.0 Mainboard *AMD FX 4300 Black edition * l6g Crutial DDR3 * Evga Geforce Gt 730 * Coolermaster Dual fan HSF * 500w Thermaltake PSU * 320g western digital HDD



Last edited by PorPorMe; 30th September, 2009 at 10:01 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #45 (permalink)  
Old 30th September, 2009, 10:05 PM
PorPorMe's Avatar
Member
 
Join Date: January 2008
Location: Othello, Wa
Posts: 3,207

this is my session in terminal:

ichael@michael-desktop ~ $ sudo sh -c "echo '/usr/local/cuda/lib' > /etc/ld.so.conf.d/cuda.conf" && sudo ldconfig
[sudo] password for michael:
michael@michael-desktop ~ $ wget http://www.gpu2.twomurs.com/wrapper2.../cudart.dll.so -O ~/.wine/drive_c/windows/system32/cudart.dll && ln -s ~/.wine/drive_c/windows/system32/cudart.dll ~/.wine/drive_c/windows/system32/nvcuda.dll
/home/michael/.wine/drive_c/windows/system32/cudart.dll: No such file or directory
michael@michael-desktop ~ $ sudo apt-get install wine
Reading package lists... Done
Building dependency tree
Reading state information... Done
wine is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
michael@michael-desktop ~ $ sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree
Reading state information... Done
ia32-libs is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
michael@michael-desktop ~ $ wine notepad
wine: created the configuration directory '/home/michael/.wine'
fixme:system:SetProcessDPIAware stub!
fixme:iphlpapi:NotifyAddrChange (Handle 0x7cd859e8, overlapped 0x7cd859cc): stub
fixme:shellllCanUnloadNow stub
wine: configuration in '/home/michael/.wine' has been updated.
michael@michael-desktop ~ $ wget http://www.gpu2.twomurs.com/wrapper2.../cudart.dll.so -O ~/.wine/drive_c/windows/system32/cudart.dll && ln -s ~/.wine/drive_c/windows/system32/cudart.dll ~/.wine/drive_c/windows/system32/nvcuda.dll
--2009-09-30 13:51:36-- http://www.gpu2.twomurs.com/wrapper2.../cudart.dll.so
Resolving www.gpu2.twomurs.com... 69.89.27.223
Connecting to www.gpu2.twomurs.com|69.89.27.223|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 99037 (97K) [application/octet-stream]
Saving to: `/home/michael/.wine/drive_c/windows/system32/cudart.dll'

100%[======================================>] 99,037 147K/s in 0.7s

2009-09-30 13:51:37 (147 KB/s) - `/home/michael/.wine/drive_c/windows/system32/cudart.dll' saved [99037/99037]

michael@michael-desktop ~ $ ldd ~/.wine/drive_c/windows/system32/cudart.dll
ldd: warning: you do not have execution permission for `/home/michael/.wine/drive_c/windows/system32/cudart.dll'
linux-gate.so.1 => (0xf7f48000)
libcudart.so.2 => /usr/local/cuda/lib/libcudart.so.2 (0xf7ed2000)
libwine.so.1 => /usr/lib32/libwine.so.1 (0xf7d9b000)
libm.so.6 => /lib32/libm.so.6 (0xf7d74000)
libc.so.6 => /lib32/libc.so.6 (0xf7c11000)
libdl.so.2 => /lib32/libdl.so.2 (0xf7c0d000)
libpthread.so.0 => /lib32/libpthread.so.0 (0xf7bf4000)
librt.so.1 => /lib32/librt.so.1 (0xf7beb000)
libstdc++.so.6 => /usr/lib32/libstdc++.so.6 (0xf7afc000)
libgcc_s.so.1 => /usr/lib32/libgcc_s.so.1 (0xf7aec000)
/lib/ld-linux.so.2 (0xf7f49000)
michael@michael-desktop ~ $ ldd /usr/local/lib/wine/nvcuda.dll.so
ldd: /usr/local/lib/wine/nvcuda.dll.so: No such file or directory
michael@michael-desktop ~ $ ldd /usr/local/lib/wine/nvcuda.dll.so
ldd: /usr/local/lib/wine/nvcuda.dll.so: No such file or directory
__________________
AOA Team fah


1ST * Asus M5A99FX Pro r 2.0 *AMD FX 8350 Black Edition *Cooler Master MasterLiquid 240 CPU Cooler * Crucial 16g DDR3 * MSI Geforce GTX 1050 * Antec 650w* Thermaltake V9 Case
2nd Asus M5A99fx Pro R2.0 Mainboard *AMD FX 4300 Black edition * l6g Crutial DDR3 * Evga Geforce Gt 730 * Coolermaster Dual fan HSF * 500w Thermaltake PSU * 320g western digital HDD


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #46 (permalink)  
Old 30th September, 2009, 10:24 PM
Member
 
Join Date: April 2005
Location: AZ
Posts: 2,446

Try putting sudo before the command. I forgot that I was su-ing to root to do this.
__________________
Biostar TForce X58 - Core i7 920 - 12GB Corsair Dominator DDR3 - EVGA 560ti - PCP&C 750W - Dual boot, Arch Linux/WinXP
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #47 (permalink)  
Old 30th September, 2009, 10:39 PM
PorPorMe's Avatar
Member
 
Join Date: January 2008
Location: Othello, Wa
Posts: 3,207

Same results, Cliff.

michael@michael-desktop ~ $ sudo ldd /usr/local/lib/wine/nvcuda.dll.so
ldd: /usr/local/lib/wine/nvcuda.dll.so: No such file or directory

EDIT:
Should I go to su?
__________________
AOA Team fah


1ST * Asus M5A99FX Pro r 2.0 *AMD FX 8350 Black Edition *Cooler Master MasterLiquid 240 CPU Cooler * Crucial 16g DDR3 * MSI Geforce GTX 1050 * Antec 650w* Thermaltake V9 Case
2nd Asus M5A99fx Pro R2.0 Mainboard *AMD FX 4300 Black edition * l6g Crutial DDR3 * Evga Geforce Gt 730 * Coolermaster Dual fan HSF * 500w Thermaltake PSU * 320g western digital HDD



Last edited by PorPorMe; 30th September, 2009 at 10:42 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #48 (permalink)  
Old 30th September, 2009, 11:02 PM
Member
 
Join Date: April 2005
Location: AZ
Posts: 2,446

sudo is the same as su in that respect. Let me check something else, maybe something changed at the download of the nvcuda.dll
__________________
Biostar TForce X58 - Core i7 920 - 12GB Corsair Dominator DDR3 - EVGA 560ti - PCP&C 750W - Dual boot, Arch Linux/WinXP
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #49 (permalink)  
Old 1st October, 2009, 07:36 AM
Member
 
Join Date: April 2005
Location: AZ
Posts: 2,446

After looking at the dll file, I think it would be better to compile from source code and install it that way. We will need a few tools.

Code:
sudo apt-get install build-essential
Code:
sudo apt-get install automake
Code:
sudo apt-get install checkinstall
__________________
Biostar TForce X58 - Core i7 920 - 12GB Corsair Dominator DDR3 - EVGA 560ti - PCP&C 750W - Dual boot, Arch Linux/WinXP
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #50 (permalink)  
Old 1st October, 2009, 08:51 AM
PorPorMe's Avatar
Member
 
Join Date: January 2008
Location: Othello, Wa
Posts: 3,207

completed the 3 steps
__________________
AOA Team fah


1ST * Asus M5A99FX Pro r 2.0 *AMD FX 8350 Black Edition *Cooler Master MasterLiquid 240 CPU Cooler * Crucial 16g DDR3 * MSI Geforce GTX 1050 * Antec 650w* Thermaltake V9 Case
2nd Asus M5A99fx Pro R2.0 Mainboard *AMD FX 4300 Black edition * l6g Crutial DDR3 * Evga Geforce Gt 730 * Coolermaster Dual fan HSF * 500w Thermaltake PSU * 320g western digital HDD


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #51 (permalink)  
Old 1st October, 2009, 02:42 PM
Member
 
Join Date: April 2005
Location: AZ
Posts: 2,446

I need the output of ls ~/folding/gpu
__________________
Biostar TForce X58 - Core i7 920 - 12GB Corsair Dominator DDR3 - EVGA 560ti - PCP&C 750W - Dual boot, Arch Linux/WinXP
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #52 (permalink)  
Old 1st October, 2009, 04:37 PM
PorPorMe's Avatar
Member
 
Join Date: January 2008
Location: Othello, Wa
Posts: 3,207

michael@michael-desktop ~ $ ls ~/folding/gpu
NVIDIA_CUDA_Toolkit_2.0_ubuntu7.10_x86.run
__________________
AOA Team fah


1ST * Asus M5A99FX Pro r 2.0 *AMD FX 8350 Black Edition *Cooler Master MasterLiquid 240 CPU Cooler * Crucial 16g DDR3 * MSI Geforce GTX 1050 * Antec 650w* Thermaltake V9 Case
2nd Asus M5A99fx Pro R2.0 Mainboard *AMD FX 4300 Black edition * l6g Crutial DDR3 * Evga Geforce Gt 730 * Coolermaster Dual fan HSF * 500w Thermaltake PSU * 320g western digital HDD


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #53 (permalink)  
Old 1st October, 2009, 04:41 PM
PorPorMe's Avatar
Member
 
Join Date: January 2008
Location: Othello, Wa
Posts: 3,207

Just in case:


michael@michael-desktop ~ $ ls ~/folding/gpu
NVIDIA_CUDA_Toolkit_2.0_ubuntu7.10_x86.run
michael@michael-desktop ~ $ sudo ldd /usr/local/lib/wine/nvcuda.dll.so
[sudo] password for michael:
ldd: /usr/local/lib/wine/nvcuda.dll.so: No such file or directory
__________________
AOA Team fah


1ST * Asus M5A99FX Pro r 2.0 *AMD FX 8350 Black Edition *Cooler Master MasterLiquid 240 CPU Cooler * Crucial 16g DDR3 * MSI Geforce GTX 1050 * Antec 650w* Thermaltake V9 Case
2nd Asus M5A99fx Pro R2.0 Mainboard *AMD FX 4300 Black edition * l6g Crutial DDR3 * Evga Geforce Gt 730 * Coolermaster Dual fan HSF * 500w Thermaltake PSU * 320g western digital HDD


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #54 (permalink)  
Old 1st October, 2009, 10:12 PM
PorPorMe's Avatar
Member
 
Join Date: January 2008
Location: Othello, Wa
Posts: 3,207

My #1 rig is puting up 10k+ PPD under XP x86. #3 rig 1k+, I am realy looking foward to what #2 will do under Mint 7 x64. I'm laying off installing the SMP client untill the GPU client is installed. The work Cliff is doing to help me do that is tremendous-kudos Cliff!
__________________
AOA Team fah


1ST * Asus M5A99FX Pro r 2.0 *AMD FX 8350 Black Edition *Cooler Master MasterLiquid 240 CPU Cooler * Crucial 16g DDR3 * MSI Geforce GTX 1050 * Antec 650w* Thermaltake V9 Case
2nd Asus M5A99fx Pro R2.0 Mainboard *AMD FX 4300 Black edition * l6g Crutial DDR3 * Evga Geforce Gt 730 * Coolermaster Dual fan HSF * 500w Thermaltake PSU * 320g western digital HDD


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #55 (permalink)  
Old 4th October, 2009, 05:57 AM
Member
 
Join Date: April 2005
Location: AZ
Posts: 2,446

Back from the races, wasn't expecting to be back until tomorrow nite, but it just wasn't my night for winning.

Anyway. Grab the zip file in this post and move it to folding/gpu.

If any of these fail, stop at that point and let me know
Code:
unzip cuda_wrapper.zip
Code:
make
Code:
cp -a cudart.dll.so ~/.wine/drive_c/windows/system32/nvcuda.dll
Code:
sudo cp -a /usr/local/cuda/lib/* /usr/lib32
Code:
nice -n18 wine folding@home-Win32-GPU.exe -forcegpu nvidia_g80
Attached Files
File Type: zip cuda_wrapper.zip (4.5 KB, 108 views)
__________________
Biostar TForce X58 - Core i7 920 - 12GB Corsair Dominator DDR3 - EVGA 560ti - PCP&C 750W - Dual boot, Arch Linux/WinXP

Last edited by ccperf721p; 4th October, 2009 at 03:10 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #56 (permalink)  
Old 4th October, 2009, 07:01 PM
PorPorMe's Avatar
Member
 
Join Date: January 2008
Location: Othello, Wa
Posts: 3,207

After moving file- 1st command doesn't see it.
Faster cars are hard to handle. You'll get 'em next time!



michael@michael-desktop ~ $ ls ~/folding/gpu
cuda_wrapper.zip NVIDIA_CUDA_Toolkit_2.0_ubuntu7.10_x86.run
michael@michael-desktop ~ $ unzip cuda_wrapper.zip
unzip: cannot find or open cuda_wrapper.zip, cuda_wrapper.zip.zip or cuda_wrapper.zip.ZIP.
__________________
AOA Team fah


1ST * Asus M5A99FX Pro r 2.0 *AMD FX 8350 Black Edition *Cooler Master MasterLiquid 240 CPU Cooler * Crucial 16g DDR3 * MSI Geforce GTX 1050 * Antec 650w* Thermaltake V9 Case
2nd Asus M5A99fx Pro R2.0 Mainboard *AMD FX 4300 Black edition * l6g Crutial DDR3 * Evga Geforce Gt 730 * Coolermaster Dual fan HSF * 500w Thermaltake PSU * 320g western digital HDD


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #57 (permalink)  
Old 4th October, 2009, 07:28 PM
Member
 
Join Date: April 2005
Location: AZ
Posts: 2,446

Bad Mint, bad..
I guess easiest would be to just browse to it and extract it using the right click method.

Drag racing is like automotive thunderdome. Two cars line up, one has to lose every time.. It was just my turn..
__________________
Biostar TForce X58 - Core i7 920 - 12GB Corsair Dominator DDR3 - EVGA 560ti - PCP&C 750W - Dual boot, Arch Linux/WinXP

Last edited by ccperf721p; 4th October, 2009 at 07:29 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #58 (permalink)  
Old 4th October, 2009, 07:38 PM
PorPorMe's Avatar
Member
 
Join Date: January 2008
Location: Othello, Wa
Posts: 3,207

I think we are missing a step. I unzipped it and ran make:

michael@michael-desktop ~ $ make
make: *** No targets specified and no makefile found. Stop.

EDIT:

michael@michael-desktop ~ $ make
make: *** No targets specified and no makefile found. Stop.
michael@michael-desktop ~ $ ls ~/folding/gpu
cuda_wrapper cuda_wrapper.zip NVIDIA_CUDA_Toolkit_2.0_ubuntu7.10_x86.run
michael@michael-desktop ~ $

EDIT:

I tried something-didn't work.

michael@michael-desktop ~ $ make
make: *** No targets specified and no makefile found. Stop.
michael@michael-desktop ~ $ ls ~/folding/gpu
cuda_wrapper cuda_wrapper.zip NVIDIA_CUDA_Toolkit_2.0_ubuntu7.10_x86.run
michael@michael-desktop ~ $ cd ~/folding/gpu
michael@michael-desktop ~/folding/gpu $ make
make: *** No targets specified and no makefile found. Stop.
michael@michael-desktop ~/folding/gpu $
__________________
AOA Team fah


1ST * Asus M5A99FX Pro r 2.0 *AMD FX 8350 Black Edition *Cooler Master MasterLiquid 240 CPU Cooler * Crucial 16g DDR3 * MSI Geforce GTX 1050 * Antec 650w* Thermaltake V9 Case
2nd Asus M5A99fx Pro R2.0 Mainboard *AMD FX 4300 Black edition * l6g Crutial DDR3 * Evga Geforce Gt 730 * Coolermaster Dual fan HSF * 500w Thermaltake PSU * 320g western digital HDD



Last edited by PorPorMe; 4th October, 2009 at 08:22 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #59 (permalink)  
Old 4th October, 2009, 08:42 PM
PorPorMe's Avatar
Member
 
Join Date: January 2008
Location: Othello, Wa
Posts: 3,207

I thought I had it figured out-wrong.
I'll wait for your input before I screw something up.


michael@michael-desktop ~ $ make
make: *** No targets specified and no makefile found. Stop.
michael@michael-desktop ~ $ ls ~/folding/gpu
cuda_wrapper cuda_wrapper.zip NVIDIA_CUDA_Toolkit_2.0_ubuntu7.10_x86.run
michael@michael-desktop ~ $ cd ~/folding/gpu
michael@michael-desktop ~/folding/gpu $ make
make: *** No targets specified and no makefile found. Stop.
michael@michael-desktop ~/folding/gpu $ cd ~/folding/gpu/cuda_wrapper
michael@michael-desktop ~/folding/gpu/cuda_wrapper $ make
winegcc -m32 -c -I/usr/local/cuda/include -DUSE_SLEEPWAIT=300000 -o cudart.o cudart.c
cudart.c:1:21: error: windows.h: No such file or directory
In file included from /usr/include/features.h:354,
from /usr/include/limits.h:27,
from /usr/lib/gcc/x86_64-linux-gnu/4.3.3/include-fixed/limits.h:122,
from /usr/lib/gcc/x86_64-linux-gnu/4.3.3/include-fixed/syslimits.h:7,
from /usr/lib/gcc/x86_64-linux-gnu/4.3.3/include-fixed/limits.h:11,
from /usr/local/cuda/include/driver_types.h:47,
from /usr/local/cuda/include/builtin_types.h:43,
from /usr/local/cuda/include/cuda_runtime_api.h:55,
from cudart.h:1,
from cudart.c:2:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
cudart.c:3:24: error: wine/debug.h: No such file or directory
cudart.c:18: warning: data definition has no type or storage class
cudart.c:18: warning: parameter names (without types) in function declaration
cudart.c:24: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘eventInitialized’
cudart.c:82: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘WINAPI’
cudart.c:99: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘wine_cudaConfigureCall’
cudart.c:113: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘wine_cudaGetDeviceProperties’
cudart.c:118: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘wine_cudaGetErrorString’
cudart.c:123: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘wine_cudaGetLastError’
cudart.c:133: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘wine_cudaLaunch’
cudart.c:206: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘wine_cudaMemcpy’
cudart.c:218: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘wine_cudaMemcpyFromSymbol’
cudart.c:224: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘wine_cudaMemcpyToSymbol’
cudart.c:230: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘wine_cudaRegisterFatBinary’
cudart.c:235: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘wine_cudaRegisterFunction’
cudart.c:243: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘wine_cudaRegisterVar’
cudart.c:250: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘wine_cudaRegisterShared’
cudart.c:255: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘wine_cudaRegisterSharedVar’
cudart.c:261: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘wine_cudaSetDevice’
cudart.c:266: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘wine_cudaUnregisterFatBinary’
cudart.c:271: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘wine_cudaFree’
cudart.c:276: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘wine_cudaMalloc’
winegcc: gcc failed
make: *** [cudart.o] Error 2
michael@michael-desktop ~/folding/gpu/cuda_wrapper $
__________________
AOA Team fah


1ST * Asus M5A99FX Pro r 2.0 *AMD FX 8350 Black Edition *Cooler Master MasterLiquid 240 CPU Cooler * Crucial 16g DDR3 * MSI Geforce GTX 1050 * Antec 650w* Thermaltake V9 Case
2nd Asus M5A99fx Pro R2.0 Mainboard *AMD FX 4300 Black edition * l6g Crutial DDR3 * Evga Geforce Gt 730 * Coolermaster Dual fan HSF * 500w Thermaltake PSU * 320g western digital HDD


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #60 (permalink)  
Old 4th October, 2009, 08:50 PM
Member
 
Join Date: April 2005
Location: AZ
Posts: 2,446

I'm going to delete all the stuff on my mint rig and start over and see where I messed up. There has to be a typo or bad command somewhere. It is working on my mint rig but I'll see if I can fix that and get some answers.
__________________
Biostar TForce X58 - Core i7 920 - 12GB Corsair Dominator DDR3 - EVGA 560ti - PCP&C 750W - Dual boot, Arch Linux/WinXP
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual Linux SMP clients on Quadcore ccperf721p Windows/Linux SMP Clients 30 27th May, 2012 05:18 AM
Download - Wine 1.1.3 for Linux/FreeBSD danrok OS, Software, Firmware, and BIOS 7 26th August, 2008 07:46 PM
Dual Linux SMP clients on Quadcore ccperf721p AOA FAQ 0 29th December, 2007 01:25 AM
Wine nki69c OS, Software, Firmware, and BIOS 3 27th March, 2004 10:34 PM
For people running Linux clients, EMIII 2.1.8 is out. mookydooky ThunderRd's AOA FOLDING@HOME Team 6 10th November, 2002 09:01 AM


All times are GMT +1. The time now is 09:41 AM.


Copyright ©2001 - 2023, AOA Forums
Don't Click Here Don't Click Here Either

Search Engine Friendly URLs by vBSEO 3.3.0