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

Update collective framework count/disp arrays for bigcount #12621

Merged
merged 1 commit into from
Jul 9, 2024

Commits on Jul 9, 2024

  1. Update coll framework count/disp arrays for bigcount

    This updates the coll framework functions using count/displacement
    arrays to support bigcount. Instead of directly using pointers to
    bigcount/non-bigcount type arrays, this adds special descriptor types,
    ompi_count_array_t and ompi_disp_array_t, that must be used through
    inline accessor functions to ensure use of the correct type, whether
    bigcount or non-bigcount. Internally, these descriptors are typedefs of
    intptr_t and hold both a pointer and flag indicating the pointer type.
    
    Co-authored-by: Howard Pritchard <[email protected]>
    Signed-off-by: Jake Tronge <[email protected]>
    jtronge and hppritcha committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3312228 View commit details
    Browse the repository at this point in the history