-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
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. |
So if I get rid of the procedures using, Line 49 in 80b8d1b
that uses (Btw, is it possible you share your PASC slides about vapaa?) |
Yeah I can share slides. I'll upload here tomorrow. |
Hammond MPI Fortran PASC24 post.pdf |
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. |
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
.The text was updated successfully, but these errors were encountered: