fix: extend CCE 19.0.0 -Oipa0 workaround to m_mpi_common.fpp#1409
Merged
sbryngelson merged 11 commits intomasterfrom May 9, 2026
Merged
fix: extend CCE 19.0.0 -Oipa0 workaround to m_mpi_common.fpp#1409sbryngelson merged 11 commits intomasterfrom
sbryngelson merged 11 commits intomasterfrom
Conversation
m_mpi_common.fpp triggers the same bring_routine_resident SIGSEGV in optcg during ipa_processing as m_phase_change.fpp. Adds -Oipa0 for the pre_process build (where CI consistently fails) and for simulation as a precaution, since pre_process fails first and blocks visibility of whether simulation also crashes.
Contributor
ⓘ You've reached your Qodo monthly free-tier limit. Reviews pause until next month — upgrade your plan to continue now, or link your paid account if you already have one. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1409 +/- ##
=======================================
Coverage 64.90% 64.90%
=======================================
Files 72 72
Lines 18874 18874
Branches 1571 1571
=======================================
Hits 12250 12250
Misses 5649 5649
Partials 975 975 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
added 10 commits
May 8, 2026 15:42
…ARY_PATH ordering On Frontier, the compute-node build step previously inherited whatever CMake state the login-node --deps-only step left behind. Wipe compiled Fortran staging/install slugs before each build while preserving dep dirs (silo, hdf5, lapack, fftw) that require internet to fetch. Also remove trailing whitespace in famd LD_LIBRARY_PATH export.
Per-file set_source_files_properties is insufficient because the IPA pass inlines across all files in the target — any file can become the crash site. Apply -Oipa0 target-wide for pre_process and simulation (Cray, not OpenMP). OpenMP excluded: thermochem requires IPA for !DIR$ INLINEALWAYS device calls.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
m_mpi_common.fpptriggers the same CCE 19.0.0optcgIPA crash (bring_routine_residentSIGSEGV) asm_phase_change.fpp, consistently failing theOak Ridge | Frontier (cpu)CI job (e.g. run 25553342717)-Oipa0forpre_process/m_mpi_common.fpp.f90(confirmed failing target) andsimulation/m_mpi_common.fpp.f90(precautionary — pre_process fails first, masking whether simulation also crashes)Test plan
Oak Ridge | Frontier (cpu)CI job passes (this is the only currently failing job on master)Oak Ridge | Frontier (gpu-acc)CI job still passes (existing workaround unchanged)