You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 19, 2026. It is now read-only.
remove dead code: weno_Re_flux, null_weights, GRCBC fields, unused MPI routines
- Remove weno_Re_flux, null_weights from simulation global parameters,
defaults, and MPI broadcasts (declared but never read)
- Remove pres_in/pres_out, vel_in/vel_out, grcbc_in/grcbc_out/grcbc_vel_out
from int_bounds_info type (broadcast and GPU-updated but never read)
- Remove s_mpi_allreduce_vectors_sum, s_mpi_allreduce_integer_sum from
m_mpi_common (public, zero callers)
- Remove dead rdma_mpi PROHIBIT check from m_checker
0 commit comments