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

MPI 3: minor edits #13483

Merged
merged 1 commit into from Mar 3, 2022
Merged

MPI 3: minor edits #13483

merged 1 commit into from Mar 3, 2022

Conversation

tjhei
Copy link
Member

@tjhei tjhei commented Mar 2, 2022

followup to #13465
part of #13447

@@ -510,7 +510,7 @@ namespace Euler_DG
EulerOperator<dim, degree, n_points_1d>::EulerOperator(TimerOutput &timer)
: timer(timer)
{
#if DEAL_II_MPI_VERSION_GTE(3, 0)
#if DEAL_II_WITH_MPI
Copy link
Member

Choose a reason for hiding this comment

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

This fails on a whole bunch of builds. It needs to be like this:

Suggested change
#if DEAL_II_WITH_MPI
#ifdef DEAL_II_WITH_MPI

Copy link
Member Author

Choose a reason for hiding this comment

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

oops, of course. I was too quick...

@bangerth bangerth merged commit 69baec5 into dealii:master Mar 3, 2022
@tjhei tjhei deleted the mpi3-followup branch March 3, 2022 16:16
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