Skip to content
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

MPI architecture #711

Open
sunsirui opened this issue Dec 27, 2023 · 0 comments
Open

MPI architecture #711

sunsirui opened this issue Dec 27, 2023 · 0 comments
Assignees

Comments

@sunsirui
Copy link

Hello:
I have one issue about sst-macro's mpi architecture. Collective functional steps of sst-macro design:

  1. To create collective active.
  2. Algorithm: create some send and recv action, and list them in initial_actions set.
  3. Run all actions in a loop.
  4. Waiting the collective request.
    But i check in mvapich or in sst-element (firely), collective function steps:
  5. 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 ?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants