Replace deprecated Fortran 'include mpif.h' with 'USE mpi' #4032
Labels
Component - Fortran
Fortran wrappers
Priority - 2. Medium ⏹
It would be nice to have this in the next release
Type - Improvement
Improvements that don't add a new feature or functionality
Describe the bug
With MPI 4.1 the use of the
mpif.h
include file has been deprecated. Codes should transition toUSE mpi
orUSE mpi_f08
.Expected behavior
HDF5 code, documentation, and examples should use the Fortran
USE mpi
orUSE mpi_f08
interface instead of the deprecatedinclude mpif.h
.For proposed updates to the HDF sources see PR #4031
Additional context
For the interested see section 19.1.4 of the MPI 4.1 standard on page 793 (https://www.mpi-forum.org/docs/)
The text was updated successfully, but these errors were encountered: