summaryrefslogtreecommitdiffstats
path: root/config/pgi-fflags
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-10-31 18:37:41 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-10-31 18:37:41 (GMT)
commit00ed4bfbb77a4cc2493fc009cfbeae664f59aa83 (patch)
tree0a0bbc789790b7f1a87281f7b452600cf8643e36 /config/pgi-fflags
parent836cb7f7ba07cc9dafe65fdf73d20dd94702d3c3 (diff)
downloadhdf5-00ed4bfbb77a4cc2493fc009cfbeae664f59aa83.zip
hdf5-00ed4bfbb77a4cc2493fc009cfbeae664f59aa83.tar.gz
hdf5-00ed4bfbb77a4cc2493fc009cfbeae664f59aa83.tar.bz2
[svn-r11639] Purpose:
Cleanup Description: Removed the redundent use of -Minform,warn which is the default anyway. Platforms tested: Heping with pgi compilers.
Diffstat (limited to 'config/pgi-fflags')
-rw-r--r--config/pgi-fflags3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/pgi-fflags b/config/pgi-fflags
index 9c3194b..16f425f 100644
--- a/config/pgi-fflags
+++ b/config/pgi-fflags
@@ -70,7 +70,8 @@ if test "X-pgf90" = "X-$f9x_vendor"; then
FC_BASENAME=pgf90
F9XSUFFIXFLAG=""
FSEARCH_DIRS=""
- FCFLAGS="$FCFLAGS -Minform,warn"
+ # Uncomment the following to add something specific for FCFLAGS.
+ #FCFLAGS="$FCFLAGS"
# Production
# Check for MPI wrapper being used and tweak down compiler options