Alexis Montoison
Alexis Montoison
I don't use `similar` in Krylov.jl because the type of the right-hand side `b` is not always the most appropriate to store the Krylov bases. Based on the type of...
It can be used here already :) You just need to `import Krylov.ktypeof` and call it.
Hum, it seems that Nick hardcode the name of the Fortran compiler when we compile the binary `sifdecoder` of the package `SIFDecode`. The issue is that we define the Fortran...
No, we would like to use shared libraries but the current version are incomplete. We need to trick the linker such that we can generate in `.so` or `.dylib` but...
@Viralbshah Are you aware of this issue with the last release of `OpenBLAS`?
@ViralBShah A little bit off-topic but you should check in OpenBLAS32.jl that an LP64 BLAS / LAPACK is not already loaded. I do that for all packages compiled LBT, like...
@fp4code I think that I found what we need: https://github.com/JuliaLang/julia/blob/master/stdlib/LinearAlgebra/src/LinearAlgebra.jl#L766 Can you test in MUMPS.jl with an `__init__` function?
Fixed with the release v0.13.3. The decoder is now a binary and not anymore a shell script. We have a new dependency for it (`SIFDecode_jll.jl`).
Current status after #351 ``` Problem name: BROWNDEN obj: ██████████⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ 80.0 hess_coord!: ████████████████████ 160.0 grad!: ██████████⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ 80.0 hess_structure!: ⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ 0.0 hprod!: ██████████⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ 80.0 hess_op_prod!: ██████████⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ 80.0 Problem name: HS5 obj:...
After #362 ```julia Problem name: BROWNDEN obj: █████████████████⋅⋅⋅ 80.0 hess_coord!: ████████████████████ 96.0 grad!: █████████████████⋅⋅⋅ 80.0 hess_structure!: ⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅⋅ 0.0 hprod!: █████████████████⋅⋅⋅ 80.0 hess_op_prod!: █████████████████⋅⋅⋅ 80.0 Problem name: HS5 obj: █████████████████⋅⋅⋅ 80.0...