1
1

configury: consider double _Complex as a candidate for the C equivalent of Fortran COMPLEX

this is necessary when -d8 flag is passed to Fortran compiler
Этот коммит содержится в:
Gilles Gouaillardet 2016-03-18 16:36:04 +09:00
родитель 7f59d2a8c7
Коммит 529ab559d4

Просмотреть файл

@ -15,7 +15,7 @@ dnl Copyright (c) 2006-2008 Sun Microsystems, Inc. All rights reserved.
dnl Copyright (c) 2006-2007 Los Alamos National Security, LLC. All rights dnl Copyright (c) 2006-2007 Los Alamos National Security, LLC. All rights
dnl reserved. dnl reserved.
dnl Copyright (c) 2009 Oak Ridge National Labs. All rights reserved. dnl Copyright (c) 2009 Oak Ridge National Labs. All rights reserved.
dnl Copyright (c) 2014-2015 Research Organization for Information Science dnl Copyright (c) 2014-2016 Research Organization for Information Science
dnl and Technology (RIST). All rights reserved. dnl and Technology (RIST). All rights reserved.
dnl $COPYRIGHT$ dnl $COPYRIGHT$
dnl dnl
@ -187,7 +187,7 @@ AC_DEFUN([OMPI_SETUP_MPI_FORTRAN],[
OMPI_FORTRAN_CHECK([DOUBLE PRECISION], [yes], OMPI_FORTRAN_CHECK([DOUBLE PRECISION], [yes],
[float, double, long double], [-1], [yes]) [float, double, long double], [-1], [yes])
OMPI_FORTRAN_CHECK([COMPLEX], [yes], [float _Complex], [-1], [no]) OMPI_FORTRAN_CHECK([COMPLEX], [yes], [float _Complex, double _Complex], [-1], [no])
# The complex*N tests are a bit different (note: the complex tests are # The complex*N tests are a bit different (note: the complex tests are
# the same as all the rest, because complex is a composite of two # the same as all the rest, because complex is a composite of two