Closed
Description
Thank you for taking the time to submit an issue!
Background information
What version of Open MPI are you using? (e.g., v3.0.5, v4.0.2, git branch name and hash, etc.)
v4.1.5
Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)
Manually compiled from release tarball
Details of the problem
Compilation of code that tests for MPI_F_STATUS_SIZE to be available for a c compiler fails, because the symbol is defined, but is defined to an undefined symbol (OMPI_FORTRAN_STATUS_SIZE
) which presumably should be replaced by configure:
https://github.com/open-mpi/ompi/blob/v4.1.x/ompi/include/mpi.h.in#L544
vs.
https://github.com/open-mpi/ompi/blob/v4.1.x/ompi/include/mpif-config.h.in#L51