Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
9dfeee4f
Commit
9dfeee4f
authored
Aug 26, 2010
by
Anthony Chan
Browse files
[svn-r7106] added back -DNVALGRIND that was accidentally dropped in r6852.
parent
0fd484df
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
9dfeee4f
...
@@ -1218,10 +1218,10 @@ if test "$enable_append_g" = "yes" ; then
...
@@ -1218,10 +1218,10 @@ if test "$enable_append_g" = "yes" ; then
FCFLAGS="$FCFLAGS -g"
FCFLAGS="$FCFLAGS -g"
fi
fi
if test "$enable_append_ndebug" = "yes" ; then
if test "$enable_append_ndebug" = "yes" ; then
CFLAGS="$CFLAGS -DNDEBUG"
CFLAGS="$CFLAGS -DNDEBUG
-DNVALGRIND
"
CXXFLAGS="$CXXFLAGS -DNDEBUG"
CXXFLAGS="$CXXFLAGS -DNDEBUG
-DNVALGRIND
"
FFLAGS="$FFLAGS -DNDEBUG"
FFLAGS="$FFLAGS -DNDEBUG
-DNVALGRIND
"
FCFLAGS="$FCFLAGS -DNDEBUG"
FCFLAGS="$FCFLAGS -DNDEBUG
-DNVALGRIND
"
fi
fi
if test -n "$perform_meminit" ; then
if test -n "$perform_meminit" ; then
AC_DEFINE(MPICH_DEBUG_MEMINIT,1,[Define to enable preinitialization of memory used by structures and unions])
AC_DEFINE(MPICH_DEBUG_MEMINIT,1,[Define to enable preinitialization of memory used by structures and unions])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment