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
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 ?
The text was updated successfully, but these errors were encountered:
Hello:
I have one issue about sst-macro's mpi architecture. Collective functional steps of sst-macro design:
But i check in mvapich or in sst-element (firely), collective function steps:
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 ?
The text was updated successfully, but these errors were encountered: