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

Test multithreading #183

Closed masterleinad closed 5 years ago

masterleinad commented 5 years ago

This pull request makes the tester run all tests, that currently work multithreaded, with 3 threads. We should eventually get rid off all the

dealii::MultithreadInfo::set_thread_limit(1); 
codecov-io commented 5 years ago

Codecov Report

Merging #183 into master will increase coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #183      +/-   ##
==========================================
+ Coverage    87.3%   87.34%   +0.03%     
==========================================
  Files          53       53              
  Lines        2891     2899       +8     
==========================================
+ Hits         2524     2532       +8     
  Misses        367      367
Impacted Files Coverage Δ
tests/hierarchy_driver.cc 45.39% <100%> (+0.33%) :arrow_up:
tests/test_hierarchy.cc 86.31% <100%> (+0.34%) :arrow_up:

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 d70adaa...5ec6fe4. Read the comment docs.

dalg24 commented 5 years ago

Need to create an issue to keep track of these