JuliaSmoothOptimizers / MUMPS.jl

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

CompatHelper: bump compat for MPI to 0.20, (keep existing compat) #115

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

This pull request changes the compat entry for the MPI package from ^0.19 to ^0.19, 0.20. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (72d6097) 20.05% compared to head (cd10140) 20.05%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #115 +/- ## ======================================= Coverage 20.05% 20.05% ======================================= Files 7 7 Lines 778 778 ======================================= Hits 156 156 Misses 622 622 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaSmoothOptimizers)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

amontoison commented 1 year ago

I propose to drop MPI 0.19.x.

--> Breaking changes with v0.20: The way how MPI.jl is configured to use different MPI implementations has changed from v0.19 to v0.20 in a non-backward-compatible manner. Specifically, most JULIA_MPI_XXX variables do not have an effect anymore. Please refer to the docs for information on how to migrate your existing configuration.