Commit 3469288
committed
fix: add flux_tau to GPU private list in s_lf_riemann_solver
type(riemann_states) structs are not auto-private under OpenACC (unlike
plain real(wp) scalars). flux_tau_L/flux_tau_R were scalars on master and
worked without explicit listing; after the riemann_states refactor they
became flux_tau (a derived type) which requires explicit private=[flux_tau].
HLLC had it; LF was missed.1 parent 3d7b107 commit 3469288
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
876 | 876 | | |
877 | 877 | | |
878 | 878 | | |
879 | | - | |
| 879 | + | |
880 | 880 | | |
881 | 881 | | |
882 | 882 | | |
| |||
0 commit comments