jump-dev / SCS.jl

A Julia interface for the SCS conic programming solver
https://github.com/cvxgrp/scs
Other
81 stars 27 forks source link

WARNING: could not import SCS_MKL_jll.MKL_jll into SCS #278

Closed kalmarek closed 12 months ago

kalmarek commented 1 year ago

https://github.com/kalmarek/2306.12358/actions/runs/5395718537/jobs/9798492538#step:7:5 https://github.com/kalmarek/2306.12358/actions/runs/5395718537/jobs/9798492538#step:8:5 and in all other jobs;

Also happens locally.

I guess this is due to our shenanigans with SCS_MKL_jll?

WellWellww commented 1 year ago

Will this affect the performance of SCS.MKLDirectSolver?

kalmarek commented 1 year ago

no

odow commented 12 months ago

Closing in favor of #274. I have a plan for a more complete fix.