Skip to content

Conversation

@ggouaillardet
Copy link
Contributor

No description provided.

Thanks Chris Ward for the report

Many thanks to George for the guidance

(cherry picked from commit open-mpi/ompi@1e0f591)
@jsquyres
Copy link
Member

@hppritcha Good to go.

@hppritcha hppritcha merged commit 843f8b6 into open-mpi:v2.x Oct 18, 2016
@jjhursey
Copy link
Member

jjhursey commented Nov 1, 2016

@ggouaillardet It looks like git messed up the cherry pick on your first change to the mpi/c/ interface. It just updated the copyright, but not the code. I think it is because the code structure is slightly different than master. In the v2 series the check looks like:

    } else if (MPI_IN_PLACE == sendbuf || MPI_IN_PLACE == recvbuf) {
            return OMPI_ERRHANDLER_INVOKE(MPI_COMM_WORLD, MPI_ERR_ARG,
                                          FUNC_NAME);

So in the v2.x series this is still disabled. I can work up a patch tomorrow.

ggouaillardet added a commit to ggouaillardet/ompi that referenced this pull request Nov 2, 2016
…nicators

open-mpi/ompi@1ee1e19 incorrectly cherry-picked
open-mpi/ompi@7cae36f
fix that by backporting all MPI param checks from master

Refs: open-mpi#2235

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
jjhursey pushed a commit to jjhursey/ompi that referenced this pull request Nov 2, 2016
…nicators

open-mpi/ompi@1ee1e19 incorrectly cherry-picked
open-mpi/ompi@7cae36f
fix that by backporting all MPI param checks from master

Refs: open-mpi#2235

Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
(cherry picked from commit fa8b85a)
Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
@jjhursey
Copy link
Member

jjhursey commented Nov 2, 2016

PR #2339 fixed the issue noted in the previous comment. Thanks!

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.

5 participants