Results 189 comments of Brendan O'Donoghue

Running the data you sent me using my GPU I get: ``` Reading data from /usr/local/google/home/bodonoghue/Downloads/tmp ------------------------------------------------------------------ SCS v3.0.0 - Splitting Conic Solver (c) Brendan O'Donoghue, Stanford University, 2012 ------------------------------------------------------------------...

I'm not sure what's happening, but it might just be fixed by updating the SCS version. In any case, I do not recommend using the GPU solver for now.

Yes there is something broken about the GPU solver for some machines (eg https://github.com/cvxgrp/scs/issues/180). What OS are you using and what GPU do you have? I would recommend sticking to...

Thanks for the info. I'm not sure what is causing this issue and it's something we're looking at. As for timing, in many cases the GPU solver is actually slower,...

Is that the only error output? Because I don't actually see any error other than `failed with exit status 1` which doesn't tell me anything.

Those are all warnings, is there an error anywhere?

Hmmm, can you post the entire stack trace as a gist: https://gist.github.com/

Is that everything? I don't see a clear error anywhere, and all those warnings are coming from `/Library/Developer/CommandLineTools/SDKs/MacOSX12.1.sdk/usr/include/stdlib.h` not from SCS. If that is everything can you try adding the...

I still can't see anything there, other than warnings that are not coming from SCS. Try installing from source, instructions available [here](https://www.cvxgrp.org/scs/install/python.html#python-install).

Can you post the entire stack trace as another gist?