fortran90.org
fortran90.org copied to clipboard
Usage of MPI?
Hi,
there are still a lot of folks in the Fortran community using the old include "mpif.h" statement to work with MPI. However, it's been depreciated for at least a decade in favour of use mpi, or even better use mpi_f08.
Would it have its place on the website?
Cheers
Yes, absolutely! Would you be interested in contributing it?
Sure! I've submitted a PR.
FYI, I'm using https://github.com/cphyc/fortran-syntax to check my code, any comment is welcome!