microsoft / Microsoft-MPI

Microsoft MPI
MIT License
244 stars 74 forks source link

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

Closed KineticTheory closed 3 years ago

KineticTheory commented 3 years ago

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.

ghost commented 3 years ago

CLA assistant check
All CLA requirements met.

KineticTheory commented 3 years ago

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