Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

v2.x: oshmem: Align OSHMEM API with spec v1.3 (alltoall) #1042

Merged
merged 5 commits into from
Sep 15, 2016

Conversation

igor-ivanov
Copy link
Member

@mellanox-github
Copy link

Test PASSed.
See http://bgate.mellanox.com/jenkins/job/gh-ompi-release-pr/1464/ for details.

@hppritcha
Copy link
Member

This isn't a bug fix. Only bug fixes going in to 2.0.0 now. Moving to 2.1 milestone.

@hppritcha hppritcha modified the milestones: v2.1.0, v2.0.0 Mar 22, 2016
@hppritcha
Copy link
Member

👍

@mellanox-github
Copy link

Test PASSed.
See http://bgate.mellanox.com/jenkins/job/gh-ompi-release-pr/1469/ for details.

@mellanox-github
Copy link

Test PASSed.
See http://bgate.mellanox.com/jenkins/job/gh-ompi-release-pr/1470/ for details.

@@ -245,6 +245,10 @@ OSHMEM_DECLSPEC void pshmem_collect32(void *target, const void *source, size_t n
OSHMEM_DECLSPEC void pshmem_collect64(void *target, const void *source, size_t nlong, int PE_start, int logPE_stride, int PE_size, long *pSync);
OSHMEM_DECLSPEC void pshmem_fcollect32(void *target, const void *source, size_t nlong, int PE_start, int logPE_stride, int PE_size, long *pSync);
OSHMEM_DECLSPEC void pshmem_fcollect64(void *target, const void *source, size_t nlong, int PE_start, int logPE_stride, int PE_size, long *pSync);
OSHMEM_DECLSPEC void pshmem_alltoall32(void *target, const void *source, size_t nelems, int PE_start, int logPE_stride, int PE_size, long *pSync);
Copy link
Contributor

Choose a reason for hiding this comment

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

i did not see that in master, so i committed it in open-mpi/ompi@cb84f58

Copy link
Member Author

Choose a reason for hiding this comment

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

@ggouaillardet you are right. I noticed it too yesterday but forgot to push. Thank you.

@artpol84
Copy link
Contributor

artpol84 commented Aug 7, 2016

bot:mellanox:retest

@mellanox-github
Copy link

Test PASSed.
See http://bgate.mellanox.com/jenkins/job/gh-ompi-release-pr/2055/ for details.

@hppritcha
Copy link
Member

@artpol84 as a sanity check, are there any dependencies of this PR on other oshmem PR's going in to 2.1?

@artpol84
Copy link
Contributor

@hppritcha - shouldn't be as nothing was indicated in the title/comments of this PR.

@jsquyres jsquyres merged commit fec32af into open-mpi:v2.x Sep 15, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants