JuliaSmoothOptimizers / MUMPS.jl

A Julia Interface to MUMPS
Other
42 stars 14 forks source link

BinaryBuilder libraries #53

Closed ViralBShah closed 2 years ago

ViralBShah commented 4 years ago

Would be nice to at least get the sequential mumps into binarybuilder.

dpo commented 4 years ago

This is the parallel mumps though. We need MPI.

ViralBShah commented 4 years ago

I would love to start getting MPI into BB too.

ViralBShah commented 4 years ago

MPICH.jl is getting into shape in BB.

dpo commented 4 years ago

Please don't despair, people. I'm definitely planning to work MUMPS_jll into this package in the near future...

ViralBShah commented 4 years ago

@dpo Do we have all the underlying pieces now for this? I keep losing track of which variants of MUMPS we have built in BB. Perhaps the MPI variant has yet to be built.

dpo commented 4 years ago

Yes, we have all the missing pieces. MUMPS@5 should be the right one for this repo.

amontoison commented 2 years ago

Tests passed with the version 5.5.1 of MUMPS_jll !