summaryrefslogtreecommitdiffstats
path: root/config/pgi-fflags
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2010-09-08 08:06:30 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2010-09-08 08:06:30 (GMT)
commit6f41fc3057495b08ae1eae5e6ad2a30743187c56 (patch)
tree981b140b0a19216c203ac2e2b6e842fcb0a1188c /config/pgi-fflags
parentba35fd9890468f40ed2cd5b38adc2dbb81c82f7e (diff)
downloadhdf5-6f41fc3057495b08ae1eae5e6ad2a30743187c56.zip
hdf5-6f41fc3057495b08ae1eae5e6ad2a30743187c56.tar.gz
hdf5-6f41fc3057495b08ae1eae5e6ad2a30743187c56.tar.bz2
[svn-r19356] Bug fix: ID 2026
Description: testhdf5/select runs very slow when in --disable-production mode using pgcc compiler. This was caused by the -Mchkfpstk compiler switch added to the DEBUG_FLAGS in config/pgi-flags file. Solution: Removed -Mchkfpstk from both pgi-flags and pgi-fflags. See Bug 2026 for dettails. Tested: (no h5committest test since they don't use PGI compilers.) Jam (linux32): using pgcc/pgf90/pgCC using default and --enable-production. Amani (linux64): using pgcc/pgf90/pgCC (32 bits mode by "-tp k8-32"), using default and --enable-production.
Diffstat (limited to 'config/pgi-fflags')
-rw-r--r--config/pgi-fflags2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/pgi-fflags b/config/pgi-fflags
index 7f4ed4d..6cb8930 100644
--- a/config/pgi-fflags
+++ b/config/pgi-fflags
@@ -86,7 +86,7 @@ if test "X-pgf90" = "X-$f9x_vendor"; then
PROD_FCFLAGS="-fast -s -Mnoframe"
# Debug
- DEBUG_FCFLAGS="-g -Mbounds -Mchkfpstk -Mchkptr -Mdclchk"
+ DEBUG_FCFLAGS="-g -Mbounds -Mchkptr -Mdclchk"
# Profile
PROFILE_FCFLAGS="-g -Mprof=func,line"