Post
Topic
Board Beginners & Help
linux miner problem
by
frankster
on 21/06/2011, 22:27:35 UTC
I have been reading a thread in a different topic (which I can't post to) but some guy has the same problem as me running the poclbm miner:

Quote
Quote from: CristianCantoro on June 04, 2011, 06:28:20 pm
$ ./poclbm.py
Traceback (most recent call last):
  File "./poclbm.py", line 27, in
    platforms = cl.get_platforms()
pyopencl.LogicError: clGetPlatformIDs failed: invalid/unknown error code


Floe replied:
Quote
When you have this problem, you should check /etc/OpenCL/vendors/amdocl32.icd - this file should exist and contain the string "libamdocl32.so"
(for a 64-bit system, replace 32 with 64).

However am I right in thinking that this would only apply to ati graphics cards? I have an nvidia card and in that directory I have a file called nvidia.icd containing libcuda.so. Is this correct?