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

Always ensure consistency of new MPI datatypes #877

Merged
merged 2 commits into from
Sep 13, 2024

Commits on Sep 12, 2024

  1. Always ensure consistency of new MPI datatypes

    Also:
    
    * skip test of custom primitive type of size 80 on 32-bit systems in Julia
      v1.12+, as the MPI extent doesn't match Julia's aligned size
    * add a test for a new primitive datatype larger than 64 bits which should work
      on 32-bit systems
    giordano committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    b8f9864 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Create a datatype with size a multiple of its alignment

    This should help ensure memory allocations of the MPI datatype have the same
    alignment as the Julia counterpart.
    giordano committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    c472b91 View commit details
    Browse the repository at this point in the history