Commit a2c4d1d
Work around CCE 19.0.0 optcg ICE in m_phase_change.fpp
Replace matmul() with explicit 2x2 matrix-vector multiply to avoid
an intermittent CCE 19.0.0 internal compiler error (signal 13 segfault
in optcg) when matmul is used inside a subroutine marked with both
!$acc routine seq and !DIR$ INLINEALWAYS.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 45b31d9 commit a2c4d1d
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
582 | | - | |
| 582 | + | |
| 583 | + | |
583 | 584 | | |
584 | 585 | | |
585 | 586 | | |
| |||
0 commit comments