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

Make MPI routines more restrictive and improve their docs #74

Open
wants to merge 7 commits into
base: unstable
Choose a base branch
from

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    4bf4f1f View commit details
    Browse the repository at this point in the history
  2. Update mpi_broadcast and add more tests

    - simplify by using the range functions from mpi
    Thoemi09 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    763f3ea View commit details
    Browse the repository at this point in the history
  3. Update mpi_gather and add more tests

    - change the type stored in the lazy object
    - change the shape of the resulting ArrayInitializer object
    - make the checks more consistent
    - simplify by using the range functions from mpi
    Thoemi09 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    5487ef8 View commit details
    Browse the repository at this point in the history
  4. Update mpi_reduce and add more tests

    - change the type stored in the lazy object
    - change the shape of the resulting ArrayInitializer object
    - make the checks more consistent
    - simplify by using the range functions from mpi
    Thoemi09 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a1f21a1 View commit details
    Browse the repository at this point in the history
  5. Update mpi_scatter and add more tests

    - change the type stored in the lazy object
    - make the checks more consistent
    - restrict to C order arrays/views
    - simplify by using the range functions from mpi
    Thoemi09 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7afc896 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bcb3a6e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    c85d297 View commit details
    Browse the repository at this point in the history