Commit 27cad3b
Fix fluid_rho broadcast using MPI_LOGICAL instead of mpi_p
fluid_rho is a real(wp) array but is broadcast with MPI_LOGICAL type,
silently corrupting reference densities via bit reinterpretation on
non-root ranks.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 84c46e0 commit 27cad3b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments