Re: Folding@Home Benchmark Beta Testing
Posted: Mon Jan 14, 2013 4:35 am
When I try to run it with CUDA I get an error: OpenMMCUDA.dll: 126
Community driven support forum for Folding@home
https://foldingforum.org/
According to CUDA-Z, mine has only CC 1.1, so support for atomics - or much of anything really - is indeed limited. At least the GT430 has CC 2.1.proteneer wrote:Ah yes, we've never tested much of OpenMM on IONs - it doesn't seem to support atomics.
You need to install CUDA 5.0 most likely.Spongebob25 wrote:When I try to run it with CUDA I get an error: OpenMMCUDA.dll: 126
Code: Select all
C:\>"\Program Files (x86)\Microsoft Visual Studio 9.0\vc\vcvarsall.bat"
Setting environment for using Microsoft Visual Studio 2008 x86 tools.
C:\>cl
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 15.00.21022.08 for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
usage: cl [ option... ] filename... [ /link linkoption... ]
C:\>
Code: Select all
Explicit:
Error launching CUDA compiler: 2
openmmTempKernel0612FB38.cu
c:\program files\nvidia gpu computing toolkit\cuda\v5.0\include\host_config.h(14
4) : fatal error C1083: Cannot open include file: 'crtdefs.h': No such file or d
irectory
Haha - those numbers actually aren't too bad.Jesse_V wrote:OK, I guess I discovered that the 2010 version doesn't work! After installing MS-VS 9 and changing my PATH variable, the program completed successfully and producedproteneer wrote:Hi - you need to use the 2008 version (MSVC9)from my Nvidia GTX 560TI. If I could make two suggestions: 1) reduce the prerequisites and 2) add more output to the console. It sat on "Explicit:" for a good while, with 0% GPU usage, and I thought I had done something wrong.Code: Select all
C:\Users\Admin\Downloads\bench>FAHBench.exe -deviceId 0 -platform CUDA -precisio n single O O P R O T E N E E R C--N \ \ N | C C=O / \-C C / | N-C \ .C-C C/ C C | C / \ O | | / N | C C | | O C C /-C \_N_/ \ N _C_ C | / O / C C-/ \_C/ \N-/ \ N /-C-\ C | | O / | | C-/ \C/ N-/ \_ N\ /C\ -C N | | O | | | \C/ C/ N/ \_C__/ \ C-\ C C O | | | | C-/ N/ \-C \_C C O | O | | \ \-O C C O | \ \ C N Folding@Home C--N C \ | Benchmark (Beta) | | N--C O | \ Yutong Zhao C=O N proteneer@gmail.com / O for official stats, please visit www.fahbench.com Explicit: Checking for accuracy...done 17.9127 ns/day Implicit: Checking for accuracy...done 67.6904 ns/day C:\Users\Admin\Downloads\bench>
Doing the math, 1.5 milliseconds (folding timescale for the NTL9 protein) divided by 67.7 nanoseconds gives 22,157 days, which is 60 years.
Anandtech is using a much older version. We have contacted them about the new benchmark. They will (hopefully) be migrating to our new benchmark in the future.Flaschie wrote:Managed to make it run fine on my PC after second download (first one got some DLL-error).
Anyways, a massively 2.93 ns/day Explicit and 20.26 ns/day Implicit for single precision on my AMD 7660D @ stock (OpenCL, naturally)
One question though; Is this bench related to the bench Anandtech used in his GPU test lately? I noticed his numbers were much higher.
Thanks for the numbers, they're useful to know. Seems like most of the people here got the benchmark to work.Jesse_V wrote:Good luck. Please forgive my ignorance, but could you please explain how this .exe is different than the FahCores which don't require all this software?proteneer wrote:1) will be hard - we're working with/waiting on NVIDIA to add in some features
All I'm saying is that you could try to put some additional std:cout's in to indicate that the program is making progress.proteneer wrote:2) most of the wait time comes from checking for accuracy. maybe I can add some stuff in later.
[/code]