Commit d614938
Add ASSERT for psi_idx and clarifying comment for IB loop scope
src/pre_process/m_start_up.fpp:
- Add @:ASSERT(psi_idx > 0) before hyper_cleaning block to catch
misconfigured cases where hyper_cleaning is enabled but psi_idx is unset
src/pre_process/m_mpi_proxy.fpp:
- Add comment explaining why IB patch broadcasts are in the num_patches_max
loop rather than the num_bc_patches_max loop (patch_ib is sized by
num_patches_max, not num_bc_patches_max)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 22304a1 commit d614938
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
788 | 788 | | |
789 | 789 | | |
790 | 790 | | |
| 791 | + | |
791 | 792 | | |
792 | 793 | | |
793 | 794 | | |
| |||
0 commit comments