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

Fix instantiation for add_entries_local_to_global #13450

Merged
merged 1 commit into from Feb 25, 2022

Conversation

zjiaqi2018
Copy link
Contributor

@zjiaqi2018 zjiaqi2018 commented Feb 25, 2022

add_entries_local_to_global currently is not instantiated for block systems, this should fix it. @tjhei

intel compiler complains with

ld.bfd: /work2/08254/jiaqi2/frontera/dealii/installed_intel_test_branch/lib/libdeal_II.so.10.0.0-pre: undefined reference to `void dealii::AffineConstraints<double>::add_entries_local_to_global<dealii::BlockDynamicSparsityPattern>(std::vector<unsigned long, std::allocator<unsigned long> > const&, dealii::AffineConstraints<double> const&, std::vector<unsigned long, std::allocator<unsigned long> > const&, dealii::BlockDynamicSparsityPattern&, bool, dealii::Table<2, bool> const&) const'
ld.bfd: /work2/08254/jiaqi2/frontera/dealii/installed_intel_test_branch/lib/libdeal_II.so.10.0.0-pre: undefined reference to `void dealii::AffineConstraints<float>::add_entries_local_to_global<dealii::BlockDynamicSparsityPattern>(std::vector<unsigned long, std::allocator<unsigned long> > const&, dealii::AffineConstraints<float> const&, std::vector<unsigned long, std::allocator<unsigned long> > const&, dealii::BlockDynamicSparsityPattern&, bool, dealii::Table<2, bool> const&) const'

@tjhei
Copy link
Member

tjhei commented Feb 25, 2022

This was broken in #13415

@tjhei
Copy link
Member

tjhei commented Feb 25, 2022

/rebuild

@bangerth bangerth merged commit 41d2294 into dealii:master Feb 25, 2022
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

4 participants