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
Is your feature request related to a problem? Please describe.
Right now the Comm struct is simply storing rank and size of the comm group. But it might be helpful to add some utility functions, like reduceAll, or split. This would make downstream code simpler to read (hide heavy MPI calls).
Describe the solution you'd like
Add "simple" and "common" mpi pattern utilities (reduce, broadcast, split).
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Right now the Comm struct is simply storing rank and size of the comm group. But it might be helpful to add some utility functions, like
reduceAll
, orsplit
. This would make downstream code simpler to read (hide heavy MPI calls).Describe the solution you'd like
Add "simple" and "common" mpi pattern utilities (reduce, broadcast, split).
The text was updated successfully, but these errors were encountered: