oxfordcontrol / Clarabel.jl

Clarabel.jl: Interior-point solver for convex conic optimisation problems in Julia.
Apache License 2.0
173 stars 16 forks source link

Memory allocation when calling Cholmod and MKL #87

Open yuwenchen95 opened 2 years ago

yuwenchen95 commented 2 years ago

Right now, solve!() in directldl_cholmod.jl and directldl_mklpardiso.jl will allocate additional memory when we call it.

goulart-paul commented 1 year ago

A fix for this is still pending, but will be much easier upon resolution of : https://github.com/JuliaSparse/SparseArrays.jl/issues/275

Fixed for pardiso in #114