Amuri44
Amuri44
Dear @JonasIsensee Thank you very much for you explanation. I got it that the definition should be the same int both cases. However, I have tried to work on the...
Thank you very much.
> Strange... On linux it works with 1.7.2 and 1.8-beta3. You seem to have run it from VSCode. Could you try the same outside of VSCode, just from the Julia...
@KristofferC , thanks for your reply! > There is also matrix checkers: https://github.com/JuliaSparse/Pardiso.jl#matrix-and-vector-checkers. I tried to check but got: ```julia julia> checkmatrix(ps, A) ERROR: MethodError: no method matching checkmatrix(::MKLPardisoSolver, ::SparseMatrixCSC{Float64,...
@j-fu Thanks for your reply: > Ok, there seems to be a problem with pardiso_mkl. But we also need to make sure that this is not due to an indexing...
Any help on that?
Thank you very much! Please keep me updated.
> This should be fixed in v0.5.0, can you please check? Thanks for your work! I used `fmiGetReal` to check the values of parameters set by `fmiSetReal`. However, it always...
Maybe the below picture can help.  Yes, I can provide the FMU (can I know you email?). But this FMU works only with [EMTP](https://www.emtp.com/news/fmi-options) tool installed on...
I think my problem is similar to above. However, I could not get the point exactly. Why the sliced matrix by view is not supported by klu as in the...