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

Dealii 9.3 #13905

Closed
wants to merge 138 commits into from
Closed

Dealii 9.3 #13905

wants to merge 138 commits into from

Conversation

saitoasukakawaii
Copy link

@saitoasukakawaii saitoasukakawaii commented Jun 4, 2022

No description provided.

tamiko and others added 30 commits May 22, 2021 09:59
[9.3.0] Remove Taskflow from 9.3 release branch
Fix formating of authors.md (release 9.3)
Co-authored-by: Bruno Turcksin <bruno.turcksin@gmail.com>
[9.3] Take over #12292: Some minor changes to the step-79 documentation
[9.3] Take over #12332: Rename VectorTools::evaluate_at_points() -> VectorTools::point_values()
[9.3] Take over #12335: Remove noexcept on DoFAccessor move constructor and assignment operator
bangerth and others added 26 commits January 12, 2022 04:18
Previously, the TBB required it to be operator(), but the new system
no longer requires this.
TBB with oneAPI API has deprecated and removed the
<code>tbb::tasks</code> backend. With this it is no longer possible to
compile the following code that builds a directed acyclic graph (DAG) of
(thread parallel) tasks without a major porting effort. It turned out
that such a dynamic handling of dependencies and structures is not as
competitive as initially assumed. Consequently, this part of the matrix
free infrastructure has seen less attention than the rest over the last
years and is (presumably) rarely used.

So in case of detected oneAPI backend we simply disable threading in the
matrix free backend for now.
[9.3] Compatibility to oneAPI suite and oneTBB `apt` package.
[9.3] CMake: use portable "cmake -E remove" in quick_tests
[9.3] update changelog entries for point release
Replace present_index by index() in DoFAccessor
@drwells
Copy link
Member

drwells commented Jun 4, 2022

This PR has a bunch of commits that are already on master - did you mean to put something else here?

@saitoasukakawaii
Copy link
Author

This PR has a bunch of commits that are already on master - did you mean to put something else here?

Yes, the correct pull request have commit in another position. Due to my first using pull request, this pull request is wrong. And I don't know how to delete this pull request.

@drwells
Copy link
Member

drwells commented Jun 4, 2022

Not a problem - we can just close this one. Pull Requests get unique numbers so they are not 'deleted'.

@drwells drwells closed this Jun 4, 2022
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