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
95439bc8
Commit
95439bc8
authored
Jul 22, 2013
by
Antonio J. Pena
Browse files
Removing unmatched quotation sign in configure.ac.
Signed-off-by:
Pavan Balaji
<
balaji@mcs.anl.gov
>
parent
ca9bc188
Changes
1
Show whitespace changes
Inline
Side-by-side
configure.ac
View file @
95439bc8
...
@@ -4496,7 +4496,7 @@ AC_CHECK_SIZEOF(MPIR_Bsend_data_t,0,[
...
@@ -4496,7 +4496,7 @@ AC_CHECK_SIZEOF(MPIR_Bsend_data_t,0,[
#include "${master_top_srcdir}/src/include/mpibsend.h"]
#include "${master_top_srcdir}/src/include/mpibsend.h"]
)
)
if test "$ac_cv_sizeof_MPIR_Bsend_data_t" = "0" ; then
if test "$ac_cv_sizeof_MPIR_Bsend_data_t" = "0" ; then
AC_MSG_ERROR([Unable to determine the size of MPI_BSEND_OVERHEAD
"
])
AC_MSG_ERROR([Unable to determine the size of MPI_BSEND_OVERHEAD])
# In the past, a default of 128 was used (still likely good enough),
# In the past, a default of 128 was used (still likely good enough),
# but the autoconf SIZEOF macro has been changed to ignore the second
# but the autoconf SIZEOF macro has been changed to ignore the second
# argument, so code that depended on the prior defined behavior now
# argument, so code that depended on the prior defined behavior now
...
...
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