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

Tracer: no reason to setup parameter tree if solver is sequential #6038

Merged
merged 1 commit into from
Feb 26, 2025

Conversation

akva2
Copy link
Member

@akva2 akva2 commented Feb 26, 2025

micro-micro

@akva2
Copy link
Member Author

akva2 commented Feb 26, 2025

jenkins build this serial please

Copy link
Member

@bska bska left a comment

Choose a reason for hiding this comment

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

Agreed. I'll merge into master.

@bska bska merged commit 60ebb67 into OPM:master Feb 26, 2025
1 check passed
@akva2 akva2 deleted the tracer_tree branch February 26, 2025 14:35

#if HAVE_MPI
if(gridView_.grid().comm().size() > 1)
if (gridView_.grid().comm().size() > 1)
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't the if-branch do the correct thing even without MPI? The overhead introduced should be negligble.

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.

3 participants