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

Eliminate BOZ warnings issued by gfortran when parsing mpif.h #53

Conversation

KineticTheory
Copy link

When using MS-MPI's mpif.h with gfortran version 10+ there are many warnings of the form:
warning : BOZ literal constant at (1) is neither a data-stmt-constant nor an actual argument to INT, REAL, DBLE, or CMPLX intrinsic function. To eliminate these warnings convert the hex data types to integers. This extends the work started in #25.

fixes #44

I've left the old hex values as end-of-line comments.

When using MS-MPI's `mpif.h` with gfortran version 10+ there are many warnings of the form:
` warning : BOZ literal constant at (1) is neither a data-stmt-constant nor an actual argument to INT, REAL, DBLE, or CMPLX intrinsic function`.  The eliminate these warnings convert the hex data types to integers.  This extends the work started in microsoft#25.

fixes microsoft#44
@ghost
Copy link

ghost commented Apr 17, 2021

CLA assistant check
All CLA requirements met.

@KineticTheory
Copy link
Author

Sorry. This is a duplicate of #44. For some reason I thought #44 was an issue and not a PR.

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

Successfully merging this pull request may close these issues.

1 participant