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

Unexpected returns from MPI_Type_get_envelope in interface mode #51

Closed
spoutn1k opened this issue May 26, 2023 · 1 comment
Closed

Unexpected returns from MPI_Type_get_envelope in interface mode #51

spoutn1k opened this issue May 26, 2023 · 1 comment

Comments

@spoutn1k
Copy link
Contributor

spoutn1k commented May 26, 2023

Hello everyone,

I have been trying to build a GPU code (PETSc https://gitlab.com/petsc/petsc) using Wi4MPI in interface mode. The build went well, but I am getting an error at execution about the return values of MPI_Type_get_envelope:

In a gist for brevity:
https://gist.github.com/spoutn1k/34160841a22a818dc813e0531db3fcf5

It would seem the returned values are not what the program expects in:
https://gitlab.com/petsc/petsc/-/blob/main/src/vec/is/sf/interface/sftype.c#L48

I am planning to look further into it, but I wanted to create this issue to open the discussion on this issue, and not waste time if this is known behaviour.

@Clement-Fontenaille
Copy link
Contributor

Hi JB,

thanks for bringing this up, I am attempting to reproduce this issue.
Can you provide the configure line used to compile petsc, as well as a test code that produces the error ?

marcjoos-cea added a commit that referenced this issue Dec 1, 2023
…ntenaille/wi4mpi: usage of combiner_ptr_converter instead of int_ptr_mapper fixing #51 + applied clang-format on generator functions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants