LLNL / ygm

Other
31 stars 22 forks source link

Feature/routing consistency #125

Closed steiltre closed 1 year ago

steiltre commented 1 year ago

This PR unifies the remote communication steps present in NR and NLNR routing so that NLNR's remote communication channels are a subset of those used by NR. This change will allow for more creative uses of concurrent routing schemes.

steiltre commented 1 year ago

Converting to a draft until interactions with async_bcast are investigated.

steiltre commented 1 year ago

Changed async_bcast to use same remote channels for communication as NR and NLNR. Small-scale testing shows no problems.