Use of `mpif.h` is deprecated. Replace ``` implicit none include 'mpif.h' ``` with ``` use mpi_f08 implicit none ``` See https://www.mpi-forum.org/docs/mpi-3.1/mpi31-report/node408.htm
Use of
mpif.his deprecated. Replacewith
See https://www.mpi-forum.org/docs/mpi-3.1/mpi31-report/node408.htm