diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-07-13 21:35:29 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-07-13 21:35:29 (GMT) |
commit | eb21050bcf266c8d8fd501345b66ee0387e10993 (patch) | |
tree | 30fe354e189ca27abceec8572c50d279e254bd44 | |
parent | fad3a7752953ac088ea517e948f324f798abc4ce (diff) | |
download | hdf5-eb21050bcf266c8d8fd501345b66ee0387e10993.zip hdf5-eb21050bcf266c8d8fd501345b66ee0387e10993.tar.gz hdf5-eb21050bcf266c8d8fd501345b66ee0387e10993.tar.bz2 |
[svn-r4204]
Purpose:
Bug Fix
Description:
The gseaborg machine at NERSC needs the -I../src flag to find the
appropriate modules.
Solution:
Added that to the compile line...
-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 62e93f0..83b395c 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./ -I../src -k" DEBUG_FFLAGS="-O" PROD_FFLAGS="-O" PROFILE_FFLAGS="-O" |