You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MPI 4.1 has deprecated mpif.h. We add a `#warning` directive that
may be interpreted correctly if the Fortran compiler uses a C-style
preprocessor or generate a warning about a illegal directive, showing
the warning anyway:
```
1 | #warning mpif.h is deprecated since MPI 4.1. Refer to MPI Sec. 19.1.4.
| 1
Error: Illegal preprocessor directive [-Werror]
```
Signed-off-by: Joseph Schuchart <[email protected]>
0 commit comments