Windows 8.1 64 bit
9.18.13.3288 (CUDA Toolkit 6.0 driver)
Intel i7-4700MQ *
OpenCL, Verify Accuracy, Double Precision: Explicit 1.67591, Implicit 1.82807
NVIDIA GeForce GT 740M
OpenCL, Verify Accuracy, Double Precision: Explicit 1.62006, Implicit 2.49951
* They say this CPU has some factory restrictions in power to avoid notebook overheating.
I didn't run test on Intel integrated graphics card (4600 series) since i've read on the forum it is not compatible with FAH Bench.
I have a problem with OpenMM.
Spongebob25 wrote:proteneer wrote:Spongebob25 wrote:OpenCL works fine but now I'm back to having an error running cuda.--OpenMMCUDA.dll:126. I have the tool kit installed and VS.
Which version of CUDA and VS are you using? Must be CUDA 5.0 and VS 2008
Yes, CUDA 5.0 and VS2008 are installed.
proteneer wrote:Spongebob25 wrote:
Did as you asked. Got--->Error: At least one required implicit or forwarded dependency was not found. Warning: A least one delay-load dependency module was not found. Warning: At least one module has an unresolved import due to missing export function in a delay-load dependent module.
CUFFT32_50_35.DLL--->Error opening file. The system cannot find the file specified.
MSVCR90.DLL--->Error opening file. The system cannot find the file specified.
IESHIMS.DLL--->Error opening file. The system cannot find the file specified.
CUFFT is the culprit here, try to find the folder in which CUFFT32_50_35.DLL is installed, and set your windows PATH to point to that as well.
I'm having the same issue (Error opening file. The system cannot find the file specified.) with the following:
API-MS-WIN-CORE-KERNEL32-PRIVATE-L1-1-1.DLL
API-MS-WIN-CORE-PRIVATEPROFILE-L1-1-1.DLL
API-MS-WIN-SERVICE-PRIVATE-L1-1-1.DLL
CUFFT32_50_35.DLL
API-MS-WIN-CORE-SHUTDOWN-L1-1-1.DLL
EXT-MS-WIN-NTUSER-UICONTEXT-EXT-L1-1-0.DLL
IESHIMS.DLL
but MSVCR90.DLL doesn't even appear, there's two MSVCR100.DLL instead . I've installed NVIDIA CUDA Toolkit 6.0: when i bought a laptop with an NVIDIA card as second grapchics adapter the latest version of CUDA Toolkit was 6.0 and not 5.0 and i though it was better t choose the latest. I haven't installed MS Visual Studio: i only have MS Visual C++ 2010 x86 Redistributable (10.0), MS Visual C++ 2010 x64 Redistributable (10.0), MS Visual C++ 2012 Redistributable (x86) (11.0) and MS Visual C++ 2012 Redistributable (x64) (11.0).
Have i to remove NVIDIA CUDA Toolkit 6.0 and install the older 5.0 in addition to installing MS Visual Studio 2008 to make it working?