Post
Topic
Board Deutsch (German)
Re: OpenSuSe 11.4
by
klaaster
on 25/06/2011, 10:15:28 UTC
H@all
hat jemand von euch schon einen miner unter OpenSuSe 11.4 zum laufen gebracht?


So nun habe ich python-twisted gefunden und installiert
und bekomme die nächsten Fehlermeldungen:
----------------------------------
Traceback (most recent call last):
  File "./phoenix.py", line 123, in
    miner.start(options)
  File "/home/xxx/Downloads/phoenix-1.48/Miner.py", line 75, in start
    self.kernel = self.options.makeKernel(KernelInterface(self))
  File "./phoenix.py", line 112, in makeKernel
    self.kernel = kernelModule.MiningKernel(requester)
  File "kernels/poclbm/__init__.py", line 132, in __init__
    platforms = cl.get_platforms()
pyopencl.LogicError: clGetPlatformIDs failed: invalid/unknown error code
-----------------------------------
 Huh
TIA



oder probier mal das:

$ ./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

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).

Floe