ORNL-CEES / mfmg

MFMG is an open-source library implementing matrix-free multigrid methods.
https://mfmg.readthedocs.io
BSD 3-Clause "New" or "Revised" License
12 stars 7 forks source link

Actually call the solver in the parallel AMGX test #207

Closed masterleinad closed 5 years ago

masterleinad commented 5 years ago

I needed to adjust the tolerance of the outer solver to make the test pass for me locally.

codecov-io commented 5 years ago

Codecov Report

Merging #207 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #207   +/-   ##
=======================================
  Coverage   89.66%   89.66%           
=======================================
  Files          57       57           
  Lines        3250     3250           
=======================================
  Hits         2914     2914           
  Misses        336      336

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 65840d4...a56fb43. Read the comment docs.

Rombur commented 5 years ago

This needs to be rebased.

masterleinad commented 5 years ago

Squashed and rebased.