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 6 commits into
base: unstable
Choose a base branch
from

Commits on Nov 8, 2024

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

Commits on Nov 11, 2024

  1. Update mpi_broadcast and add more tests

    - simplify by using the range functions from mpi
    Thoemi09 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    0b7ec43 View commit details
    Browse the repository at this point in the history
  2. 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 Nov 11, 2024
    Configuration menu
    Copy the full SHA
    5dae403 View commit details
    Browse the repository at this point in the history
  3. 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 Nov 11, 2024
    Configuration menu
    Copy the full SHA
    b3bd63e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. 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 Nov 16, 2024
    Configuration menu
    Copy the full SHA
    fd2f86a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46bd138 View commit details
    Browse the repository at this point in the history