[mpich] MPICH primary repository branch, master, updated. v3.0.4-358-g95439bc
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MPICH primary repository". The branch, master has been updated via 95439bc8cac289f5db90aa0022a4a39ba447d932 (commit) from ca9bc18873432f252658610688ab897a1599c3f9 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.mpich.org/mpich.git/commitdiff/95439bc8cac289f5db90aa0022a4a39ba4... commit 95439bc8cac289f5db90aa0022a4a39ba447d932 Author: Antonio J. Pena <[email protected]> Date: Mon Jul 22 13:50:29 2013 -0500 Removing unmatched quotation sign in configure.ac. Signed-off-by: Pavan Balaji <[email protected]> diff --git a/configure.ac b/configure.ac index 803184b..b5ee69f 100644 --- a/configure.ac +++ b/configure.ac @@ -4496,7 +4496,7 @@ AC_CHECK_SIZEOF(MPIR_Bsend_data_t,0,[ #include "${master_top_srcdir}/src/include/mpibsend.h"] ) 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), # but the autoconf SIZEOF macro has been changed to ignore the second # argument, so code that depended on the prior defined behavior now ----------------------------------------------------------------------- Summary of changes: configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- MPICH primary repository
participants (1)
-
noreply@mpich.org