Re: OpenCL beta for Linux

It's having trouble detecting my 3 GTX580s, when running in debug it says "Got 0 CUDA devices!" The older Multiforcer detects them with no problem as does other CUDA programs we have installed.
Here's the debug output
./New-Multiforcer -h NTLM -c charsets/charsetall -f test_hashes/Hashes-NTLM-Full.txt --nocpu --debug
If I try to disable opencl I get this:
./New-Multiforcer -h NTLM -c charsets/charsetall -f test_hashes/Hashes-NTLM-Full.txt --nocpu --noopencl --debug
Here's the debug output
./New-Multiforcer -h NTLM -c charsets/charsetall -f test_hashes/Hashes-NTLM-Full.txt --nocpu --debug
- Code: Select all
./New-Multiforcer: /usr/lib/libOpenCL.so.1: no version information available (required by ./New-Multiforcer)
Got 0 CUDA devices!
Got 3 OpenCL GPUs
Device 0: OpenCL, p:0, d:0
Device 1: OpenCL, p:0, d:1
Device 2: OpenCL, p:0, d:2
MFND: Setting hash name NTLM
MFND: Setting password len 1
MFND: Status: Starting pw len 1
MFND: Setting password len 1
MFND: WU status: 0/1
MFND: Hash status: 0/13
MFND: Total crack rate 0.00 /s
MFND: Total rate: 0.00
MFND: Status: Td 0: CID 17767.
MFND: Status: Td 1: CID 39017.
MFND: Status: Td 2: CID 9158.
Error compiling program!
Error: (GRTOpenCL.cpp:764)Program build failure
Could not get build log: Invalid value
If I try to disable opencl I get this:
./New-Multiforcer -h NTLM -c charsets/charsetall -f test_hashes/Hashes-NTLM-Full.txt --nocpu --noopencl --debug
- Code: Select all
./New-Multiforcer: /usr/lib/libOpenCL.so.1: no version information available (required by ./New-Multiforcer)
Got 0 CUDA devices!
MFND: Setting hash name NTLM
MFND: Setting password len 1
MFND: Status: Starting pw len 1
terminate called after throwing an instance of 'std::out_of_range'
what(): vector::_M_range_check
Aborted