You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: extend CCE 19.0.0 -Oipa0 workaround to full targets (not per-file)
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.
0 commit comments