|
July 29, 2011, 03:05:18 PM |
|
I've been getting similar problems. After going up to lion and reinstalling pyopencl, any time I try to run POCLBM (old version) I get this as an output:
Mac-Computer:bitcoin <user>$ python poclbm.py -d 0 --user <ID> --pass <pass> --host=us.btcguild.com -w 32 Exception in thread Thread-2: Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 530, in __bootstrap_inner self.run() File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 483, in run self.__target(*self.__args, **self.__kwargs) File "/Users/<user>/bitcoin/BitcoinMiner.py", line 306, in miningThread output_buf) File "/Library/Python/2.7/site-packages/pyopencl-2011.1.2-py2.7-macosx-10.7-intel.egg/pyopencl/__init__.py", line 240, in kernel_call global_offset, wait_for, g_times_l=g_times_l) LogicError: clEnqueueNDRangeKernel failed: invalid work group size
This never happened in SnowLeopard (10.6).
|