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

Get optimization reporter reductions working in parallel #26530

Closed
lynnmunday opened this issue Jan 10, 2024 · 0 comments · Fixed by #26531
Closed

Get optimization reporter reductions working in parallel #26530

lynnmunday opened this issue Jan 10, 2024 · 0 comments · Fixed by #26531
Labels
P: normal A defect affecting operation with a low possibility of significantly affects. T: defect An anomaly, which is anything that deviates from expectations.

Comments

@lynnmunday
Copy link
Contributor

Bug Description

ParsedVectorVectorRealReduction does not have the correct data in parallel and sometimes segfaults.

Steps to Reproduce

The following test will segfault if run in parallel:
/moose/modules/combined/test/tests/optimization/invOpt_multiExperiment

Impact

This can be fixed by changing the reporter_mode_context from REPORTER_MODE_REPLICATED to REPORTER_MODE_ROOT and by performing a check on the data. By using REPORTER_MODE_ROOT, the reporter can also be gotten in the constructor instead of finalize which fixes reporter dependency issues.

@lynnmunday lynnmunday added P: normal A defect affecting operation with a low possibility of significantly affects. T: defect An anomaly, which is anything that deviates from expectations. labels Jan 10, 2024
lynnmunday added a commit to lynnmunday/moose that referenced this issue Jan 10, 2024
schakrabortygithub pushed a commit to schakrabortygithub/moose that referenced this issue Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P: normal A defect affecting operation with a low possibility of significantly affects. T: defect An anomaly, which is anything that deviates from expectations.
Projects
None yet
1 participant