From c8c43d2b9a66bf1e8af5c01f99b194247ae1e861 Mon Sep 17 00:00:00 2001 From: James Laird Date: Thu, 22 Sep 2005 18:02:40 -0500 Subject: [svn-r11461] Purpose: Code cleanup Description: Removed Fortran type sizes from config/* files. Solution: These lines weren't doing anything anymore; they've been replaced by automatic type generation. This is just housekeeping to remove them from the config/* files. Platforms tested: mir, sol, modi4 --- config/dec-flags | 17 ----------------- config/freebsd | 15 --------------- config/hpux10.20 | 17 ----------------- config/hpux11.00 | 17 ----------------- config/i686-pc-cygwin | 17 ----------------- config/ia64-linux-gnu | 24 ------------------------ config/irix6.x | 17 ----------------- config/linux-gnulibc1 | 17 ----------------- config/nv1-cray | 17 ----------------- config/powerpc-apple | 17 ----------------- config/powerpc-ibm-aix4.x | 17 ----------------- config/powerpc-ibm-aix5.x | 17 ----------------- config/rs6000-ibm-aix4.x | 17 ----------------- config/solaris2.x | 17 ----------------- config/sv1-cray | 17 ----------------- config/unicos | 17 ----------------- config/unicos10.0.X | 17 ----------------- config/unicosmk | 17 ----------------- config/unicosmk2.0.5.X | 17 ----------------- config/unicosmk2.0.6.X | 17 ----------------- config/unicosmk2.0.X | 17 ----------------- 21 files changed, 362 deletions(-) diff --git a/config/dec-flags b/config/dec-flags index 881871e..812bc63 100644 --- a/config/dec-flags +++ b/config/dec-flags @@ -90,23 +90,6 @@ fi # The default Fortran 90 compiler -# -# HDF5 integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -# (for the Digital UNIX architechture) -# -R_LARGE=18 -R_INTEGER=9 -HADDR_T='SELECTED_INT_KIND(R_LARGE)' -HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HID_T='SELECTED_INT_KIND(R_INTEGER)' -SIZE_T='SELECTED_INT_KIND(R_LARGE)' -OBJECT_NAMELEN_DEFAULT_F=-1 - if test "X-" = "X-$FC"; then FC=f90 fi diff --git a/config/freebsd b/config/freebsd index 826e09c..69b4a70 100644 --- a/config/freebsd +++ b/config/freebsd @@ -42,21 +42,6 @@ if test "X-" = "X-$FC"; then esac fi -# -# HDF5 FORTRAN integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -R_LARGE=18 -R_INTEGER=9 -HADDR_T='SELECTED_INT_KIND(R_LARGE)' -HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HID_T='SELECTED_INT_KIND(R_INTEGER)' -SIZE_T='SELECTED_INT_KIND(R_INTEGER)' -OBJECT_NAMELEN_DEFAULT_F=-1 - # Figure out FORTRAN compiler flags . $srcdir/config/gnu-fflags diff --git a/config/hpux10.20 b/config/hpux10.20 index cdd9b47..a3862b4 100644 --- a/config/hpux10.20 +++ b/config/hpux10.20 @@ -37,23 +37,6 @@ esac # The default Fortran 90 compiler -# -# HDF5 integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -# (for the HPUX architechture) -# -R_LARGE=18 -R_INTEGER=9 -HADDR_T='SELECTED_INT_KIND(R_LARGE)' -HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HID_T='SELECTED_INT_KIND(R_INTEGER)' -SIZE_T='SELECTED_INT_KIND(R_INTEGER)' -OBJECT_NAMELEN_DEFAULT_F=-1 - if test "X-" = "X-$FC"; then FC=f90 fi diff --git a/config/hpux11.00 b/config/hpux11.00 index 30f0d52..560b3e0 100644 --- a/config/hpux11.00 +++ b/config/hpux11.00 @@ -37,23 +37,6 @@ esac # The default Fortran 90 compiler -# -# HDF5 integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -# (for the HPUX architechture) -# -R_LARGE=18 -R_INTEGER=9 -HADDR_T='SELECTED_INT_KIND(R_LARGE)' -HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HID_T='SELECTED_INT_KIND(R_INTEGER)' -SIZE_T='SELECTED_INT_KIND(R_INTEGER)' -OBJECT_NAMELEN_DEFAULT_F=-1 - if test "X$FC" = "X"; then FC=f90 fi diff --git a/config/i686-pc-cygwin b/config/i686-pc-cygwin index 3dea6db..c1ad8ab 100644 --- a/config/i686-pc-cygwin +++ b/config/i686-pc-cygwin @@ -68,23 +68,6 @@ else esac fi -# -# HDF5 integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -# (for the Linux architechture) -# -R_LARGE=18 -R_INTEGER=9 -HADDR_T='SELECTED_INT_KIND(R_LARGE)' -HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HID_T='SELECTED_INT_KIND(R_INTEGER)' -SIZE_T='SELECTED_INT_KIND(R_INTEGER)' -OBJECT_NAMELEN_DEFAULT_F=-1 - # Figure out PGI F90 compiler flags . $srcdir/config/pgi-fflags diff --git a/config/ia64-linux-gnu b/config/ia64-linux-gnu index f22bf21..6db9a62 100644 --- a/config/ia64-linux-gnu +++ b/config/ia64-linux-gnu @@ -37,18 +37,6 @@ esac # The default Fortran 90 compiler -# -# HDF5 integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -# (for the Linux architechture) -# - -R_LARGE=18 -R_INTEGER=9 - # Use Intel Fortran compiler by default. if test "X-$FC" = "X-"; then FC="ifort" @@ -60,22 +48,10 @@ case $FC in # -Vaxlib is for non-standard fortran calls like exit(). MORE_FCFLAGS='-fpp -DDEC$=DEC_ -DMS$=MS_ -Vaxlib' FCFLAGS="$FCFLAGS $MORE_FCFLAGS" - HADDR_T='SELECTED_INT_KIND(R_LARGE)' - HSIZE_T='SELECTED_INT_KIND(R_LARGE)' - HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' - HID_T='SELECTED_INT_KIND(R_INTEGER)' - SIZE_T='SELECTED_INT_KIND(R_LARGE)' - OBJECT_NAMELEN_DEFAULT_F=-1 f9x_flags_set=yes ;; *) - HADDR_T='SELECTED_INT_KIND(R_LARGE)' - HSIZE_T='SELECTED_INT_KIND(R_LARGE)' - HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' - HID_T='SELECTED_INT_KIND(R_INTEGER)' - SIZE_T='SELECTED_INT_KIND(R_LARGE)' - OBJECT_NAMELEN_DEFAULT_F=-1 f9x_flags_set=yes ;; esac diff --git a/config/irix6.x b/config/irix6.x index 3c9920d..61e8e33 100644 --- a/config/irix6.x +++ b/config/irix6.x @@ -93,23 +93,6 @@ esac # The default Fortran 90 compiler -# -# HDF5 integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -# (for the IRIX architechture) -# -R_LARGE=18 -R_INTEGER=9 -HADDR_T='SELECTED_INT_KIND(R_LARGE)' -HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HID_T='SELECTED_INT_KIND(R_INTEGER)' -SIZE_T='SELECTED_INT_KIND(R_LARGE)' -OBJECT_NAMELEN_DEFAULT_F=-1 - if test "X-" = "X-$FC"; then FC="f90" fi diff --git a/config/linux-gnulibc1 b/config/linux-gnulibc1 index 2282550..8d5c051 100644 --- a/config/linux-gnulibc1 +++ b/config/linux-gnulibc1 @@ -61,23 +61,6 @@ else esac fi -# -# HDF5 integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -# (for the Linux architechture) -# -R_LARGE=18 -R_INTEGER=9 -HADDR_T='SELECTED_INT_KIND(R_LARGE)' -HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HID_T='SELECTED_INT_KIND(R_INTEGER)' -SIZE_T='SELECTED_INT_KIND(R_INTEGER)' -OBJECT_NAMELEN_DEFAULT_F=-1 - # Figure out PGI F90 compiler flags . $srcdir/config/pgi-fflags diff --git a/config/nv1-cray b/config/nv1-cray index 7d5df6c..5a0cefd 100644 --- a/config/nv1-cray +++ b/config/nv1-cray @@ -128,23 +128,6 @@ hdf5_cv_convert_denormal_float=${hdf5_cv_convert_denormal_float='no'} # The default Fortran 90 compiler -# -# HDF5 integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -# (for the UNICOS architechture) -# -R_LARGE=18 -R_INTEGER=9 -HADDR_T='SELECTED_INT_KIND(R_LARGE)' -HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HID_T='SELECTED_INT_KIND(R_INTEGER)' -SIZE_T='SELECTED_INT_KIND(R_LARGE)' -OBJECT_NAMELEN_DEFAULT_F=-1 - if test "X-" = "X-$F9X"; then F9X=ftn fi diff --git a/config/powerpc-apple b/config/powerpc-apple index 4db2887..96163e9 100644 --- a/config/powerpc-apple +++ b/config/powerpc-apple @@ -24,23 +24,6 @@ if test "X-" = "X-$FC"; then fi -# -# HDF5 integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -# (for the AIX architechture) -# -R_LARGE=18 -R_INTEGER=9 -HADDR_T='SELECTED_INT_KIND(R_LARGE)' -HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HID_T='SELECTED_INT_KIND(R_INTEGER)' -SIZE_T='SELECTED_INT_KIND(R_INTEGER)' -OBJECT_NAMELEN_DEFAULT_F=-1 - case $FC_BASENAME in xlf) F9XSUFFIXFLAG="-qsuffix=f=f90 -qfree=f90" diff --git a/config/powerpc-ibm-aix4.x b/config/powerpc-ibm-aix4.x index 1fe78e4..dadca28 100644 --- a/config/powerpc-ibm-aix4.x +++ b/config/powerpc-ibm-aix4.x @@ -85,23 +85,6 @@ ac_cv_sizeof_uint_fast64_t=${ac_cv_sizeof_uint_fast64_t=8} # The default Fortran 90 compiler -# -# HDF5 integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -# (for the AIX architechture) -# -R_LARGE=18 -R_INTEGER=9 -HADDR_T='SELECTED_INT_KIND(R_LARGE)' -HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HID_T='SELECTED_INT_KIND(R_INTEGER)' -SIZE_T='SELECTED_INT_KIND(R_INTEGER)' -OBJECT_NAMELEN_DEFAULT_F=-1 - if test "X-" = "X-$FC"; then FC=xlf fi diff --git a/config/powerpc-ibm-aix5.x b/config/powerpc-ibm-aix5.x index 34a8d35..f6c4c1e 100644 --- a/config/powerpc-ibm-aix5.x +++ b/config/powerpc-ibm-aix5.x @@ -110,23 +110,6 @@ ac_cv_sizeof_uint_fast64_t=${ac_cv_sizeof_uint_fast64_t=8} # The default Fortran 90 compiler -# -# HDF5 integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -# (for the AIX architechture) -# -R_LARGE=18 -R_INTEGER=9 -HADDR_T='SELECTED_INT_KIND(R_LARGE)' -HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HID_T='SELECTED_INT_KIND(R_INTEGER)' -SIZE_T='SELECTED_INT_KIND(R_INTEGER)' -OBJECT_NAMELEN_DEFAULT_F=-1 - if test "X-" = "X-$FC"; then if test "X-$enable_parallel" = "X-yes"; then FC=mpxlf_r diff --git a/config/rs6000-ibm-aix4.x b/config/rs6000-ibm-aix4.x index 928ad36..42a87a2 100644 --- a/config/rs6000-ibm-aix4.x +++ b/config/rs6000-ibm-aix4.x @@ -12,23 +12,6 @@ hdf5_cv_printf_ll=${hdf5_cv_printf_ll='ll'} # The default Fortran 90 compiler -# -# HDF5 integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -# (for the AIX architechture) -# -R_LARGE=18 -R_INTEGER=9 -HADDR_T='SELECTED_INT_KIND(R_LARGE)' -HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HID_T='SELECTED_INT_KIND(R_INTEGER)' -SIZE_T='SELECTED_INT_KIND(R_INTEGER)' -OBJECT_NAMELEN_DEFAULT_F=-1 - if test "X-" = "X-$FC"; then FC=xlf fi diff --git a/config/solaris2.x b/config/solaris2.x index e05860d..32a7c85 100644 --- a/config/solaris2.x +++ b/config/solaris2.x @@ -47,23 +47,6 @@ LIBS="$LIBS -lsocket" # The default Fortran 90 compiler -# -# HDF5 integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -# (for the Sparc Solaris architechture) -# -R_LARGE=18 -R_INTEGER=9 -HADDR_T='SELECTED_INT_KIND(R_LARGE)' -HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HID_T='SELECTED_INT_KIND(R_INTEGER)' -SIZE_T='SELECTED_INT_KIND(R_INTEGER)' -OBJECT_NAMELEN_DEFAULT_F=-1 - if test "X-" = "X-$FC"; then FC=f90 fi diff --git a/config/sv1-cray b/config/sv1-cray index 5724807..55ad79d 100644 --- a/config/sv1-cray +++ b/config/sv1-cray @@ -142,23 +142,6 @@ hdf5_cv_convert_denormal_float=${hdf5_cv_convert_denormal_float='no'} # The default Fortran 90 compiler -# -# HDF5 integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -# (for the UNICOS architechture) -# -R_LARGE=18 -R_INTEGER=18 -HADDR_T='SELECTED_INT_KIND(R_LARGE)' -HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HID_T='SELECTED_INT_KIND(R_INTEGER)' -SIZE_T='SELECTED_INT_KIND(R_LARGE)' -OBJECT_NAMELEN_DEFAULT_F=-1 - if test "X-" = "X-$FC"; then FC=f90 fi diff --git a/config/unicos b/config/unicos index 8d26b20..e1f0822 100644 --- a/config/unicos +++ b/config/unicos @@ -136,23 +136,6 @@ ac_cv_c_bigendian=${ac_cv_c_bigendian='yes'} # The default Fortran 90 compiler -# -# HDF5 integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -# (for the UNICOS architechture) -# -R_LARGE=18 -R_INTEGER=18 -HADDR_T='SELECTED_INT_KIND(R_LARGE)' -HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HID_T='SELECTED_INT_KIND(R_INTEGER)' -SIZE_T='SELECTED_INT_KIND(R_LARGE)' -OBJECT_NAMELEN_DEFAULT_F=-1 - if test "X-" = "X-$FC"; then FC=f90 fi diff --git a/config/unicos10.0.X b/config/unicos10.0.X index d036ac1..5636d8a 100644 --- a/config/unicos10.0.X +++ b/config/unicos10.0.X @@ -143,23 +143,6 @@ hdf5_cv_convert_denormal_float=${hdf5_cv_convert_denormal_float='no'} # The default Fortran 90 compiler -# -# HDF5 integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -# (for the UNICOS architechture) -# -R_LARGE=18 -R_INTEGER=18 -HADDR_T='SELECTED_INT_KIND(R_LARGE)' -HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HID_T='SELECTED_INT_KIND(R_INTEGER)' -SIZE_T='SELECTED_INT_KIND(R_LARGE)' -OBJECT_NAMELEN_DEFAULT_F=-1 - if test "X-" = "X-$FC"; then FC=f90 fi diff --git a/config/unicosmk b/config/unicosmk index 3f77220..99e5706 100644 --- a/config/unicosmk +++ b/config/unicosmk @@ -139,23 +139,6 @@ esac # The default Fortran 90 compiler -# -# HDF5 integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -# (for the UNICOS architechture) -# -R_LARGE=18 -R_INTEGER=18 -HADDR_T='SELECTED_INT_KIND(R_LARGE)' -HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HID_T='SELECTED_INT_KIND(R_INTEGER)' -SIZE_T='SELECTED_INT_KIND(R_LARGE)' -OBJECT_NAMELEN_DEFAULT_F=-1 - if test "X-" = "X-$FC"; then FC=f90 fi diff --git a/config/unicosmk2.0.5.X b/config/unicosmk2.0.5.X index e15de87..acce97e 100644 --- a/config/unicosmk2.0.5.X +++ b/config/unicosmk2.0.5.X @@ -139,23 +139,6 @@ esac # The default Fortran 90 compiler -# -# HDF5 integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -# (for the UNICOS architechture) -# -R_LARGE=18 -R_INTEGER=18 -HADDR_T='SELECTED_INT_KIND(R_LARGE)' -HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HID_T='SELECTED_INT_KIND(R_INTEGER)' -SIZE_T='SELECTED_INT_KIND(R_LARGE)' -OBJECT_NAMELEN_DEFAULT_F=-1 - if test "X-" = "X-$FC"; then FC=f90 fi diff --git a/config/unicosmk2.0.6.X b/config/unicosmk2.0.6.X index e49ab7c..140591f 100644 --- a/config/unicosmk2.0.6.X +++ b/config/unicosmk2.0.6.X @@ -143,23 +143,6 @@ hdf5_cv_convert_denormal_float=${hdf5_cv_convert_denormal_float='no'} # The default Fortran 90 compiler -# -# HDF5 integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -# (for the UNICOS architechture) -# -R_LARGE=18 -R_INTEGER=18 -HADDR_T='SELECTED_INT_KIND(R_LARGE)' -HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HID_T='SELECTED_INT_KIND(R_INTEGER)' -SIZE_T='SELECTED_INT_KIND(R_LARGE)' -OBJECT_NAMELEN_DEFAULT_F=-1 - if test "X-" = "X-$FC"; then FC=f90 fi diff --git a/config/unicosmk2.0.X b/config/unicosmk2.0.X index efe7c71..2f92003 100644 --- a/config/unicosmk2.0.X +++ b/config/unicosmk2.0.X @@ -139,23 +139,6 @@ esac # The default Fortran 90 compiler -# -# HDF5 integers -# -# R_LARGE is the number of digits for the bigest integer supported. -# R_INTEGER is the number of digits in INTEGER -# -# (for the UNICOS architechture) -# -R_LARGE=18 -R_INTEGER=18 -HADDR_T='SELECTED_INT_KIND(R_LARGE)' -HSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HSSIZE_T='SELECTED_INT_KIND(R_LARGE)' -HID_T='SELECTED_INT_KIND(R_INTEGER)' -SIZE_T='SELECTED_INT_KIND(R_LARGE)' -OBJECT_NAMELEN_DEFAULT_F=-1 - if test "X-" = "X-$FC"; then FC=f90 fi -- cgit v0.12