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

Use size_t for index argument #583

Merged
merged 2 commits into from
Oct 5, 2018
Merged

Conversation

jabl
Copy link
Contributor

@jabl jabl commented Sep 22, 2018

This matches the OpenCoarrays public API, as well as the MPI_Aint type
used in MPI_Compare_and_swap and MPI_Fetch_and_op function signatures.

Avg response time coverage on master
Issue Stats Codecov branch

Summary of changes

Summarize what you changed

Rationale for changes

Why did you make these changes?

Additional info and certifications

This pull request (PR) is a:

  • Bug fix
  • Feature addition
  • Other, Please describe:

I certify that

  • I reviewed and followed the contributing guidelines, including
    - Increasing test coverage for all feature-addition PRs
    - Increasing test coverage for all bug-fix PRs for which there
    does not already exist a related test that failed before the PR
    - At least maintaining test coverage for all other PRs
    - Ensuring that all tests pass when run locally
    - Naming PR to indicate work in progress (WIP) and to attach the PR
    to the appropriate bug report or feature request issue
    - White space (no trailing white space or white space errors may
    be introduced)
    - Commenting code where it is non-obvious and non-trivial
    - Logically atomic, self consistent and coherent commits
    - Commit message content
    - Waiting 24 hours before self-approving the PR to give another
    OpenCoarrays developer a chance to review my proposed code

This matches the OpenCoarrays public API, as well as the MPI_Aint type
used in MPI_Compare_and_swap and MPI_Fetch_and_op function signatures.
@ghost ghost added the needs-review label Sep 22, 2018
@codecov
Copy link

codecov bot commented Oct 5, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@f57481b). Click here to learn what that means.
The diff coverage is 0%.

@@            Coverage Diff            @@
##             master     #583   +/-   ##
=========================================
  Coverage          ?   50.22%           
=========================================
  Files             ?        3           
  Lines             ?     3044           
  Branches          ?        0           
=========================================
  Hits              ?     1529           
  Misses            ?     1515           
  Partials          ?        0

@ghost ghost assigned zbeekman Oct 5, 2018
@zbeekman
Copy link
Collaborator

zbeekman commented Oct 5, 2018

@jabl Sorry for the delay in reviewing and merging this. I'll merge today once the non-macOS CI tests pass. (I need to resolve updated upstream packages on macOS to get the build to work again.)

Copy link
Collaborator

@zbeekman zbeekman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zbeekman zbeekman merged commit 0b67734 into sourceryinstitute:master Oct 5, 2018
@ghost ghost removed the ready label Oct 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants