diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2001-06-27 22:04:27 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2001-06-27 22:04:27 (GMT) |
commit | 66f2ea839eddbd433dbbb5d8728ea78753b6cca5 (patch) | |
tree | 29cf9d059bf337d9714a3310f94af70b116296a8 /fortran | |
parent | 91798be1c37e152281f3ab913e4bea6a29765ba5 (diff) | |
download | hdf5-66f2ea839eddbd433dbbb5d8728ea78753b6cca5.zip hdf5-66f2ea839eddbd433dbbb5d8728ea78753b6cca5.tar.gz hdf5-66f2ea839eddbd433dbbb5d8728ea78753b6cca5.tar.bz2 |
[svn-r4073]
Purpose:
Bug fix for IBM SP F90 || port
Description:
mpxlf90_r compiler does not like "." for current directory
Solution:
Changed "." to "./"
Platforms tested:
NERSC IBM SP (gseaborg)
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/config/rs6000-ibm-aix4.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/config/rs6000-ibm-aix4.x b/fortran/config/rs6000-ibm-aix4.x index 462ca9c..62e93f0 100644 --- a/fortran/config/rs6000-ibm-aix4.x +++ b/fortran/config/rs6000-ibm-aix4.x @@ -33,7 +33,7 @@ if test "X-" = "X-$F9X"; then fi if test "X-" = "X-$f9x_flags_set"; then - FFLAGS="-static -O -qsuffix=f=f90 -qmoddir=. -I. -k" + FFLAGS="-static -O -qsuffix=f=f90 -qmoddir=./ -I./ -k" DEBUG_FFLAGS="-O" PROD_FFLAGS="-O" PROFILE_FFLAGS="-O" |