98d71f555c
Using the "#if defined(ompi_fortran_real16_t)" band-aid that I applied in r29165 wasn't correct because if the compiler doesn't have a fortran REAL16 type, then OMPI may well #define ompi_fortran_real16_t to be empty, which then expands to Badness in the macro. Hence, use OMPI_HAVE_FORTRAN_REAL16, which will also be 0 or 1. This commit was SVN r29408. The following SVN revision numbers were found above: r29165 --> open-mpi/ompi@df7654e8cf |
||
---|---|---|
.. | ||
include | ||
mca | ||
op | ||
proc | ||
request | ||
runtime | ||
shmem | ||
tools | ||
Makefile.am |