You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the tests for the Pardiso Linear Solvers do not run in CI. In order to include them in CI, we need to install both the MKL and the commercial versions of Pardiso.
I think that in osqp the MKL version of Pardiso is installed via Miniconda which, in turn, is installed here. Miniconda includes MKL, thus osqp has to simply point some environment variables to Miniconda, which is done here.
It's unclear to me if/how we could install the commercial version of Pardiso in CI.
The text was updated successfully, but these errors were encountered:
Currently, the tests for the Pardiso Linear Solvers do not run in CI. In order to include them in CI, we need to install both the MKL and the commercial versions of Pardiso.
I think that in
osqp
the MKL version of Pardiso is installed via Miniconda which, in turn, is installed here. Miniconda includes MKL, thus osqp has to simply point some environment variables to Miniconda, which is done here.It's unclear to me if/how we could install the commercial version of Pardiso in CI.
The text was updated successfully, but these errors were encountered: