[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.0.2-74-g0f60856

mysql vizuser noreply at mpich.org
Thu Mar 7 14:32:12 CST 2013


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  0f6085639368dc008cf18ca4c85cdc00b880d02b (commit)
      from  115fc21aff37499f35ebde653833103c0f5a963a (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/0f6085639368dc008cf18ca4c85cdc00b880d02b

commit 0f6085639368dc008cf18ca4c85cdc00b880d02b
Author: Dave Goodell <goodell at mcs.anl.gov>
Date:   Thu Mar 7 14:29:15 2013 -0600

    fix `complex<long double>` bug from [3f1fcead]
    
    If C++ is disabled or the C++ compiler does not support
    `complex<long double>`, then bad Fortran code would be emitted into
    `mpif.h`.
    
    No reviewer.

diff --git a/configure.ac b/configure.ac
index 4a80c12..e3a2b43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4185,10 +4185,10 @@ MPIR_CXX_BOOL=0x0c000000
 MPIR_CXX_COMPLEX=0x0c000000
 MPIR_CXX_DOUBLE_COMPLEX=0x0c000000
 MPIR_CXX_LONG_DOUBLE_COMPLEX=0x0c000000
-MPI_F77_CXX_BOOL=0x0c000000
-MPI_F77_CXX_FLOAT_COMPLEX=0x0c000000
-MPI_F77_CXX_DOUBLE_COMPLEX=0x0c000000
-MPI_F77_CXX_LONG_DOUBLE_COMPLEX=0x0c000000
+MPI_F77_CXX_BOOL=MPI_DATATYPE_NULL
+MPI_F77_CXX_FLOAT_COMPLEX=MPI_DATATYPE_NULL
+MPI_F77_CXX_DOUBLE_COMPLEX=MPI_DATATYPE_NULL
+MPI_F77_CXX_LONG_DOUBLE_COMPLEX=MPI_DATATYPE_NULL
 if test "$enable_cxx" = "yes" ; then
     AC_LANG_CPLUSPLUS
     AC_CHECK_SIZEOF(bool)

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list