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
In #6965, an additional argument was suggested (int concurrent) to inform MPI that a user-defined op is safe to execute concurrently. The suggestion is based on prior and upcoming work showcasing benefits of multithreading inside MPI for computation. See for reference https://dl.acm.org/doi/10.1145/2597652.2597658.
We can use this discussion to aggregate further references to published work, ultimately to finalize any design proposed for standardization.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In #6965, an additional argument was suggested (
int concurrent
) to inform MPI that a user-defined op is safe to execute concurrently. The suggestion is based on prior and upcoming work showcasing benefits of multithreading inside MPI for computation. See for reference https://dl.acm.org/doi/10.1145/2597652.2597658.We can use this discussion to aggregate further references to published work, ultimately to finalize any design proposed for standardization.
Beta Was this translation helpful? Give feedback.
All reactions