summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2001-06-21 15:27:21 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2001-06-21 15:27:21 (GMT)
commit13008390eecff3bfe8c1ed91cd0bb7d6b3d14970 (patch)
tree5621efeae069868a1cf32758d54f5c513a27da25 /fortran
parent697b533b9c074febb30f3aeea66a0391e61e11a1 (diff)
downloadhdf5-13008390eecff3bfe8c1ed91cd0bb7d6b3d14970.zip
hdf5-13008390eecff3bfe8c1ed91cd0bb7d6b3d14970.tar.gz
hdf5-13008390eecff3bfe8c1ed91cd0bb7d6b3d14970.tar.bz2
[svn-r4034]
Purpose: IBM SP F90 HDF5 Library port Description: Added necessary canges to the configuration file Platforms tested: Not tested yet.
Diffstat (limited to 'fortran')
-rw-r--r--fortran/config/rs6000-ibm-aix4.x31
1 files changed, 31 insertions, 0 deletions
diff --git a/fortran/config/rs6000-ibm-aix4.x b/fortran/config/rs6000-ibm-aix4.x
index 2f7cc86..bb2e2a7 100644
--- a/fortran/config/rs6000-ibm-aix4.x
+++ b/fortran/config/rs6000-ibm-aix4.x
@@ -8,3 +8,34 @@
# Cross compiling defaults
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 AIX architechture)
+#
+R_LARGE=18
+R_INTEGER=9
+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-$F9X"; then
+ F9X=xlf
+fi
+
+if test "X-" = "X-$f9x_flags_set"; then
+ FFLAGS="-static -O -qsuffix=f=f90 -qmoddir=$TMPDIR -I$TMPDIR -k"
+ DEBUG_FFLAGS="-O"
+ PROD_FFLAGS="-O"
+ PROFILE_FFLAGS="-O"
+ f9x_flags_set=yes
+fi