mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
Fix defines for XL compiler
This commit is contained in:
parent
40179a9496
commit
1cac34fc5b
@ -12,16 +12,19 @@
|
||||
! fortran/src/H5config_f.inc. Generated from fortran/src/H5config_f.inc.in by configure
|
||||
|
||||
! Define if we have parallel support
|
||||
#cmakedefine H5_HAVE_PARALLEL @H5_HAVE_PARALLEL@
|
||||
#cmakedefine01 H5_HAVE_PARALLEL @H5_HAVE_PARALLEL@
|
||||
#if H5_HAVE_PARALLEL == 0
|
||||
#undef H5_HAVE_PARALLEL
|
||||
#endif
|
||||
|
||||
! Define if the intrinsic function STORAGE_SIZE exists
|
||||
#cmakedefine H5_FORTRAN_HAVE_STORAGE_SIZE @H5_FORTRAN_HAVE_STORAGE_SIZE@
|
||||
#define H5_FORTRAN_HAVE_STORAGE_SIZE @H5_FORTRAN_HAVE_STORAGE_SIZE@
|
||||
|
||||
! Define if the intrinsic function SIZEOF exists
|
||||
#cmakedefine H5_FORTRAN_HAVE_SIZEOF @H5_FORTRAN_HAVE_SIZEOF@
|
||||
#define H5_FORTRAN_HAVE_SIZEOF @H5_FORTRAN_HAVE_SIZEOF@
|
||||
|
||||
! Define if the intrinsic function C_SIZEOF exists
|
||||
#cmakedefine H5_FORTRAN_HAVE_C_SIZEOF @H5_FORTRAN_HAVE_C_SIZEOF@
|
||||
#define H5_FORTRAN_HAVE_C_SIZEOF @H5_FORTRAN_HAVE_C_SIZEOF@
|
||||
|
||||
! Define if the intrinsic C_LONG_DOUBLE exists
|
||||
#define H5_FORTRAN_HAVE_C_LONG_DOUBLE @H5_FORTRAN_HAVE_C_LONG_DOUBLE@
|
||||
@ -30,41 +33,40 @@
|
||||
#define H5_FORTRAN_C_LONG_DOUBLE_IS_UNIQUE @H5_FORTRAN_C_LONG_DOUBLE_IS_UNIQUE@
|
||||
|
||||
! Define if the intrinsic module ISO_FORTRAN_ENV exists
|
||||
#cmakedefine H5_HAVE_ISO_FORTRAN_ENV @H5_HAVE_ISO_FORTRAN_ENV@
|
||||
|
||||
#define H5_HAVE_ISO_FORTRAN_ENV @H5_HAVE_ISO_FORTRAN_ENV@
|
||||
|
||||
! should this be ${HDF_PREFIX} instead of H5 MSB
|
||||
#cmakedefine H5_SIZEOF_DOUBLE @H5_SIZEOF_DOUBLE@
|
||||
#define H5_SIZEOF_DOUBLE @H5_SIZEOF_DOUBLE@
|
||||
|
||||
! should this be ${HDF_PREFIX} instead of H5 MSB
|
||||
#cmakedefine H5_SIZEOF_LONG_DOUBLE @H5_SIZEOF_LONG_DOUBLE@
|
||||
#define H5_SIZEOF_LONG_DOUBLE @H5_SIZEOF_LONG_DOUBLE@
|
||||
|
||||
! Define the maximum decimal precision for reals
|
||||
#cmakedefine H5_PAC_FC_MAX_REAL_PRECISION @H5_PAC_FC_MAX_REAL_PRECISION@
|
||||
#define H5_PAC_FC_MAX_REAL_PRECISION @H5_PAC_FC_MAX_REAL_PRECISION@
|
||||
|
||||
! If C has quad precision
|
||||
#cmakedefine H5_HAVE_FLOAT128 @H5_HAVE_FLOAT128@
|
||||
#define H5_HAVE_FLOAT128 @H5_HAVE_FLOAT128@
|
||||
|
||||
! Define if INTEGER*16 is available
|
||||
#define H5_HAVE_Fortran_INTEGER_SIZEOF_16 @H5_HAVE_Fortran_INTEGER_SIZEOF_16@
|
||||
|
||||
! Maximum decimal precision for C
|
||||
#cmakedefine H5_PAC_C_MAX_REAL_PRECISION @H5_PAC_C_MAX_REAL_PRECISION@
|
||||
#define H5_PAC_C_MAX_REAL_PRECISION @H5_PAC_C_MAX_REAL_PRECISION@
|
||||
|
||||
! number of valid REAL KINDs
|
||||
#cmakedefine H5_H5CONFIG_F_NUM_RKIND @H5_H5CONFIG_F_NUM_RKIND@
|
||||
#define H5_H5CONFIG_F_NUM_RKIND @H5_H5CONFIG_F_NUM_RKIND@
|
||||
|
||||
! valid REAL KINDs (need to have a matching C counter-part)
|
||||
#cmakedefine H5_H5CONFIG_F_RKIND @H5_H5CONFIG_F_RKIND@
|
||||
#define H5_H5CONFIG_F_RKIND @H5_H5CONFIG_F_RKIND@
|
||||
|
||||
! valid REAL KINDs (need to have a matching C counter-part)
|
||||
#cmakedefine H5_H5CONFIG_F_RKIND_SIZEOF @H5_H5CONFIG_F_RKIND_SIZEOF@
|
||||
#define H5_H5CONFIG_F_RKIND_SIZEOF @H5_H5CONFIG_F_RKIND_SIZEOF@
|
||||
|
||||
! number of valid INTEGER KINDs
|
||||
#cmakedefine H5_H5CONFIG_F_NUM_IKIND @H5_H5CONFIG_F_NUM_IKIND@
|
||||
#define H5_H5CONFIG_F_NUM_IKIND @H5_H5CONFIG_F_NUM_IKIND@
|
||||
|
||||
! valid INTEGER KINDs (need to have a matching C counter-part)
|
||||
#cmakedefine H5_H5CONFIG_F_IKIND @H5_H5CONFIG_F_IKIND@
|
||||
#define H5_H5CONFIG_F_IKIND @H5_H5CONFIG_F_IKIND@
|
||||
|
||||
! Fortran compiler id
|
||||
#cmakedefine H5_Fortran_COMPILER_ID @Fortran_COMPILER_ID@
|
||||
#define H5_Fortran_COMPILER_ID @CMAKE_Fortran_COMPILER_ID@
|
||||
|
Loading…
Reference in New Issue
Block a user