dftbplus / mpifx

Modern Fortran wrappers around MPI routines
BSD 2-Clause "Simplified" License
34 stars 13 forks source link

Switch to mpi f08 in all files #60

Open jubich opened 1 week ago

jubich commented 1 week ago

This PR might influence the supported versions of OpenMPI negatively. As mentioned in https://github.com/open-mpi/ompi/issues/12587 there is a problem when using only-imports for "MPI_Status_f082f". This is a problem for certain 5.0.x branches.

Additionally, it brakes/limits the backwards compatibility for "mpifx_recv" due to changes to the optional "status" argument.