GEOS-DEV / GEOS

GEOS Simulation Framework
GNU Lesser General Public License v2.1
210 stars 84 forks source link

Update default hypre parameters #3066

Closed victorapm closed 5 months ago

victorapm commented 6 months ago

This PR updates the default values of the following parameters for GPU runs:

In addition:

Non-related change: a few schemas were updated after make install.

Closes #2992

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 7.14286% with 13 lines in your changes are missing coverage. Please review.

Project coverage is 53.26%. Comparing base (4cf7ba0) to head (322f9d1).

Files Patch % Lines
...grStrategies/ThermalCompositionalMultiphaseFVM.hpp 0.00% 3 Missing :warning:
...onents/linearAlgebra/interfaces/hypre/HypreMGR.hpp 0.00% 2 Missing :warning:
...arAlgebra/interfaces/hypre/HyprePreconditioner.cpp 0.00% 1 Missing :warning:
...hypre/mgrStrategies/CompositionalMultiphaseFVM.hpp 0.00% 1 Missing :warning:
...mgrStrategies/CompositionalMultiphaseHybridFVM.hpp 0.00% 1 Missing :warning:
...Strategies/CompositionalMultiphaseReservoirFVM.hpp 0.00% 1 Missing :warning:
...gies/CompositionalMultiphaseReservoirHybridFVM.hpp 0.00% 1 Missing :warning:
...Strategies/MultiphasePoromechanicsReservoirFVM.hpp 0.00% 1 Missing :warning:
...rStrategies/ReactiveCompositionalMultiphaseOBL.hpp 0.00% 1 Missing :warning:
...e/mgrStrategies/ThermalMultiphasePoromechanics.hpp 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #3066 +/- ## ======================================== Coverage 53.26% 53.26% ======================================== Files 989 989 Lines 83529 83524 -5 ======================================== - Hits 44491 44490 -1 + Misses 39038 39034 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

castelletto1 commented 5 months ago

New baselines are needed since default linear solver parameters have been changed.