Microsoft-MPI icon indicating copy to clipboard operation
Microsoft-MPI copied to clipboard

Request: Fortran mpi_f08 support

Open scivision opened this issue 4 years ago • 1 comments

requesting that MPI 3.x Fortran API be made available--even if not the post MPI 2.1 features, at least the mpi_f08 interface as that avoids numerous compiler warnings.

use mpi_f08, only : mpi_init, mpi_send

scivision avatar Jun 03 '21 12:06 scivision

I try compile PaStiX with msmpi in MSYS2/MINGW64, but I have this error: MPI_Fortran_HAVE_F08_MODULE is empty

3rav avatar Sep 22 '21 19:09 3rav