oshmpi
oshmpi copied to clipboard
coll: Get an MPI comm only if needed
Just noticed while reading the code that the scope of comm in broadcast is limited to the special path branch.
A follow-up question: if PE_root is always w.r.t. to the active set, when will the generic path branch execute? In other words, in what scenario will the root not be part of the active set?