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 unnecessary instantiation files #10970

Merged
merged 1 commit into from Sep 25, 2020

Conversation

kronbichler
Copy link
Member

Due to #10927, we do not need to instantiate matrix_free/evaluation_selector.cc any more. Furthermore, since we do not use the degree templates in VectorTools::project any more, it is safe to compile vector_tools_project.cc with a single instantiation. This saves quite some time in compiling, aggregated over the full set of files. I checked that the memory consumption with gcc-7 is not more than 1.8G with the new single instantiation file for vector_tools_project.cc (and it compiles in 29 seconds for debug mode and 46 seconds for release mode).

Copy link
Member

@masterleinad masterleinad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@peterrum peterrum merged commit dedfaf9 into dealii:master Sep 25, 2020
@kronbichler kronbichler deleted the remove_instantiations branch October 1, 2020 11:21
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