[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)
This commit is contained in:
Elena Pourmal 2001-06-21 13:05:14 -05:00
parent ef493c8c50
commit 4903450f8b

View File

@ -33,7 +33,7 @@ if test "X-" = "X-$F9X"; then
fi fi
if test "X-" = "X-$f9x_flags_set"; then 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" DEBUG_FFLAGS="-O"
PROD_FFLAGS="-O" PROD_FFLAGS="-O"
PROFILE_FFLAGS="-O" PROFILE_FFLAGS="-O"