Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test multithreading #183

Merged
merged 1 commit into from
May 28, 2019
Merged

Conversation

masterleinad
Copy link
Collaborator

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
Copy link

codecov-io commented May 28, 2019

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%) ⬆️
tests/test_hierarchy.cc 86.31% <100%> (+0.34%) ⬆️

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.

@Rombur Rombur merged commit ede1390 into ORNL-CEES:master May 28, 2019
@dalg24
Copy link
Collaborator

dalg24 commented May 29, 2019

Need to create an issue to keep track of these

@masterleinad masterleinad deleted the test_multithreading branch January 30, 2020 23:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants