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

Only include Kokkos_Abort.hpp in exceptions.h for Kokkos 4.2.0 and higher #16189

Merged

Conversation

masterleinad
Copy link
Member

@masterleinad masterleinad commented Oct 25, 2023

The Kokkos 4.2.0 release introduces a Kokkos_Abort.hpp header that only provides Kokkos::abort. Using it in exceptions.h, should help some with #16065 given that we see

**** Expensive headers:
1223179 ms: /home/darndt/dealii/include/deal.II/base/exceptions.h (included 780 times, avg 1568 ms), included via:
  86x: quadrature_lib.h quadrature.h point.h 
  42x: <direct include>
  28x: logstream.h 
  28x: array_view.h 
  26x: function.h 
  24x: block_vector.h 
  ...

@bangerth bangerth merged commit 39a0440 into dealii:master Oct 26, 2023
15 checks passed
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