-
Notifications
You must be signed in to change notification settings - Fork 53
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
fails to build with mpich 4.0.1 #1912
Comments
the issue is that variable MPI_OFFSET seems to be redefined. |
The problem is with the code in pio_internal.h:
MPI_Offset is in mpi.h as:
But for some reason the Macro resolves to false and redefines as long long. |
@edhartnett I am inclined to just remove this code - can you remind me of why we need it? |
Remove it and if everything works, great. I cannot remember the reasons for this, I'm afraid. It was a long time ago! |
Using gcc 9 and mpich 4.0.1 generates errors in build.
The text was updated successfully, but these errors were encountered: