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
Browse filesBrowse the repository at this point in the historyBrowse files
abacus_fixer
committed
refactor(parallel): rename bgroup domain to bdiff_ksame in module_parallel
The bgroup name is misleading: it does not say which two axes the domain
connects. Rename the new module_parallel band-group domain after its tag
bdiff_ksame (different band groups, same k), matching ParaTag:
para_bgroup_world.{h,cpp} -> para_bdiff_ksame_world.{h,cpp}
ParaBgroupWorld -> ParaBdiffKsameWorld
make_bgroup_world() -> make_bdiff_ksame_world()
reduce_across_bgroups() -> reduce_across_bdiff_ksame()
Legacy globals INT_BGROUP / BP_WORLD and the GlobalV::MY_BNDGROUP-style
member names are the old parallel-layer API and are left unchanged; the
new domain is only a self-contained bridge over them.
0 commit comments