mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[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:
parent
ef493c8c50
commit
4903450f8b
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user