Commit 58960cc
committed
configury: test Fortran complex(real16)
Recent NVHPC compilers now support the REAL16 intrinsic from
the ISO_FORTRAN_ENV module. Though they do support real(REAL16),
they do not support complex(REAL16), causing a compilation error
in the MPI_Sizeof() Fortran subroutine.
This patch does test complex(REAL16) on top of real(REAL16), and
issue a warning and disable ISO_FORTRAN_ENV:REAL16 support if the
former is not supported but the latter is.
Thanks Jorge Cabrera for reporting this.
Refs open-mpi#13190
Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>1 parent 176278f commit 58960cc
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
31 | 47 | | |
32 | 48 | | |
33 | 49 | | |
| |||
0 commit comments