jason-tilley

Results 22 comments of jason-tilley

I too have this question. It seems you might be correct that skipping those lines would do the trick. I changed all occurrences of '1.1' to '2.1' in sixs.py (3...

I also had luck installing on MacOS by adding -std=c++11 to my cxxflags.

Thanks for the help. I haven't worked with C since college (a pretty long time ago). Should I declare opt_nonvml a static int? Declaring as an extern int gives me:...

And to be clear, this configure option affects GPU monitoring but not mining performance, correct?

Got it! Had to edit grid.py as mentioned on this page... http://stackoverflow.com/questions/31446050/python-sigsegv-when-using-ctypes-on-cygwin

I appreciate you trying, but because this is not intended for OS X, I understand if you don't want to spend your time on this. In case you're interested, here...

I this fails, I'll try with gcc7.

So both clang and gcc fail similarly. Now they are complaining that they can't find nvcc. This is odd to me, because it is in my path. It seems to...

That gets me past that issue. Now I'm dealing with an issue that still involves clang somehow. This may be a problem on my end that I will need to...

Thanks. This is very helpful. I guess it's time I upgrade to High Sierra so I can get CUDA 9.1. Once I do that I'll report back.