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

Supported MPI libraries #41

Open
ivan-pi opened this issue Jun 12, 2024 · 5 comments
Open

Supported MPI libraries #41

ivan-pi opened this issue Jun 12, 2024 · 5 comments

Comments

@ivan-pi
Copy link

ivan-pi commented Jun 12, 2024

I noticed there is a version constraint MPICH_NUMVERSION > 40200000. Is this a hard constraint?

This rules out Intel MPI which exports the constant with a value of 30400002.

@jeffhammond
Copy link
Owner

I'm using an MPICH extension for noncontiguous subarrays that requires that version. If you don't have it, I don't think everything works, but what doesn't work isn't used by anybody, so it's safe.

@ivan-pi
Copy link
Author

ivan-pi commented Jun 12, 2024

So if I get rid of the procedures using,

static void * VAPAA_CREATE_MPIX_IOV(MPI_Datatype dt, size_t * total_len, size_t * total_bytes)

that uses MPIX_Type_iov, it should work in principle?

(Btw, is it possible you share your PASC slides about vapaa?)

@jeffhammond
Copy link
Owner

Yeah I can share slides. I'll upload here tomorrow.

@jeffhammond
Copy link
Owner

Hammond MPI Fortran PASC24 post.pdf
@ivan-pi slides here

@jeffhammond
Copy link
Owner

So if I get rid of the procedures that uses MPIX_Type_iov, it should work in principle?

Yes, you can add some preprocessor stuff and it will work for all MPI, but if you do unreasonable things that require MPICH 4+, then it will fail.

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

2 participants