Commit 8a6398c
Fix ##-> #! Fypp comment in parallel_macros.fpp cray_noinline block
Same root cause as m_chemistry.fpp fix: ## is not a Fypp comment and
passes through to the generated .f90 output. Inside #ifdef _CRAYFTN,
gfortran never sees the ## lines (since _CRAYFTN is undefined there),
but CCE does and errors with 'Unknown or unsupported compiler directive'.
Change to #! which Fypp always strips.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 810056d commit 8a6398c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments