|
nVidia/ATI GPU2 clients Folding clients that use GPUs on graphics cards running the GPU2 client |
![]() |
| LinkBack | Thread Tools | Rate Thread |
| ||||
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.
__________________ ![]() 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 |
| |||
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 |
| ||||
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.
__________________ ![]() 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. |
| ||||
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:shell ![]() 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
__________________ ![]() 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 |
| |||
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 |
| ||||
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?
__________________ ![]() 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. |
| |||
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 |
| |||
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 |
| ||||
completed the 3 steps
__________________ ![]() 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 |
| ||||
michael@michael-desktop ~ $ ls ~/folding/gpu NVIDIA_CUDA_Toolkit_2.0_ubuntu7.10_x86.run
__________________ ![]() 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 |
| ||||
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
__________________ ![]() 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 |
| ||||
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!
__________________ ![]() 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 |
| |||
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
__________________ 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. |
| ||||
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.
__________________ ![]() 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 |
| |||
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. |
| ||||
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 $
__________________ ![]() 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. |
| ||||
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 $
__________________ ![]() 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 |
| |||
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 |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
Thread Tools | |
Rate This Thread | |
| |
![]() | ||||
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 |