-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parallel algorithms in stdlib #66
Comments
My own answers would be:
|
The book by Robert Numrich - Parallel programming with co-arrays contains some collective routines which would fit here. I don't have my copy nearby to be more specific, but I think it was reduction routines like min and max. Also some algorithms for dealing with graphs like the breadth first search. |
FYI A bunch of parallel reduction routines are already part of the standard TS 18508. |
Currently most of the features so far discussed are serial.
Should we include parallel algorithms in stdlib?
Should we use co-arrays or MPI?
What would be some good initial parallel algorithms to start with?
The text was updated successfully, but these errors were encountered: