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

Evelyn fixes #11

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

EvelynNamugwanya
Copy link
Collaborator

This pull request introduces two new algorithms and makes simple modifications to the existing alltoallv_pairwise_nonblocking_waitany algorithm in the alltoallv.c file.

The changes include the following:

  1. Addition of two new algorithms, namely; alltoallv_pairwise_nonblocking_testany and alltoallv_nonblocking_waitsome, in the src/collective/alltoallv.c file.

  2. In order to properly utilize these new algorithms, the function definitions for these algorithms have been added to the header files src/collective/collective.h and src/collective/alltoallv.h.

  3. Furthermore, the newly added algorithms have been invoked and tested in the src/collective/tests/test_suitesparse_alltoallv.cpp file.

@EvelynNamugwanya EvelynNamugwanya marked this pull request as draft May 12, 2023 03:20
@EvelynNamugwanya EvelynNamugwanya marked this pull request as ready for review May 12, 2023 03:21
@EvelynNamugwanya EvelynNamugwanya marked this pull request as draft May 12, 2023 03:25
@EvelynNamugwanya EvelynNamugwanya marked this pull request as ready for review May 12, 2023 03:37
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

Successfully merging this pull request may close these issues.

1 participant