mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-12 17:31:09 +08:00
[svn-r19360] 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.
This commit is contained in:
parent
1c76ee2563
commit
a5b16bbd75
@ -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"
|
||||
|
@ -87,7 +87,7 @@ if test "X-pgcc" = "X-$cc_vendor"; then
|
||||
PROD_CPPFLAGS=
|
||||
|
||||
# Debug
|
||||
DEBUG_CFLAGS="-g -Mbounds -Mchkfpstk"
|
||||
DEBUG_CFLAGS="-g -Mbounds"
|
||||
DEBUG_CPPFLAGS=
|
||||
|
||||
# Profile
|
||||
|
Loading…
x
Reference in New Issue
Block a user