Commit 65bc2f8
committed
fix: add missing private clauses for GPU offload; disable ZFP in silo build
- Add h_iL, h_iR, h_avg_2 and other chemistry locals to private clauses
of two GPU_PARALLEL_LOOP regions in s_hllc_riemann_solver (lines 2201,
2421) where they were declared at subroutine scope but not privatized,
causing nvfortran 25.1 gpu-omp to fail with 'Could not find
allocated-variable index for symbol - h_il'
- Disable ZFP compression in silo (-DSILO_ENABLE_ZFP=OFF) since MFC
never uses it and nvc crashes compiling zfp/decode1d.c on 23.11/25.3
- Pin silo to 4.12.0 tag with GIT_SHALLOW; clean up HDF5 build flags1 parent 5e8b22b commit 65bc2f8
2 files changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2205 | 2205 | | |
2206 | 2206 | | |
2207 | 2207 | | |
2208 | | - | |
| 2208 | + | |
| 2209 | + | |
2209 | 2210 | | |
2210 | 2211 | | |
2211 | 2212 | | |
| |||
2423 | 2424 | | |
2424 | 2425 | | |
2425 | 2426 | | |
2426 | | - | |
| 2427 | + | |
| 2428 | + | |
2427 | 2429 | | |
2428 | 2430 | | |
2429 | 2431 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
69 | 71 | | |
70 | 72 | | |
71 | 73 | | |
| |||
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
85 | | - | |
| 87 | + | |
| 88 | + | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
91 | 94 | | |
| 95 | + | |
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
| |||
0 commit comments