I managed to compile it but got this error when try to run it.
Initializing. Device has 965951488 free of 1341325312 total bytes of memory
Could not mmap hugepage, reverting to malloc: Cannot allocate memory
You can ignore that error - it was probably working. I've committed an update that gets rid of it. It's just informational (and unimportant) with the way the code works now.
-Dave
Hi Dave, with that error the miner wasn't working, not doing anything. I made a change in makefile.unix line 142
nvcc -O3 -c -arch=sm_35 -o $@ $<
changed to
nvcc -O3 -c -arch=sm_20 -o $@ $<
Recompiled and now running flawlessly no errors. I just tried my luck with that change to reflect the compute capability of my card. Mine is gtx 570. Getting about 670 c/m.