The fundamental problem to be solved is How to process FAH WUs on non-internet-connected computers. (This is affectionately called sneakernet, meaning that the data is moved between computers by the person wearing shoes.)
First, it is important that the results be returned quickly. The deadlines are critical, and sneakernetting introduces delays into the process which are actually detrimental to the scientific process. Please make every effort to minimize these extra delays.
Second, all machines should use the same Operating system: All Windows or all Linux or all OS-X. (It is far easier if the OSes are identical, but there may be some tricks to work around it.) The procedure is written for Windows, but could be applied to Linux or OS-X with slight modifications. They need not all be the same version of Windows, but they must use the same version of FAH.
Contents |
One machine must have internet access and you'll need whatever hardware is necessary to move data between that computer and each of the other computers.
XP 32Bit: HKEY_LOCAL_MACHINE\SOFTWARE\PandeGroup\Folding@home
XP 64Bit and Vista: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\PandeGroup\Folding@home
NOTE: With Windows Vista, the key can also be stored in this location, if you have installed the SMP client. This one takes precedence: HKEY_CURRENT_USER\Software\Classes\VirtualStore\MACHINE\SOFTWARE\Wow6432Node\PandeGroup\Folding@home
To simplify the procedure, I've suggested that you need to move the entire directory back and forth. Certainly that must be done initially and you may eventually find it needs you to copy a new core, but most of the time it is enough to move queue.dat and the entire WORK folder.
NOTE DO NOT attempt to upload completed units over and over. It will not do you any good. Once they have been sent in, and recorded by the stats server, you WILL NOT get credit for uploading any units a second time. You would only be wasting your time, and bandwidth. When you move the WORK folder between computers, you should empty the receiving folder before the new contents are inserted.
NOTE2 DO NOT attempt to download new work until the previous WU is ready to upload. This will lead to duplicated assignments and you only get credit for the work once.
NOTE3 Due to security enhancements in the assignment servers and work servers (2nd half 2009), completed work units must be uploaded using the same System ID and Machine ID as the fah client to which that work unit was assigned. That does not necessarily require the WU to be sent back from the exact same computer and fah installation, but additional System ID and Machine ID tracking and management will be required to assure completed work units can be uploaded, accepted, and credited. I.E. You will need to export the Registry ID to the other computer that will upload the WU, or move the WU back to the exact same location before uploading.
If there is a compatibility layer on the network machine's OS for the non-networked machine's OS, then you can mix OSes. For example, you have a no-net Windows machine and a has-net Linux machine with wine installed. Some details of this particular set up follow. Wine should be able to be set up on a Mac as well. [www.cygwin.com/ Cygwin] should work for no-net Linux and has-net Windows. There are other more elaborate solutions with virtualization engines like [www.vmware.com VMware].
Copy the registry keys as above. You can edit the Wine registry the same way as you edit the Windows registry.
regedit
The only extra complication is that you must copy the completed WUs to a directory visible to Wine (not all are, you set up such directories with the winecfg command). Then to upload the WUs, simply prefix the command with 'wine':
wine FAH502-Console.exe -send all -local
(Referrences to obsolete pages deleted)