It failed to shutdown the core properly and I've only seen it work with core_11 and not 15. I do believe that it can be done though. But since I'm no expert on this I've stopped researching how to fix this. Maybe somebody else can get it to work
Here's how to proceed:
First make sure your pc can run V6 GPU work in wine
V7 will not work if you can't get it to work with V6. For information how to run V6 see this subforum: viewforum.php?f=54
The big difference is that with V7 you don't need the windows client.
I'm running it on my Gentoo system with the 64bit linux client. If that client is told it's "win32" it will act as a windows client and download cores for it.
- Code: Select all
<client-subtype value='STDCLI'/>
<os-type v='WIN32'/>
It however does require that wine is installed and configured to auto-run windows executables.
The latter is done by "binfmt" and works out of the box on Debian and Ubuntu.
Gentoo (and possible others) require that Executable file formats -> Kernel support for MISC binaries is enabled.
I then added the following line to /etc/conf.d/local.start
- Code: Select all
echo ':DOSWin:M::MZ::/usr/bin/wine:' > /proc/sys/fs/binfmt_misc/register
binfmt_misc needs to be mounted for this to work. On my system that was done automatically but here's the line for your fstab if it didn't:
- Code: Select all
none /proc/sys/fs/binfmt_misc binfmt_misc defaults 0 0
The result of this is a Linux x86-64 client that acts as a windows client.
I'm only running a GPU slot but a UNIPROCESSOR slot also worked and I think SMP also works fine.
- Code: Select all
14:39:40:************************* Folding@home Client *************************
14:39:40: Website: http://folding.stanford.edu/
14:39:40: Copyright: (c) 2009,2010 Stanford University
14:39:40: Author: Joseph Coffland <joseph@cauldrondevelopment.com>
14:39:40: Args:
14:39:40: Config: /home/erwin/folding-gpu/config.xml
14:39:40:******************************** Build ********************************
14:39:40: Version: 7.1.4
14:39:40: Date: Oct 23 2010
14:39:40: Time: 22:23:20
14:39:40: SVN Rev: 2383
14:39:40: Branch: fah/trunk/client
14:39:40: Compiler: Intel(R) C++ g++ 4.3 mode 1110
14:39:40: Options: -std=gnu++98 -O3 -funroll-loops -xsse2 -axSSE3,SSSE3,SSE4.1,SSE4.2
14:39:40: -restrict
14:39:40: Platform: linux2 2.6.28-11-server
14:39:40: Bits: 64
14:39:40: Mode: Release
14:39:40:******************************* System ********************************
14:39:40: OS: Linux 2.6.34-gentoo-r12 x86_64
14:39:40: Memory: 3.87 GB
14:39:40: CPU: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz
14:39:40: CPU ID: GenuineIntel Family 6 Model 15 Stepping 11
14:39:40: CPUs: 1 Physical, 4 Logical, 4 Core(s), 1 Thread(s) per Core
14:39:40: Threads: POSIX_THREADS
14:39:40: GPUs: 1
14:39:40: GPU 0: NVIDIA_G94 GeForce 9600 GT
14:39:40:On Battery: false
14:39:40:UTC offset: 1
14:39:40:***********************************************************************
14:39:40:Enabled computation slot 00: READY gpu:0:NVIDIA_G94
14:39:41:News: Welcome to Folding@Home
14:39:41:Assigned to work server 171.64.65.71
14:39:41:Requesting new work unit for slot 00: READY gpu:0:NVIDIA_G94 from 171.64.65.71
14:39:42:Downloading 80.55KiB............................................................................done
14:39:43:Received Unit: ID:00 State:DOWNLOAD Project:10112 Run:777 Clone:0 Gen:77 Core:0x11 Unit:0x0000005d0a3b1e6b4ccf4feeb2b31b32
14:39:43:Downloading core from http://www.stanford.edu/~pande/Win32/AMD64/NVIDIA/G80/Core_11.fah
<snip>
14:39:48:Starting Unit: 00
14:39:48:Core 0x11 started
14:39:56:Unit 00:
14:39:56:Unit 00:*------------------------------*
14:39:56:Unit 00:Folding@Home GPU Core
14:39:56:Unit 00:Version 1.31 (Tue Sep 15 10:57:42 PDT 2009)
14:39:56:Unit 00:
14:39:56:Unit 00:Compiler : Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.762 for 80x86
14:39:56:Unit 00:Build host: amoeba
14:39:56:Unit 00:Board Type: Nvidia
14:39:56:Unit 00:Core :
14:39:56:Unit 00:Preparing to commence simulation
14:39:56:Unit 00:- Looking at optimizations...
14:39:56:Unit 00:DeleteFrameFiles: successfully deleted file=00/wudata_01.ckp
14:39:56:Unit 00:- Created dyn
14:39:56:Unit 00:- Files status OK
14:39:56:Unit 00:- Expanded 81971 -> 425170 (decompressed 518.6 percent)
14:39:56:Unit 00:Called DecompressByteArray: compressed_data_size=81971 data_size=425170, decompressed_data_size=425170 diff=0
14:39:56:Unit 00:- Digital signature verified
14:39:56:Unit 00:
14:39:56:Unit 00:Project: 10112 (Run 777, Clone 0, Gen 77)
14:39:56:Unit 00:
14:39:56:Unit 00:Assembly optimizations on if available.
14:39:56:Unit 00:Entering M.D.
14:39:56:Unit 00:Tpr hash 00/wudata_01.tpr: 2221668042 1760085118 1497456037 4136928347 3505360100
14:39:56:Unit 00:
14:39:56:Unit 00:Calling fah_main args: 14 usage=100
14:39:56:Unit 00:
14:39:56:Unit 00:Working on 1174 p10112_ubiquitin_300K
14:40:00:Unit 00:Client config unavailable.
14:40:00:Unit 00:Starting GUI Server
14:42:45:Unit 00:Completed 1%
14:45:33:Unit 00:Completed 2%
14:48:17:Unit 00:Completed 3%
14:51:05:Unit 00:Completed 4%
It however failed to shutdown the core properly and I've only seen it work with core_11 and not 15.
Since I'm no expert on this I've stopped researching how to fix this. Maybe somebody else can get it to work

