diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2001-06-21 18:05:14 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2001-06-21 18:05:14 (GMT) |
commit | 4903450f8be8b48d0a29aef8b26e3aa965abbcb9 (patch) | |
tree | 2d1ce8d66d0b862ddfc55243afe204b20cb9822f | |
parent | ef493c8c5023d4d320233e7f6b697696aedcb461 (diff) | |
download | hdf5-4903450f8be8b48d0a29aef8b26e3aa965abbcb9.zip hdf5-4903450f8be8b48d0a29aef8b26e3aa965abbcb9.tar.gz hdf5-4903450f8be8b48d0a29aef8b26e3aa965abbcb9.tar.bz2 |
[svn-r4042]
Purpose:
Maintenance on IBM SP
Description:
I used unnecessary system specific compiler falgs
Solution:
Removed unnecessary flags
Platforms tested:
NERSC IBM SP (gseaborg)
-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 bb2e2a7..462ca9c 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=$TMPDIR -I$TMPDIR -k" + FFLAGS="-static -O -qsuffix=f=f90 -qmoddir=. -I. -k" DEBUG_FFLAGS="-O" PROD_FFLAGS="-O" PROFILE_FFLAGS="-O" |