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

Remove DEAL_II_WITH_THREADS checks, revert #7246 #7250

Merged
merged 5 commits into from Oct 2, 2018

Conversation

masterleinad
Copy link
Member

Based on #7249, this PR reverts #7246 and removes the DEAL_II_WITH_THREADS check in some more places. Tested to compile and pass the test suite with DEAL_II_WITH_THREADS=OFF and a minimal configuration.

bangerth and others added 5 commits September 28, 2018 14:48
We provided these in cases where someone wanted to not compile for multithreading,
in which case certain functionality from the TBB was not available. But the
implementations of these classes is now unconditionally available via the
C++11 standard library, and so we don't need the dummy implementations any
more.
@masterleinad
Copy link
Member Author

/run-tests

@bangerth
Copy link
Member

bangerth commented Oct 2, 2018

This supersedes #7249, so I'll close that one.

But since @masterleinad and I collaborated on this, we both can't merge this. Or maybe I can state that I'm ok with his patches, and if he's ok with mine, then we can?

@tamiko tamiko merged commit f878ba4 into dealii:master Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants