-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Hello:
I have one issue about sst-macro's mpi architecture. Collective functional steps of sst-macro design:
- To create collective active.
- Algorithm: create some send and recv action, and list them in initial_actions set.
- Run all actions in a loop.
- Waiting the collective request.
But i check in mvapich or in sst-element (firely), collective function steps: - algorithm: directly use send, recv, isend, wait or other function through different algorithms.
So, I mean, why don't we design Collective using the same approach as mvapich or sst-element(firely) ? Does it have some other stragtegies in sst-macro ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels