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
13 stars 8 forks source link

Update Dockerfile #175

Closed Rombur closed 5 years ago

Rombur commented 5 years ago

Update CMake, OpenMPI, OpenBLAS, Trilinos and enable Anasazi, P4EST, and Arpack-ng.

Rombur commented 5 years ago

Not sure what happens here. I can't reproduce on fetnat04 with the same image :(

Rombur commented 5 years ago

I think I know what's the problem. I built the image on fetnat04 which has Volta GPU and deal.II autodetected the architecture to be sm_70. This of course is less than ideal for Kepler... I will rebuild the image and force sm_35. Hopefully, this will fix it.

Rombur commented 5 years ago

retest this please

Rombur commented 5 years ago

retest this please

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #175   +/-   ##
=======================================
  Coverage   87.21%   87.21%           
=======================================
  Files          53       53           
  Lines        2846     2846           
=======================================
  Hits         2482     2482           
  Misses        364      364

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 7b8aa60...32c2221. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #175   +/-   ##
=======================================
  Coverage   87.21%   87.21%           
=======================================
  Files          53       53           
  Lines        2846     2846           
=======================================
  Hits         2482     2482           
  Misses        364      364

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 7b8aa60...32c2221. Read the comment docs.

Rombur commented 5 years ago

Great that worked. This is ready to be merged.

dalg24 commented 5 years ago

@Rombur I suppose this is rombur/mfmg-stack:19.05.1, is it?

Rombur commented 5 years ago

yes